diff --git a/.gitignore b/.gitignore index f0a5635..a0511b9 100644 --- a/.gitignore +++ b/.gitignore @@ -106,6 +106,8 @@ ENV/ # result files for demo static/results +data/video_test + *.py~ *.h5 *.out diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..306f58e --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,16 @@ +{ + // Use IntelliSense to learn about possible attributes. + // Hover to view descriptions of existing attributes. + // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + { + "name": "Python: Current File", + "type": "python", + "request": "launch", + "program": "${file}", + "console": "integratedTerminal", + "justMyCode": true + } + ] +} \ No newline at end of file diff --git a/adamw.py b/adamw.py index 064bb0b..31d71f0 100644 --- a/adamw.py +++ b/adamw.py @@ -2,9 +2,9 @@ from keras import backend as K import six import copy -from six.moves import zip -from keras.utils.generic_utils import serialize_keras_object -from keras.utils.generic_utils import deserialize_keras_object +# from six.moves import zip +# from keras.utils.generic_utils import serialize_keras_object +# from keras.utils.generic_utils import deserialize_keras_object from keras.legacy import interfaces class AdamW(Optimizer): diff --git a/data/test/S1E1_frame11275.jpg b/data/test/S1E1_frame11275.jpg new file mode 100644 index 0000000..4d2f397 Binary files /dev/null and b/data/test/S1E1_frame11275.jpg differ diff --git a/data/test/S1E1_frame11700.jpg b/data/test/S1E1_frame11700.jpg new file mode 100644 index 0000000..f478955 Binary files /dev/null and b/data/test/S1E1_frame11700.jpg differ diff --git a/data/test/S1E1_frame11750.jpg b/data/test/S1E1_frame11750.jpg new file mode 100644 index 0000000..62d2cc1 Binary files /dev/null and b/data/test/S1E1_frame11750.jpg differ diff --git a/data/test/S1E1_frame16650.jpg b/data/test/S1E1_frame16650.jpg new file mode 100644 index 0000000..23dbf73 Binary files /dev/null and b/data/test/S1E1_frame16650.jpg differ diff --git a/data/test/S1E1_frame17500.jpg b/data/test/S1E1_frame17500.jpg new file mode 100644 index 0000000..c01df55 Binary files /dev/null and b/data/test/S1E1_frame17500.jpg differ diff --git a/data/test/S1E1_frame17950.jpg b/data/test/S1E1_frame17950.jpg new file mode 100644 index 0000000..28591d8 Binary files /dev/null and b/data/test/S1E1_frame17950.jpg differ diff --git a/data/test/S1E1_frame18000.jpg b/data/test/S1E1_frame18000.jpg new file mode 100644 index 0000000..4da2ea4 Binary files /dev/null and b/data/test/S1E1_frame18000.jpg differ diff --git a/data/test/S1E1_frame25075.jpg b/data/test/S1E1_frame25075.jpg new file mode 100644 index 0000000..f98845f Binary files /dev/null and b/data/test/S1E1_frame25075.jpg differ diff --git a/data/test/S1E1_frame25250.jpg b/data/test/S1E1_frame25250.jpg new file mode 100644 index 0000000..9e30d44 Binary files /dev/null and b/data/test/S1E1_frame25250.jpg differ diff --git a/data/test/S1E1_frame26550.jpg b/data/test/S1E1_frame26550.jpg new file mode 100644 index 0000000..41be103 Binary files /dev/null and b/data/test/S1E1_frame26550.jpg differ diff --git a/data/test/S1E1_frame26725.jpg b/data/test/S1E1_frame26725.jpg new file mode 100644 index 0000000..7f2a13c Binary files /dev/null and b/data/test/S1E1_frame26725.jpg differ diff --git a/data/test/S1E1_frame31925.jpg b/data/test/S1E1_frame31925.jpg new file mode 100644 index 0000000..c1f7781 Binary files /dev/null and b/data/test/S1E1_frame31925.jpg differ diff --git a/data/test/S1E1_frame35225.jpg b/data/test/S1E1_frame35225.jpg new file mode 100644 index 0000000..ec5e779 Binary files /dev/null and b/data/test/S1E1_frame35225.jpg differ diff --git a/data/test/S1E1_frame36850.jpg b/data/test/S1E1_frame36850.jpg new file mode 100644 index 0000000..4c52157 Binary files /dev/null and b/data/test/S1E1_frame36850.jpg differ diff --git a/data/test/S1E1_frame42050.jpg b/data/test/S1E1_frame42050.jpg new file mode 100644 index 0000000..f5dd889 Binary files /dev/null and b/data/test/S1E1_frame42050.jpg differ diff --git a/data/test/S1E1_frame42775.jpg b/data/test/S1E1_frame42775.jpg new file mode 100644 index 0000000..0948bb0 Binary files /dev/null and b/data/test/S1E1_frame42775.jpg differ diff --git a/data/test/S1E1_frame43750.jpg b/data/test/S1E1_frame43750.jpg new file mode 100644 index 0000000..76e7246 Binary files /dev/null and b/data/test/S1E1_frame43750.jpg differ diff --git a/data/test/S1E1_frame43800.jpg b/data/test/S1E1_frame43800.jpg new file mode 100644 index 0000000..2039020 Binary files /dev/null and b/data/test/S1E1_frame43800.jpg differ diff --git a/data/test/S1E1_frame47200.jpg b/data/test/S1E1_frame47200.jpg new file mode 100644 index 0000000..474486c Binary files /dev/null and b/data/test/S1E1_frame47200.jpg differ diff --git a/data/test/S1E1_frame47975.jpg b/data/test/S1E1_frame47975.jpg new file mode 100644 index 0000000..e98f565 Binary files /dev/null and b/data/test/S1E1_frame47975.jpg differ diff --git a/data/test/S1E1_frame49025.jpg b/data/test/S1E1_frame49025.jpg new file mode 100644 index 0000000..04513db Binary files /dev/null and b/data/test/S1E1_frame49025.jpg differ diff --git a/data/test/S1E1_frame49075.jpg b/data/test/S1E1_frame49075.jpg new file mode 100644 index 0000000..8721d4b Binary files /dev/null and b/data/test/S1E1_frame49075.jpg differ diff --git a/data/test/S1E1_frame49500.jpg b/data/test/S1E1_frame49500.jpg new file mode 100644 index 0000000..8612896 Binary files /dev/null and b/data/test/S1E1_frame49500.jpg differ diff --git a/data/test/S1E1_frame9525.jpg b/data/test/S1E1_frame9525.jpg new file mode 100644 index 0000000..4ce6aef Binary files /dev/null and b/data/test/S1E1_frame9525.jpg differ diff --git a/data/test/S1E2_frame13325.jpg b/data/test/S1E2_frame13325.jpg new file mode 100644 index 0000000..313774b Binary files /dev/null and b/data/test/S1E2_frame13325.jpg differ diff --git a/data/test/S1E2_frame13450.jpg b/data/test/S1E2_frame13450.jpg new file mode 100644 index 0000000..d79eefa Binary files /dev/null and b/data/test/S1E2_frame13450.jpg differ diff --git a/data/test/S1E2_frame13500.jpg b/data/test/S1E2_frame13500.jpg new file mode 100644 index 0000000..56ac1b0 Binary files /dev/null and b/data/test/S1E2_frame13500.jpg differ diff --git a/data/test/S1E2_frame16725.jpg b/data/test/S1E2_frame16725.jpg new file mode 100644 index 0000000..bd5c682 Binary files /dev/null and b/data/test/S1E2_frame16725.jpg differ diff --git a/data/test/S1E2_frame16925.jpg b/data/test/S1E2_frame16925.jpg new file mode 100644 index 0000000..eda667c Binary files /dev/null and b/data/test/S1E2_frame16925.jpg differ diff --git a/data/test/S1E2_frame25950.jpg b/data/test/S1E2_frame25950.jpg new file mode 100644 index 0000000..2da7007 Binary files /dev/null and b/data/test/S1E2_frame25950.jpg differ diff --git a/data/test/S1E2_frame26050.jpg b/data/test/S1E2_frame26050.jpg new file mode 100644 index 0000000..93367f5 Binary files /dev/null and b/data/test/S1E2_frame26050.jpg differ diff --git a/data/test/S1E2_frame26350.jpg b/data/test/S1E2_frame26350.jpg new file mode 100644 index 0000000..174ef97 Binary files /dev/null and b/data/test/S1E2_frame26350.jpg differ diff --git a/data/test/S1E2_frame35975.jpg b/data/test/S1E2_frame35975.jpg new file mode 100644 index 0000000..4226680 Binary files /dev/null and b/data/test/S1E2_frame35975.jpg differ diff --git a/data/test/S1E2_frame36125.jpg b/data/test/S1E2_frame36125.jpg new file mode 100644 index 0000000..e0736f9 Binary files /dev/null and b/data/test/S1E2_frame36125.jpg differ diff --git a/data/test/S1E2_frame36300.jpg b/data/test/S1E2_frame36300.jpg new file mode 100644 index 0000000..bb7be19 Binary files /dev/null and b/data/test/S1E2_frame36300.jpg differ diff --git a/data/test/S1E2_frame43550.jpg b/data/test/S1E2_frame43550.jpg new file mode 100644 index 0000000..80e888c Binary files /dev/null and b/data/test/S1E2_frame43550.jpg differ diff --git a/data/test/S1E2_frame44950.jpg b/data/test/S1E2_frame44950.jpg new file mode 100644 index 0000000..9a42022 Binary files /dev/null and b/data/test/S1E2_frame44950.jpg differ diff --git a/data/test/S1E2_frame48450.jpg b/data/test/S1E2_frame48450.jpg new file mode 100644 index 0000000..d496416 Binary files /dev/null and b/data/test/S1E2_frame48450.jpg differ diff --git a/data/test/S1E2_frame55750.jpg b/data/test/S1E2_frame55750.jpg new file mode 100644 index 0000000..0911c80 Binary files /dev/null and b/data/test/S1E2_frame55750.jpg differ diff --git a/data/test/S1E2_frame55775.jpg b/data/test/S1E2_frame55775.jpg new file mode 100644 index 0000000..6458b28 Binary files /dev/null and b/data/test/S1E2_frame55775.jpg differ diff --git a/data/test/S1E2_frame56400.jpg b/data/test/S1E2_frame56400.jpg new file mode 100644 index 0000000..02efd81 Binary files /dev/null and b/data/test/S1E2_frame56400.jpg differ diff --git a/data/test/S1E2_frame56550.jpg b/data/test/S1E2_frame56550.jpg new file mode 100644 index 0000000..e0f23b9 Binary files /dev/null and b/data/test/S1E2_frame56550.jpg differ diff --git a/data/test/S1E2_frame57100.jpg b/data/test/S1E2_frame57100.jpg new file mode 100644 index 0000000..d6e15d4 Binary files /dev/null and b/data/test/S1E2_frame57100.jpg differ diff --git a/data/test/S1E2_frame57200.jpg b/data/test/S1E2_frame57200.jpg new file mode 100644 index 0000000..4657090 Binary files /dev/null and b/data/test/S1E2_frame57200.jpg differ diff --git a/data/test/S1E2_frame57275.jpg b/data/test/S1E2_frame57275.jpg new file mode 100644 index 0000000..e229041 Binary files /dev/null and b/data/test/S1E2_frame57275.jpg differ diff --git a/data/test/S1E2_frame59000.jpg b/data/test/S1E2_frame59000.jpg new file mode 100644 index 0000000..aec2422 Binary files /dev/null and b/data/test/S1E2_frame59000.jpg differ diff --git a/data/test/S1E2_frame59475.jpg b/data/test/S1E2_frame59475.jpg new file mode 100644 index 0000000..622467f Binary files /dev/null and b/data/test/S1E2_frame59475.jpg differ diff --git a/data/test/S1E2_frame60925.jpg b/data/test/S1E2_frame60925.jpg new file mode 100644 index 0000000..4cf19e6 Binary files /dev/null and b/data/test/S1E2_frame60925.jpg differ diff --git a/data/test/S1E2_frame6950.jpg b/data/test/S1E2_frame6950.jpg new file mode 100644 index 0000000..8673598 Binary files /dev/null and b/data/test/S1E2_frame6950.jpg differ diff --git a/data/test/S1E2_frame7900.jpg b/data/test/S1E2_frame7900.jpg new file mode 100644 index 0000000..58f4adc Binary files /dev/null and b/data/test/S1E2_frame7900.jpg differ diff --git a/data/test/S1E3_frame16300.jpg b/data/test/S1E3_frame16300.jpg new file mode 100644 index 0000000..ed5c390 Binary files /dev/null and b/data/test/S1E3_frame16300.jpg differ diff --git a/data/test/S1E3_frame16575.jpg b/data/test/S1E3_frame16575.jpg new file mode 100644 index 0000000..7eb78d8 Binary files /dev/null and b/data/test/S1E3_frame16575.jpg differ diff --git a/data/test/S1E3_frame21250.jpg b/data/test/S1E3_frame21250.jpg new file mode 100644 index 0000000..e1d5bef Binary files /dev/null and b/data/test/S1E3_frame21250.jpg differ diff --git a/data/test/S1E3_frame21375.jpg b/data/test/S1E3_frame21375.jpg new file mode 100644 index 0000000..b21e6c4 Binary files /dev/null and b/data/test/S1E3_frame21375.jpg differ diff --git a/data/test/S1E3_frame24375.jpg b/data/test/S1E3_frame24375.jpg new file mode 100644 index 0000000..1740158 Binary files /dev/null and b/data/test/S1E3_frame24375.jpg differ diff --git a/data/test/S1E3_frame27600.jpg b/data/test/S1E3_frame27600.jpg new file mode 100644 index 0000000..046f703 Binary files /dev/null and b/data/test/S1E3_frame27600.jpg differ diff --git a/data/test/S1E3_frame27650.jpg b/data/test/S1E3_frame27650.jpg new file mode 100644 index 0000000..2234fcc Binary files /dev/null and b/data/test/S1E3_frame27650.jpg differ diff --git a/data/test/S1E3_frame28575.jpg b/data/test/S1E3_frame28575.jpg new file mode 100644 index 0000000..75fcf08 Binary files /dev/null and b/data/test/S1E3_frame28575.jpg differ diff --git a/data/test/S1E3_frame31275.jpg b/data/test/S1E3_frame31275.jpg new file mode 100644 index 0000000..5d971b8 Binary files /dev/null and b/data/test/S1E3_frame31275.jpg differ diff --git a/data/test/S1E3_frame31975.jpg b/data/test/S1E3_frame31975.jpg new file mode 100644 index 0000000..9baa615 Binary files /dev/null and b/data/test/S1E3_frame31975.jpg differ diff --git a/data/test/S1E3_frame35925.jpg b/data/test/S1E3_frame35925.jpg new file mode 100644 index 0000000..8e5cbd4 Binary files /dev/null and b/data/test/S1E3_frame35925.jpg differ diff --git a/data/test/S1E3_frame35975.jpg b/data/test/S1E3_frame35975.jpg new file mode 100644 index 0000000..69deeb2 Binary files /dev/null and b/data/test/S1E3_frame35975.jpg differ diff --git a/data/test/S1E3_frame43750.jpg b/data/test/S1E3_frame43750.jpg new file mode 100644 index 0000000..9c76b9b Binary files /dev/null and b/data/test/S1E3_frame43750.jpg differ diff --git a/data/test/S1E3_frame43900.jpg b/data/test/S1E3_frame43900.jpg new file mode 100644 index 0000000..512a76a Binary files /dev/null and b/data/test/S1E3_frame43900.jpg differ diff --git a/data/test/S1E3_frame44000.jpg b/data/test/S1E3_frame44000.jpg new file mode 100644 index 0000000..e2e8169 Binary files /dev/null and b/data/test/S1E3_frame44000.jpg differ diff --git a/data/test/S1E3_frame47825.jpg b/data/test/S1E3_frame47825.jpg new file mode 100644 index 0000000..dfd4b23 Binary files /dev/null and b/data/test/S1E3_frame47825.jpg differ diff --git a/data/test/S1E3_frame48950.jpg b/data/test/S1E3_frame48950.jpg new file mode 100644 index 0000000..4b2c514 Binary files /dev/null and b/data/test/S1E3_frame48950.jpg differ diff --git a/data/test/S1E3_frame48975.jpg b/data/test/S1E3_frame48975.jpg new file mode 100644 index 0000000..33c9d7f Binary files /dev/null and b/data/test/S1E3_frame48975.jpg differ diff --git a/data/test/S1E3_frame49275.jpg b/data/test/S1E3_frame49275.jpg new file mode 100644 index 0000000..0b663e3 Binary files /dev/null and b/data/test/S1E3_frame49275.jpg differ diff --git a/data/test/S1E3_frame50650.jpg b/data/test/S1E3_frame50650.jpg new file mode 100644 index 0000000..8132b22 Binary files /dev/null and b/data/test/S1E3_frame50650.jpg differ diff --git a/data/test/S1E4_frame12550.jpg b/data/test/S1E4_frame12550.jpg new file mode 100644 index 0000000..e622660 Binary files /dev/null and b/data/test/S1E4_frame12550.jpg differ diff --git a/data/test/S1E4_frame13025.jpg b/data/test/S1E4_frame13025.jpg new file mode 100644 index 0000000..43a427d Binary files /dev/null and b/data/test/S1E4_frame13025.jpg differ diff --git a/data/test/S1E4_frame14475.jpg b/data/test/S1E4_frame14475.jpg new file mode 100644 index 0000000..c472dbb Binary files /dev/null and b/data/test/S1E4_frame14475.jpg differ diff --git a/data/test/S1E4_frame14850.jpg b/data/test/S1E4_frame14850.jpg new file mode 100644 index 0000000..8ceffc2 Binary files /dev/null and b/data/test/S1E4_frame14850.jpg differ diff --git a/data/test/S1E4_frame22600.jpg b/data/test/S1E4_frame22600.jpg new file mode 100644 index 0000000..43f15a6 Binary files /dev/null and b/data/test/S1E4_frame22600.jpg differ diff --git a/data/test/S1E4_frame26025.jpg b/data/test/S1E4_frame26025.jpg new file mode 100644 index 0000000..7a97d34 Binary files /dev/null and b/data/test/S1E4_frame26025.jpg differ diff --git a/data/test/S1E4_frame2750.jpg b/data/test/S1E4_frame2750.jpg new file mode 100644 index 0000000..aae1e5d Binary files /dev/null and b/data/test/S1E4_frame2750.jpg differ diff --git a/data/test/S1E4_frame3025.jpg b/data/test/S1E4_frame3025.jpg new file mode 100644 index 0000000..edbae52 Binary files /dev/null and b/data/test/S1E4_frame3025.jpg differ diff --git a/data/test/S1E4_frame3175.jpg b/data/test/S1E4_frame3175.jpg new file mode 100644 index 0000000..b2afc79 Binary files /dev/null and b/data/test/S1E4_frame3175.jpg differ diff --git a/data/test/S1E4_frame39450.jpg b/data/test/S1E4_frame39450.jpg new file mode 100644 index 0000000..e13dc08 Binary files /dev/null and b/data/test/S1E4_frame39450.jpg differ diff --git a/data/test/S1E4_frame39775.jpg b/data/test/S1E4_frame39775.jpg new file mode 100644 index 0000000..d476ed6 Binary files /dev/null and b/data/test/S1E4_frame39775.jpg differ diff --git a/data/test/S1E4_frame39825.jpg b/data/test/S1E4_frame39825.jpg new file mode 100644 index 0000000..51e92a2 Binary files /dev/null and b/data/test/S1E4_frame39825.jpg differ diff --git a/data/test/S1E4_frame42500.jpg b/data/test/S1E4_frame42500.jpg new file mode 100644 index 0000000..542dc53 Binary files /dev/null and b/data/test/S1E4_frame42500.jpg differ diff --git a/data/test/S1E4_frame42600.jpg b/data/test/S1E4_frame42600.jpg new file mode 100644 index 0000000..ee43e7d Binary files /dev/null and b/data/test/S1E4_frame42600.jpg differ diff --git a/data/test/S1E4_frame42750.jpg b/data/test/S1E4_frame42750.jpg new file mode 100644 index 0000000..e1907ac Binary files /dev/null and b/data/test/S1E4_frame42750.jpg differ diff --git a/data/test/S1E4_frame42800.jpg b/data/test/S1E4_frame42800.jpg new file mode 100644 index 0000000..1c0cc33 Binary files /dev/null and b/data/test/S1E4_frame42800.jpg differ diff --git a/data/test/S1E4_frame42900.jpg b/data/test/S1E4_frame42900.jpg new file mode 100644 index 0000000..980f7ae Binary files /dev/null and b/data/test/S1E4_frame42900.jpg differ diff --git a/data/test/S1E4_frame43200.jpg b/data/test/S1E4_frame43200.jpg new file mode 100644 index 0000000..6a8c37c Binary files /dev/null and b/data/test/S1E4_frame43200.jpg differ diff --git a/data/test/S1E4_frame43375.jpg b/data/test/S1E4_frame43375.jpg new file mode 100644 index 0000000..3a8631a Binary files /dev/null and b/data/test/S1E4_frame43375.jpg differ diff --git a/data/test/S1E4_frame57325.jpg b/data/test/S1E4_frame57325.jpg new file mode 100644 index 0000000..aec62f9 Binary files /dev/null and b/data/test/S1E4_frame57325.jpg differ diff --git a/data/test/S1E5_frame16850.jpg b/data/test/S1E5_frame16850.jpg new file mode 100644 index 0000000..f5e2845 Binary files /dev/null and b/data/test/S1E5_frame16850.jpg differ diff --git a/data/test/S1E5_frame17100.jpg b/data/test/S1E5_frame17100.jpg new file mode 100644 index 0000000..8c6dc00 Binary files /dev/null and b/data/test/S1E5_frame17100.jpg differ diff --git a/data/test/S1E5_frame17225.jpg b/data/test/S1E5_frame17225.jpg new file mode 100644 index 0000000..2389fe5 Binary files /dev/null and b/data/test/S1E5_frame17225.jpg differ diff --git a/data/test/S1E5_frame17475.jpg b/data/test/S1E5_frame17475.jpg new file mode 100644 index 0000000..4970cc0 Binary files /dev/null and b/data/test/S1E5_frame17475.jpg differ diff --git a/data/test/S1E5_frame1825.jpg b/data/test/S1E5_frame1825.jpg new file mode 100644 index 0000000..a7e57fd Binary files /dev/null and b/data/test/S1E5_frame1825.jpg differ diff --git a/data/test/S1E5_frame1975.jpg b/data/test/S1E5_frame1975.jpg new file mode 100644 index 0000000..410e6ad Binary files /dev/null and b/data/test/S1E5_frame1975.jpg differ diff --git a/data/test/S1E5_frame34175.jpg b/data/test/S1E5_frame34175.jpg new file mode 100644 index 0000000..7b07468 Binary files /dev/null and b/data/test/S1E5_frame34175.jpg differ diff --git a/data/test/S1E5_frame43525.jpg b/data/test/S1E5_frame43525.jpg new file mode 100644 index 0000000..28f08c2 Binary files /dev/null and b/data/test/S1E5_frame43525.jpg differ diff --git a/data/test/S1E5_frame43575.jpg b/data/test/S1E5_frame43575.jpg new file mode 100644 index 0000000..d391a0f Binary files /dev/null and b/data/test/S1E5_frame43575.jpg differ diff --git a/data/test/S1E5_frame46725.jpg b/data/test/S1E5_frame46725.jpg new file mode 100644 index 0000000..591a9d8 Binary files /dev/null and b/data/test/S1E5_frame46725.jpg differ diff --git a/data/test/S1E5_frame47000.jpg b/data/test/S1E5_frame47000.jpg new file mode 100644 index 0000000..f258d47 Binary files /dev/null and b/data/test/S1E5_frame47000.jpg differ diff --git a/data/test/S1E5_frame49650.jpg b/data/test/S1E5_frame49650.jpg new file mode 100644 index 0000000..144158a Binary files /dev/null and b/data/test/S1E5_frame49650.jpg differ diff --git a/data/test/S1E5_frame50625.jpg b/data/test/S1E5_frame50625.jpg new file mode 100644 index 0000000..aef14cb Binary files /dev/null and b/data/test/S1E5_frame50625.jpg differ diff --git a/data/test/S1E6_frame34175.jpg b/data/test/S1E6_frame34175.jpg new file mode 100644 index 0000000..0b520b1 Binary files /dev/null and b/data/test/S1E6_frame34175.jpg differ diff --git a/data/test/S1E6_frame34875.jpg b/data/test/S1E6_frame34875.jpg new file mode 100644 index 0000000..d4f6b45 Binary files /dev/null and b/data/test/S1E6_frame34875.jpg differ diff --git a/data/test/S1E6_frame35200.jpg b/data/test/S1E6_frame35200.jpg new file mode 100644 index 0000000..9273c9a Binary files /dev/null and b/data/test/S1E6_frame35200.jpg differ diff --git a/data/test/S1E6_frame35650.jpg b/data/test/S1E6_frame35650.jpg new file mode 100644 index 0000000..05e6fd6 Binary files /dev/null and b/data/test/S1E6_frame35650.jpg differ diff --git a/data/test/S1E6_frame35800.jpg b/data/test/S1E6_frame35800.jpg new file mode 100644 index 0000000..4696c22 Binary files /dev/null and b/data/test/S1E6_frame35800.jpg differ diff --git a/data/test/S1E6_frame36900.jpg b/data/test/S1E6_frame36900.jpg new file mode 100644 index 0000000..ddd11df Binary files /dev/null and b/data/test/S1E6_frame36900.jpg differ diff --git a/data/test/S1E6_frame43025.jpg b/data/test/S1E6_frame43025.jpg new file mode 100644 index 0000000..1adf025 Binary files /dev/null and b/data/test/S1E6_frame43025.jpg differ diff --git a/data/test/S1E6_frame50075.jpg b/data/test/S1E6_frame50075.jpg new file mode 100644 index 0000000..6d8aecc Binary files /dev/null and b/data/test/S1E6_frame50075.jpg differ diff --git a/data/test/S1E6_frame50200.jpg b/data/test/S1E6_frame50200.jpg new file mode 100644 index 0000000..9c22909 Binary files /dev/null and b/data/test/S1E6_frame50200.jpg differ diff --git a/data/test/S1E6_frame53400.jpg b/data/test/S1E6_frame53400.jpg new file mode 100644 index 0000000..c4334c0 Binary files /dev/null and b/data/test/S1E6_frame53400.jpg differ diff --git a/data/test/S1E6_frame55100.jpg b/data/test/S1E6_frame55100.jpg new file mode 100644 index 0000000..c0fad9f Binary files /dev/null and b/data/test/S1E6_frame55100.jpg differ diff --git a/data/test/S1E6_frame56350.jpg b/data/test/S1E6_frame56350.jpg new file mode 100644 index 0000000..e50d095 Binary files /dev/null and b/data/test/S1E6_frame56350.jpg differ diff --git a/data/test/S1E6_frame57650.jpg b/data/test/S1E6_frame57650.jpg new file mode 100644 index 0000000..d821f63 Binary files /dev/null and b/data/test/S1E6_frame57650.jpg differ diff --git a/data/test/S1E6_frame61825.jpg b/data/test/S1E6_frame61825.jpg new file mode 100644 index 0000000..d839363 Binary files /dev/null and b/data/test/S1E6_frame61825.jpg differ diff --git a/data/test/S1E6_frame700.jpg b/data/test/S1E6_frame700.jpg new file mode 100644 index 0000000..bfbad21 Binary files /dev/null and b/data/test/S1E6_frame700.jpg differ diff --git a/data/test/S1E7_frame14925.jpg b/data/test/S1E7_frame14925.jpg new file mode 100644 index 0000000..fd53492 Binary files /dev/null and b/data/test/S1E7_frame14925.jpg differ diff --git a/data/test/S1E7_frame15175.jpg b/data/test/S1E7_frame15175.jpg new file mode 100644 index 0000000..06530b5 Binary files /dev/null and b/data/test/S1E7_frame15175.jpg differ diff --git a/data/test/S1E7_frame15900.jpg b/data/test/S1E7_frame15900.jpg new file mode 100644 index 0000000..672e2d6 Binary files /dev/null and b/data/test/S1E7_frame15900.jpg differ diff --git a/data/test/S1E7_frame15925.jpg b/data/test/S1E7_frame15925.jpg new file mode 100644 index 0000000..a7f911c Binary files /dev/null and b/data/test/S1E7_frame15925.jpg differ diff --git a/data/test/S1E7_frame21375.jpg b/data/test/S1E7_frame21375.jpg new file mode 100644 index 0000000..814a4e8 Binary files /dev/null and b/data/test/S1E7_frame21375.jpg differ diff --git a/data/test/S1E7_frame26650.jpg b/data/test/S1E7_frame26650.jpg new file mode 100644 index 0000000..8f7f4c2 Binary files /dev/null and b/data/test/S1E7_frame26650.jpg differ diff --git a/data/test/S1E7_frame31825.jpg b/data/test/S1E7_frame31825.jpg new file mode 100644 index 0000000..c40c41f Binary files /dev/null and b/data/test/S1E7_frame31825.jpg differ diff --git a/data/test/S1E7_frame36425.jpg b/data/test/S1E7_frame36425.jpg new file mode 100644 index 0000000..7a20478 Binary files /dev/null and b/data/test/S1E7_frame36425.jpg differ diff --git a/data/test/S1E7_frame36700.jpg b/data/test/S1E7_frame36700.jpg new file mode 100644 index 0000000..8d35fa5 Binary files /dev/null and b/data/test/S1E7_frame36700.jpg differ diff --git a/data/test/S1E7_frame40475.jpg b/data/test/S1E7_frame40475.jpg new file mode 100644 index 0000000..4b892ba Binary files /dev/null and b/data/test/S1E7_frame40475.jpg differ diff --git a/data/test/S1E7_frame8275.jpg b/data/test/S1E7_frame8275.jpg new file mode 100644 index 0000000..2f32cbe Binary files /dev/null and b/data/test/S1E7_frame8275.jpg differ diff --git a/data/test/S1E7_frame9200.jpg b/data/test/S1E7_frame9200.jpg new file mode 100644 index 0000000..5c2d554 Binary files /dev/null and b/data/test/S1E7_frame9200.jpg differ diff --git a/data/test/S1E8_frame1875.jpg b/data/test/S1E8_frame1875.jpg new file mode 100644 index 0000000..7b94547 Binary files /dev/null and b/data/test/S1E8_frame1875.jpg differ diff --git a/data/test/S1E8_frame2150.jpg b/data/test/S1E8_frame2150.jpg new file mode 100644 index 0000000..9c33e1a Binary files /dev/null and b/data/test/S1E8_frame2150.jpg differ diff --git a/data/test/S1E8_frame225.jpg b/data/test/S1E8_frame225.jpg new file mode 100644 index 0000000..93e467d Binary files /dev/null and b/data/test/S1E8_frame225.jpg differ diff --git a/data/test/S1E8_frame2250.jpg b/data/test/S1E8_frame2250.jpg new file mode 100644 index 0000000..930fdba Binary files /dev/null and b/data/test/S1E8_frame2250.jpg differ diff --git a/data/test/S1E8_frame36800.jpg b/data/test/S1E8_frame36800.jpg new file mode 100644 index 0000000..30b1d72 Binary files /dev/null and b/data/test/S1E8_frame36800.jpg differ diff --git a/data/test/S1E8_frame36850.jpg b/data/test/S1E8_frame36850.jpg new file mode 100644 index 0000000..b6c592e Binary files /dev/null and b/data/test/S1E8_frame36850.jpg differ diff --git a/data/test/S1E8_frame37150.jpg b/data/test/S1E8_frame37150.jpg new file mode 100644 index 0000000..6f2104f Binary files /dev/null and b/data/test/S1E8_frame37150.jpg differ diff --git a/data/test/S1E8_frame39600.jpg b/data/test/S1E8_frame39600.jpg new file mode 100644 index 0000000..148090d Binary files /dev/null and b/data/test/S1E8_frame39600.jpg differ diff --git a/data/test/S1E8_frame39825.jpg b/data/test/S1E8_frame39825.jpg new file mode 100644 index 0000000..23e1a0c Binary files /dev/null and b/data/test/S1E8_frame39825.jpg differ diff --git a/data/test/S1E8_frame40125.jpg b/data/test/S1E8_frame40125.jpg new file mode 100644 index 0000000..69c563c Binary files /dev/null and b/data/test/S1E8_frame40125.jpg differ diff --git a/data/test/S1E8_frame40200.jpg b/data/test/S1E8_frame40200.jpg new file mode 100644 index 0000000..100ec46 Binary files /dev/null and b/data/test/S1E8_frame40200.jpg differ diff --git a/data/test/S1E8_frame41225.jpg b/data/test/S1E8_frame41225.jpg new file mode 100644 index 0000000..62ce71b Binary files /dev/null and b/data/test/S1E8_frame41225.jpg differ diff --git a/data/test/S1E8_frame41525.jpg b/data/test/S1E8_frame41525.jpg new file mode 100644 index 0000000..fb15777 Binary files /dev/null and b/data/test/S1E8_frame41525.jpg differ diff --git a/data/test/S1E8_frame42275.jpg b/data/test/S1E8_frame42275.jpg new file mode 100644 index 0000000..f6888c9 Binary files /dev/null and b/data/test/S1E8_frame42275.jpg differ diff --git a/data/test/S1E8_frame42875.jpg b/data/test/S1E8_frame42875.jpg new file mode 100644 index 0000000..5167980 Binary files /dev/null and b/data/test/S1E8_frame42875.jpg differ diff --git a/data/test/S1E8_frame43675.jpg b/data/test/S1E8_frame43675.jpg new file mode 100644 index 0000000..464301d Binary files /dev/null and b/data/test/S1E8_frame43675.jpg differ diff --git a/data/test/S1E8_frame44525.jpg b/data/test/S1E8_frame44525.jpg new file mode 100644 index 0000000..c051206 Binary files /dev/null and b/data/test/S1E8_frame44525.jpg differ diff --git a/data/test/S1E8_frame45550.jpg b/data/test/S1E8_frame45550.jpg new file mode 100644 index 0000000..c08075f Binary files /dev/null and b/data/test/S1E8_frame45550.jpg differ diff --git a/data/test/S1E8_frame46675.jpg b/data/test/S1E8_frame46675.jpg new file mode 100644 index 0000000..f32b508 Binary files /dev/null and b/data/test/S1E8_frame46675.jpg differ diff --git a/data/test/S1E8_frame4925.jpg b/data/test/S1E8_frame4925.jpg new file mode 100644 index 0000000..c0b521c Binary files /dev/null and b/data/test/S1E8_frame4925.jpg differ diff --git a/data/test/S1E8_frame49600.jpg b/data/test/S1E8_frame49600.jpg new file mode 100644 index 0000000..ec78164 Binary files /dev/null and b/data/test/S1E8_frame49600.jpg differ diff --git a/data/test/S1E8_frame4975.jpg b/data/test/S1E8_frame4975.jpg new file mode 100644 index 0000000..028979c Binary files /dev/null and b/data/test/S1E8_frame4975.jpg differ diff --git a/data/test/S1E8_frame5100.jpg b/data/test/S1E8_frame5100.jpg new file mode 100644 index 0000000..4d3aea5 Binary files /dev/null and b/data/test/S1E8_frame5100.jpg differ diff --git a/data/test/S1E8_frame51275.jpg b/data/test/S1E8_frame51275.jpg new file mode 100644 index 0000000..f5a6ba5 Binary files /dev/null and b/data/test/S1E8_frame51275.jpg differ diff --git a/data/test/S1E8_frame51375.jpg b/data/test/S1E8_frame51375.jpg new file mode 100644 index 0000000..1d2bf0b Binary files /dev/null and b/data/test/S1E8_frame51375.jpg differ diff --git a/data/test/S1E8_frame51425.jpg b/data/test/S1E8_frame51425.jpg new file mode 100644 index 0000000..7dcb020 Binary files /dev/null and b/data/test/S1E8_frame51425.jpg differ diff --git a/data/test/S1E8_frame52325.jpg b/data/test/S1E8_frame52325.jpg new file mode 100644 index 0000000..1eea301 Binary files /dev/null and b/data/test/S1E8_frame52325.jpg differ diff --git a/data/test/S1E8_frame52525.jpg b/data/test/S1E8_frame52525.jpg new file mode 100644 index 0000000..c2affe8 Binary files /dev/null and b/data/test/S1E8_frame52525.jpg differ diff --git a/data/test/S1E8_frame52675.jpg b/data/test/S1E8_frame52675.jpg new file mode 100644 index 0000000..89a9d65 Binary files /dev/null and b/data/test/S1E8_frame52675.jpg differ diff --git a/data/test/S1E8_frame53325.jpg b/data/test/S1E8_frame53325.jpg new file mode 100644 index 0000000..4461f3e Binary files /dev/null and b/data/test/S1E8_frame53325.jpg differ diff --git a/data/test/S1E8_frame53450.jpg b/data/test/S1E8_frame53450.jpg new file mode 100644 index 0000000..755f605 Binary files /dev/null and b/data/test/S1E8_frame53450.jpg differ diff --git a/data/test/S1E8_frame53975.jpg b/data/test/S1E8_frame53975.jpg new file mode 100644 index 0000000..d6ded07 Binary files /dev/null and b/data/test/S1E8_frame53975.jpg differ diff --git a/data/test/S1E8_frame59850.jpg b/data/test/S1E8_frame59850.jpg new file mode 100644 index 0000000..a998ac6 Binary files /dev/null and b/data/test/S1E8_frame59850.jpg differ diff --git a/data/test/S1E8_frame60125.jpg b/data/test/S1E8_frame60125.jpg new file mode 100644 index 0000000..ec4a553 Binary files /dev/null and b/data/test/S1E8_frame60125.jpg differ diff --git a/data/test/S1E8_frame60450.jpg b/data/test/S1E8_frame60450.jpg new file mode 100644 index 0000000..85b3891 Binary files /dev/null and b/data/test/S1E8_frame60450.jpg differ diff --git a/data/test/S1E8_frame60525.jpg b/data/test/S1E8_frame60525.jpg new file mode 100644 index 0000000..2e2558f Binary files /dev/null and b/data/test/S1E8_frame60525.jpg differ diff --git a/data/test/S1E9_frame16975.jpg b/data/test/S1E9_frame16975.jpg new file mode 100644 index 0000000..d23ca87 Binary files /dev/null and b/data/test/S1E9_frame16975.jpg differ diff --git a/data/test/S1E9_frame17300.jpg b/data/test/S1E9_frame17300.jpg new file mode 100644 index 0000000..2b10941 Binary files /dev/null and b/data/test/S1E9_frame17300.jpg differ diff --git a/data/test/S1E9_frame9850.jpg b/data/test/S1E9_frame9850.jpg new file mode 100644 index 0000000..68b0087 Binary files /dev/null and b/data/test/S1E9_frame9850.jpg differ diff --git a/data/train/S1E1_frame10050.jpg b/data/train/S1E1_frame10050.jpg new file mode 100644 index 0000000..8e6d590 Binary files /dev/null and b/data/train/S1E1_frame10050.jpg differ diff --git a/data/train/S1E1_frame10150.jpg b/data/train/S1E1_frame10150.jpg new file mode 100644 index 0000000..373bf89 Binary files /dev/null and b/data/train/S1E1_frame10150.jpg differ diff --git a/data/train/S1E1_frame10325.jpg b/data/train/S1E1_frame10325.jpg new file mode 100644 index 0000000..99af044 Binary files /dev/null and b/data/train/S1E1_frame10325.jpg differ diff --git a/data/train/S1E1_frame11125.jpg b/data/train/S1E1_frame11125.jpg new file mode 100644 index 0000000..093664e Binary files /dev/null and b/data/train/S1E1_frame11125.jpg differ diff --git a/data/train/S1E1_frame11350.jpg b/data/train/S1E1_frame11350.jpg new file mode 100644 index 0000000..9c76e52 Binary files /dev/null and b/data/train/S1E1_frame11350.jpg differ diff --git a/data/train/S1E1_frame11375.jpg b/data/train/S1E1_frame11375.jpg new file mode 100644 index 0000000..e5edc4d Binary files /dev/null and b/data/train/S1E1_frame11375.jpg differ diff --git a/data/train/S1E1_frame11625.jpg b/data/train/S1E1_frame11625.jpg new file mode 100644 index 0000000..8bbb173 Binary files /dev/null and b/data/train/S1E1_frame11625.jpg differ diff --git a/data/train/S1E1_frame11675.jpg b/data/train/S1E1_frame11675.jpg new file mode 100644 index 0000000..1c4affe Binary files /dev/null and b/data/train/S1E1_frame11675.jpg differ diff --git a/data/train/S1E1_frame11725.jpg b/data/train/S1E1_frame11725.jpg new file mode 100644 index 0000000..d5699e7 Binary files /dev/null and b/data/train/S1E1_frame11725.jpg differ diff --git a/data/train/S1E1_frame11825.jpg b/data/train/S1E1_frame11825.jpg new file mode 100644 index 0000000..6f40798 Binary files /dev/null and b/data/train/S1E1_frame11825.jpg differ diff --git a/data/train/S1E1_frame11875.jpg b/data/train/S1E1_frame11875.jpg new file mode 100644 index 0000000..df68126 Binary files /dev/null and b/data/train/S1E1_frame11875.jpg differ diff --git a/data/train/S1E1_frame11950.jpg b/data/train/S1E1_frame11950.jpg new file mode 100644 index 0000000..07089e3 Binary files /dev/null and b/data/train/S1E1_frame11950.jpg differ diff --git a/data/train/S1E1_frame12025.jpg b/data/train/S1E1_frame12025.jpg new file mode 100644 index 0000000..c102062 Binary files /dev/null and b/data/train/S1E1_frame12025.jpg differ diff --git a/data/train/S1E1_frame12050.jpg b/data/train/S1E1_frame12050.jpg new file mode 100644 index 0000000..2ffb8c5 Binary files /dev/null and b/data/train/S1E1_frame12050.jpg differ diff --git a/data/train/S1E1_frame12125.jpg b/data/train/S1E1_frame12125.jpg new file mode 100644 index 0000000..34ac4bb Binary files /dev/null and b/data/train/S1E1_frame12125.jpg differ diff --git a/data/train/S1E1_frame12225.jpg b/data/train/S1E1_frame12225.jpg new file mode 100644 index 0000000..4269a40 Binary files /dev/null and b/data/train/S1E1_frame12225.jpg differ diff --git a/data/train/S1E1_frame12275.jpg b/data/train/S1E1_frame12275.jpg new file mode 100644 index 0000000..f7aef5d Binary files /dev/null and b/data/train/S1E1_frame12275.jpg differ diff --git a/data/train/S1E1_frame12300.jpg b/data/train/S1E1_frame12300.jpg new file mode 100644 index 0000000..b4db5b6 Binary files /dev/null and b/data/train/S1E1_frame12300.jpg differ diff --git a/data/train/S1E1_frame12350.jpg b/data/train/S1E1_frame12350.jpg new file mode 100644 index 0000000..dd84950 Binary files /dev/null and b/data/train/S1E1_frame12350.jpg differ diff --git a/data/train/S1E1_frame12375.jpg b/data/train/S1E1_frame12375.jpg new file mode 100644 index 0000000..002e712 Binary files /dev/null and b/data/train/S1E1_frame12375.jpg differ diff --git a/data/train/S1E1_frame12450.jpg b/data/train/S1E1_frame12450.jpg new file mode 100644 index 0000000..1b9e3ce Binary files /dev/null and b/data/train/S1E1_frame12450.jpg differ diff --git a/data/train/S1E1_frame12775.jpg b/data/train/S1E1_frame12775.jpg new file mode 100644 index 0000000..7b13f9b Binary files /dev/null and b/data/train/S1E1_frame12775.jpg differ diff --git a/data/train/S1E1_frame15850.jpg b/data/train/S1E1_frame15850.jpg new file mode 100644 index 0000000..0e70fa7 Binary files /dev/null and b/data/train/S1E1_frame15850.jpg differ diff --git a/data/train/S1E1_frame16050.jpg b/data/train/S1E1_frame16050.jpg new file mode 100644 index 0000000..735156c Binary files /dev/null and b/data/train/S1E1_frame16050.jpg differ diff --git a/data/train/S1E1_frame16100.jpg b/data/train/S1E1_frame16100.jpg new file mode 100644 index 0000000..556c9ab Binary files /dev/null and b/data/train/S1E1_frame16100.jpg differ diff --git a/data/train/S1E1_frame16200.jpg b/data/train/S1E1_frame16200.jpg new file mode 100644 index 0000000..026a34c Binary files /dev/null and b/data/train/S1E1_frame16200.jpg differ diff --git a/data/train/S1E1_frame16350.jpg b/data/train/S1E1_frame16350.jpg new file mode 100644 index 0000000..ef0d8df Binary files /dev/null and b/data/train/S1E1_frame16350.jpg differ diff --git a/data/train/S1E1_frame16425.jpg b/data/train/S1E1_frame16425.jpg new file mode 100644 index 0000000..e67b2c1 Binary files /dev/null and b/data/train/S1E1_frame16425.jpg differ diff --git a/data/train/S1E1_frame16500.jpg b/data/train/S1E1_frame16500.jpg new file mode 100644 index 0000000..e3f3b33 Binary files /dev/null and b/data/train/S1E1_frame16500.jpg differ diff --git a/data/train/S1E1_frame16575.jpg b/data/train/S1E1_frame16575.jpg new file mode 100644 index 0000000..b76e0b7 Binary files /dev/null and b/data/train/S1E1_frame16575.jpg differ diff --git a/data/train/S1E1_frame17200.jpg b/data/train/S1E1_frame17200.jpg new file mode 100644 index 0000000..5179b6c Binary files /dev/null and b/data/train/S1E1_frame17200.jpg differ diff --git a/data/train/S1E1_frame17250.jpg b/data/train/S1E1_frame17250.jpg new file mode 100644 index 0000000..978b16f Binary files /dev/null and b/data/train/S1E1_frame17250.jpg differ diff --git a/data/train/S1E1_frame17275.jpg b/data/train/S1E1_frame17275.jpg new file mode 100644 index 0000000..2700c6f Binary files /dev/null and b/data/train/S1E1_frame17275.jpg differ diff --git a/data/train/S1E1_frame175.jpg b/data/train/S1E1_frame175.jpg new file mode 100644 index 0000000..1b40eb0 Binary files /dev/null and b/data/train/S1E1_frame175.jpg differ diff --git a/data/train/S1E1_frame17525.jpg b/data/train/S1E1_frame17525.jpg new file mode 100644 index 0000000..88f8c68 Binary files /dev/null and b/data/train/S1E1_frame17525.jpg differ diff --git a/data/train/S1E1_frame17700.jpg b/data/train/S1E1_frame17700.jpg new file mode 100644 index 0000000..d9b5c2d Binary files /dev/null and b/data/train/S1E1_frame17700.jpg differ diff --git a/data/train/S1E1_frame17750.jpg b/data/train/S1E1_frame17750.jpg new file mode 100644 index 0000000..9ee955c Binary files /dev/null and b/data/train/S1E1_frame17750.jpg differ diff --git a/data/train/S1E1_frame17800.jpg b/data/train/S1E1_frame17800.jpg new file mode 100644 index 0000000..0683241 Binary files /dev/null and b/data/train/S1E1_frame17800.jpg differ diff --git a/data/train/S1E1_frame17875.jpg b/data/train/S1E1_frame17875.jpg new file mode 100644 index 0000000..4548480 Binary files /dev/null and b/data/train/S1E1_frame17875.jpg differ diff --git a/data/train/S1E1_frame18125.jpg b/data/train/S1E1_frame18125.jpg new file mode 100644 index 0000000..d10c087 Binary files /dev/null and b/data/train/S1E1_frame18125.jpg differ diff --git a/data/train/S1E1_frame200.jpg b/data/train/S1E1_frame200.jpg new file mode 100644 index 0000000..182864c Binary files /dev/null and b/data/train/S1E1_frame200.jpg differ diff --git a/data/train/S1E1_frame2375.jpg b/data/train/S1E1_frame2375.jpg new file mode 100644 index 0000000..e2b1672 Binary files /dev/null and b/data/train/S1E1_frame2375.jpg differ diff --git a/data/train/S1E1_frame24650.jpg b/data/train/S1E1_frame24650.jpg new file mode 100644 index 0000000..55147a9 Binary files /dev/null and b/data/train/S1E1_frame24650.jpg differ diff --git a/data/train/S1E1_frame24750.jpg b/data/train/S1E1_frame24750.jpg new file mode 100644 index 0000000..0a44760 Binary files /dev/null and b/data/train/S1E1_frame24750.jpg differ diff --git a/data/train/S1E1_frame24800.jpg b/data/train/S1E1_frame24800.jpg new file mode 100644 index 0000000..2087f5a Binary files /dev/null and b/data/train/S1E1_frame24800.jpg differ diff --git a/data/train/S1E1_frame24825.jpg b/data/train/S1E1_frame24825.jpg new file mode 100644 index 0000000..66d0c1e Binary files /dev/null and b/data/train/S1E1_frame24825.jpg differ diff --git a/data/train/S1E1_frame2500.jpg b/data/train/S1E1_frame2500.jpg new file mode 100644 index 0000000..cfd4c4f Binary files /dev/null and b/data/train/S1E1_frame2500.jpg differ diff --git a/data/train/S1E1_frame25025.jpg b/data/train/S1E1_frame25025.jpg new file mode 100644 index 0000000..cac0e76 Binary files /dev/null and b/data/train/S1E1_frame25025.jpg differ diff --git a/data/train/S1E1_frame25325.jpg b/data/train/S1E1_frame25325.jpg new file mode 100644 index 0000000..09fed1e Binary files /dev/null and b/data/train/S1E1_frame25325.jpg differ diff --git a/data/train/S1E1_frame25400.jpg b/data/train/S1E1_frame25400.jpg new file mode 100644 index 0000000..d8dbf44 Binary files /dev/null and b/data/train/S1E1_frame25400.jpg differ diff --git a/data/train/S1E1_frame25475.jpg b/data/train/S1E1_frame25475.jpg new file mode 100644 index 0000000..647c0e2 Binary files /dev/null and b/data/train/S1E1_frame25475.jpg differ diff --git a/data/train/S1E1_frame25500.jpg b/data/train/S1E1_frame25500.jpg new file mode 100644 index 0000000..7d62277 Binary files /dev/null and b/data/train/S1E1_frame25500.jpg differ diff --git a/data/train/S1E1_frame25775.jpg b/data/train/S1E1_frame25775.jpg new file mode 100644 index 0000000..0f6100a Binary files /dev/null and b/data/train/S1E1_frame25775.jpg differ diff --git a/data/train/S1E1_frame25825.jpg b/data/train/S1E1_frame25825.jpg new file mode 100644 index 0000000..ddf0aae Binary files /dev/null and b/data/train/S1E1_frame25825.jpg differ diff --git a/data/train/S1E1_frame26400.jpg b/data/train/S1E1_frame26400.jpg new file mode 100644 index 0000000..946a0c2 Binary files /dev/null and b/data/train/S1E1_frame26400.jpg differ diff --git a/data/train/S1E1_frame26675.jpg b/data/train/S1E1_frame26675.jpg new file mode 100644 index 0000000..fbc2ec9 Binary files /dev/null and b/data/train/S1E1_frame26675.jpg differ diff --git a/data/train/S1E1_frame26800.jpg b/data/train/S1E1_frame26800.jpg new file mode 100644 index 0000000..a52ed22 Binary files /dev/null and b/data/train/S1E1_frame26800.jpg differ diff --git a/data/train/S1E1_frame26875.jpg b/data/train/S1E1_frame26875.jpg new file mode 100644 index 0000000..80f692f Binary files /dev/null and b/data/train/S1E1_frame26875.jpg differ diff --git a/data/train/S1E1_frame2950.jpg b/data/train/S1E1_frame2950.jpg new file mode 100644 index 0000000..837534a Binary files /dev/null and b/data/train/S1E1_frame2950.jpg differ diff --git a/data/train/S1E1_frame2975.jpg b/data/train/S1E1_frame2975.jpg new file mode 100644 index 0000000..4268e5d Binary files /dev/null and b/data/train/S1E1_frame2975.jpg differ diff --git a/data/train/S1E1_frame3125.jpg b/data/train/S1E1_frame3125.jpg new file mode 100644 index 0000000..c46f588 Binary files /dev/null and b/data/train/S1E1_frame3125.jpg differ diff --git a/data/train/S1E1_frame32050.jpg b/data/train/S1E1_frame32050.jpg new file mode 100644 index 0000000..140a7e4 Binary files /dev/null and b/data/train/S1E1_frame32050.jpg differ diff --git a/data/train/S1E1_frame32100.jpg b/data/train/S1E1_frame32100.jpg new file mode 100644 index 0000000..79439a4 Binary files /dev/null and b/data/train/S1E1_frame32100.jpg differ diff --git a/data/train/S1E1_frame32125.jpg b/data/train/S1E1_frame32125.jpg new file mode 100644 index 0000000..31ec1f2 Binary files /dev/null and b/data/train/S1E1_frame32125.jpg differ diff --git a/data/train/S1E1_frame3375.jpg b/data/train/S1E1_frame3375.jpg new file mode 100644 index 0000000..9887667 Binary files /dev/null and b/data/train/S1E1_frame3375.jpg differ diff --git a/data/train/S1E1_frame35175.jpg b/data/train/S1E1_frame35175.jpg new file mode 100644 index 0000000..2dfe07e Binary files /dev/null and b/data/train/S1E1_frame35175.jpg differ diff --git a/data/train/S1E1_frame35250.jpg b/data/train/S1E1_frame35250.jpg new file mode 100644 index 0000000..6611849 Binary files /dev/null and b/data/train/S1E1_frame35250.jpg differ diff --git a/data/train/S1E1_frame36650.jpg b/data/train/S1E1_frame36650.jpg new file mode 100644 index 0000000..2731f56 Binary files /dev/null and b/data/train/S1E1_frame36650.jpg differ diff --git a/data/train/S1E1_frame36725.jpg b/data/train/S1E1_frame36725.jpg new file mode 100644 index 0000000..e7a7e5b Binary files /dev/null and b/data/train/S1E1_frame36725.jpg differ diff --git a/data/train/S1E1_frame36900.jpg b/data/train/S1E1_frame36900.jpg new file mode 100644 index 0000000..bc7d46b Binary files /dev/null and b/data/train/S1E1_frame36900.jpg differ diff --git a/data/train/S1E1_frame37075.jpg b/data/train/S1E1_frame37075.jpg new file mode 100644 index 0000000..7b40e49 Binary files /dev/null and b/data/train/S1E1_frame37075.jpg differ diff --git a/data/train/S1E1_frame37200.jpg b/data/train/S1E1_frame37200.jpg new file mode 100644 index 0000000..d4faa5e Binary files /dev/null and b/data/train/S1E1_frame37200.jpg differ diff --git a/data/train/S1E1_frame37475.jpg b/data/train/S1E1_frame37475.jpg new file mode 100644 index 0000000..dc6a059 Binary files /dev/null and b/data/train/S1E1_frame37475.jpg differ diff --git a/data/train/S1E1_frame37700.jpg b/data/train/S1E1_frame37700.jpg new file mode 100644 index 0000000..23f9710 Binary files /dev/null and b/data/train/S1E1_frame37700.jpg differ diff --git a/data/train/S1E1_frame37725.jpg b/data/train/S1E1_frame37725.jpg new file mode 100644 index 0000000..93bfb5d Binary files /dev/null and b/data/train/S1E1_frame37725.jpg differ diff --git a/data/train/S1E1_frame37850.jpg b/data/train/S1E1_frame37850.jpg new file mode 100644 index 0000000..2ac8f5d Binary files /dev/null and b/data/train/S1E1_frame37850.jpg differ diff --git a/data/train/S1E1_frame37950.jpg b/data/train/S1E1_frame37950.jpg new file mode 100644 index 0000000..1cf3ac6 Binary files /dev/null and b/data/train/S1E1_frame37950.jpg differ diff --git a/data/train/S1E1_frame38050.jpg b/data/train/S1E1_frame38050.jpg new file mode 100644 index 0000000..0553df5 Binary files /dev/null and b/data/train/S1E1_frame38050.jpg differ diff --git a/data/train/S1E1_frame38300.jpg b/data/train/S1E1_frame38300.jpg new file mode 100644 index 0000000..664d499 Binary files /dev/null and b/data/train/S1E1_frame38300.jpg differ diff --git a/data/train/S1E1_frame38400.jpg b/data/train/S1E1_frame38400.jpg new file mode 100644 index 0000000..c941a86 Binary files /dev/null and b/data/train/S1E1_frame38400.jpg differ diff --git a/data/train/S1E1_frame40725.jpg b/data/train/S1E1_frame40725.jpg new file mode 100644 index 0000000..5423771 Binary files /dev/null and b/data/train/S1E1_frame40725.jpg differ diff --git a/data/train/S1E1_frame40825.jpg b/data/train/S1E1_frame40825.jpg new file mode 100644 index 0000000..074dded Binary files /dev/null and b/data/train/S1E1_frame40825.jpg differ diff --git a/data/train/S1E1_frame40875.jpg b/data/train/S1E1_frame40875.jpg new file mode 100644 index 0000000..94a202d Binary files /dev/null and b/data/train/S1E1_frame40875.jpg differ diff --git a/data/train/S1E1_frame41175.jpg b/data/train/S1E1_frame41175.jpg new file mode 100644 index 0000000..1cce749 Binary files /dev/null and b/data/train/S1E1_frame41175.jpg differ diff --git a/data/train/S1E1_frame41250.jpg b/data/train/S1E1_frame41250.jpg new file mode 100644 index 0000000..efe2a9e Binary files /dev/null and b/data/train/S1E1_frame41250.jpg differ diff --git a/data/train/S1E1_frame41375.jpg b/data/train/S1E1_frame41375.jpg new file mode 100644 index 0000000..db2fff4 Binary files /dev/null and b/data/train/S1E1_frame41375.jpg differ diff --git a/data/train/S1E1_frame41450.jpg b/data/train/S1E1_frame41450.jpg new file mode 100644 index 0000000..2ea7b4e Binary files /dev/null and b/data/train/S1E1_frame41450.jpg differ diff --git a/data/train/S1E1_frame41575.jpg b/data/train/S1E1_frame41575.jpg new file mode 100644 index 0000000..df00993 Binary files /dev/null and b/data/train/S1E1_frame41575.jpg differ diff --git a/data/train/S1E1_frame41650.jpg b/data/train/S1E1_frame41650.jpg new file mode 100644 index 0000000..ecf8659 Binary files /dev/null and b/data/train/S1E1_frame41650.jpg differ diff --git a/data/train/S1E1_frame42875.jpg b/data/train/S1E1_frame42875.jpg new file mode 100644 index 0000000..1919394 Binary files /dev/null and b/data/train/S1E1_frame42875.jpg differ diff --git a/data/train/S1E1_frame43025.jpg b/data/train/S1E1_frame43025.jpg new file mode 100644 index 0000000..53c44ce Binary files /dev/null and b/data/train/S1E1_frame43025.jpg differ diff --git a/data/train/S1E1_frame4325.jpg b/data/train/S1E1_frame4325.jpg new file mode 100644 index 0000000..ea4122a Binary files /dev/null and b/data/train/S1E1_frame4325.jpg differ diff --git a/data/train/S1E1_frame43875.jpg b/data/train/S1E1_frame43875.jpg new file mode 100644 index 0000000..84b77cf Binary files /dev/null and b/data/train/S1E1_frame43875.jpg differ diff --git a/data/train/S1E1_frame46725.jpg b/data/train/S1E1_frame46725.jpg new file mode 100644 index 0000000..24d7db6 Binary files /dev/null and b/data/train/S1E1_frame46725.jpg differ diff --git a/data/train/S1E1_frame47050.jpg b/data/train/S1E1_frame47050.jpg new file mode 100644 index 0000000..2d063da Binary files /dev/null and b/data/train/S1E1_frame47050.jpg differ diff --git a/data/train/S1E1_frame47125.jpg b/data/train/S1E1_frame47125.jpg new file mode 100644 index 0000000..ea347cc Binary files /dev/null and b/data/train/S1E1_frame47125.jpg differ diff --git a/data/train/S1E1_frame47150.jpg b/data/train/S1E1_frame47150.jpg new file mode 100644 index 0000000..629049c Binary files /dev/null and b/data/train/S1E1_frame47150.jpg differ diff --git a/data/train/S1E1_frame4725.jpg b/data/train/S1E1_frame4725.jpg new file mode 100644 index 0000000..f9885a2 Binary files /dev/null and b/data/train/S1E1_frame4725.jpg differ diff --git a/data/train/S1E1_frame47300.jpg b/data/train/S1E1_frame47300.jpg new file mode 100644 index 0000000..a84b479 Binary files /dev/null and b/data/train/S1E1_frame47300.jpg differ diff --git a/data/train/S1E1_frame47325.jpg b/data/train/S1E1_frame47325.jpg new file mode 100644 index 0000000..379f42f Binary files /dev/null and b/data/train/S1E1_frame47325.jpg differ diff --git a/data/train/S1E1_frame47525.jpg b/data/train/S1E1_frame47525.jpg new file mode 100644 index 0000000..8b112e8 Binary files /dev/null and b/data/train/S1E1_frame47525.jpg differ diff --git a/data/train/S1E1_frame47600.jpg b/data/train/S1E1_frame47600.jpg new file mode 100644 index 0000000..101aaaf Binary files /dev/null and b/data/train/S1E1_frame47600.jpg differ diff --git a/data/train/S1E1_frame47700.jpg b/data/train/S1E1_frame47700.jpg new file mode 100644 index 0000000..705590b Binary files /dev/null and b/data/train/S1E1_frame47700.jpg differ diff --git a/data/train/S1E1_frame47750.jpg b/data/train/S1E1_frame47750.jpg new file mode 100644 index 0000000..1708df5 Binary files /dev/null and b/data/train/S1E1_frame47750.jpg differ diff --git a/data/train/S1E1_frame47825.jpg b/data/train/S1E1_frame47825.jpg new file mode 100644 index 0000000..45b2640 Binary files /dev/null and b/data/train/S1E1_frame47825.jpg differ diff --git a/data/train/S1E1_frame47900.jpg b/data/train/S1E1_frame47900.jpg new file mode 100644 index 0000000..be0886b Binary files /dev/null and b/data/train/S1E1_frame47900.jpg differ diff --git a/data/train/S1E1_frame48250.jpg b/data/train/S1E1_frame48250.jpg new file mode 100644 index 0000000..87cf4dd Binary files /dev/null and b/data/train/S1E1_frame48250.jpg differ diff --git a/data/train/S1E1_frame48650.jpg b/data/train/S1E1_frame48650.jpg new file mode 100644 index 0000000..e4da993 Binary files /dev/null and b/data/train/S1E1_frame48650.jpg differ diff --git a/data/train/S1E1_frame48725.jpg b/data/train/S1E1_frame48725.jpg new file mode 100644 index 0000000..d69dd3e Binary files /dev/null and b/data/train/S1E1_frame48725.jpg differ diff --git a/data/train/S1E1_frame49150.jpg b/data/train/S1E1_frame49150.jpg new file mode 100644 index 0000000..a63511e Binary files /dev/null and b/data/train/S1E1_frame49150.jpg differ diff --git a/data/train/S1E1_frame49200.jpg b/data/train/S1E1_frame49200.jpg new file mode 100644 index 0000000..f73a602 Binary files /dev/null and b/data/train/S1E1_frame49200.jpg differ diff --git a/data/train/S1E1_frame49400.jpg b/data/train/S1E1_frame49400.jpg new file mode 100644 index 0000000..d9f9c25 Binary files /dev/null and b/data/train/S1E1_frame49400.jpg differ diff --git a/data/train/S1E1_frame9575.jpg b/data/train/S1E1_frame9575.jpg new file mode 100644 index 0000000..998b53d Binary files /dev/null and b/data/train/S1E1_frame9575.jpg differ diff --git a/data/train/S1E1_frame9825.jpg b/data/train/S1E1_frame9825.jpg new file mode 100644 index 0000000..f7b8fbb Binary files /dev/null and b/data/train/S1E1_frame9825.jpg differ diff --git a/data/train/S1E1_frame9875.jpg b/data/train/S1E1_frame9875.jpg new file mode 100644 index 0000000..ac9a2af Binary files /dev/null and b/data/train/S1E1_frame9875.jpg differ diff --git a/data/train/S1E1_frame9925.jpg b/data/train/S1E1_frame9925.jpg new file mode 100644 index 0000000..aa64fc1 Binary files /dev/null and b/data/train/S1E1_frame9925.jpg differ diff --git a/data/train/S1E2_frame12225.jpg b/data/train/S1E2_frame12225.jpg new file mode 100644 index 0000000..b19a18a Binary files /dev/null and b/data/train/S1E2_frame12225.jpg differ diff --git a/data/train/S1E2_frame12275.jpg b/data/train/S1E2_frame12275.jpg new file mode 100644 index 0000000..433cb08 Binary files /dev/null and b/data/train/S1E2_frame12275.jpg differ diff --git a/data/train/S1E2_frame12300.jpg b/data/train/S1E2_frame12300.jpg new file mode 100644 index 0000000..090d82f Binary files /dev/null and b/data/train/S1E2_frame12300.jpg differ diff --git a/data/train/S1E2_frame12325.jpg b/data/train/S1E2_frame12325.jpg new file mode 100644 index 0000000..f060671 Binary files /dev/null and b/data/train/S1E2_frame12325.jpg differ diff --git a/data/train/S1E2_frame12350.jpg b/data/train/S1E2_frame12350.jpg new file mode 100644 index 0000000..d8036dc Binary files /dev/null and b/data/train/S1E2_frame12350.jpg differ diff --git a/data/train/S1E2_frame12375.jpg b/data/train/S1E2_frame12375.jpg new file mode 100644 index 0000000..a511175 Binary files /dev/null and b/data/train/S1E2_frame12375.jpg differ diff --git a/data/train/S1E2_frame12450.jpg b/data/train/S1E2_frame12450.jpg new file mode 100644 index 0000000..a2d03a2 Binary files /dev/null and b/data/train/S1E2_frame12450.jpg differ diff --git a/data/train/S1E2_frame12575.jpg b/data/train/S1E2_frame12575.jpg new file mode 100644 index 0000000..2a2aede Binary files /dev/null and b/data/train/S1E2_frame12575.jpg differ diff --git a/data/train/S1E2_frame12700.jpg b/data/train/S1E2_frame12700.jpg new file mode 100644 index 0000000..b3c08c3 Binary files /dev/null and b/data/train/S1E2_frame12700.jpg differ diff --git a/data/train/S1E2_frame12725.jpg b/data/train/S1E2_frame12725.jpg new file mode 100644 index 0000000..1e179c6 Binary files /dev/null and b/data/train/S1E2_frame12725.jpg differ diff --git a/data/train/S1E2_frame12750.jpg b/data/train/S1E2_frame12750.jpg new file mode 100644 index 0000000..98d4c57 Binary files /dev/null and b/data/train/S1E2_frame12750.jpg differ diff --git a/data/train/S1E2_frame13250.jpg b/data/train/S1E2_frame13250.jpg new file mode 100644 index 0000000..2e952e0 Binary files /dev/null and b/data/train/S1E2_frame13250.jpg differ diff --git a/data/train/S1E2_frame13425.jpg b/data/train/S1E2_frame13425.jpg new file mode 100644 index 0000000..65aa0b6 Binary files /dev/null and b/data/train/S1E2_frame13425.jpg differ diff --git a/data/train/S1E2_frame13525.jpg b/data/train/S1E2_frame13525.jpg new file mode 100644 index 0000000..8eea844 Binary files /dev/null and b/data/train/S1E2_frame13525.jpg differ diff --git a/data/train/S1E2_frame13575.jpg b/data/train/S1E2_frame13575.jpg new file mode 100644 index 0000000..21fe0cf Binary files /dev/null and b/data/train/S1E2_frame13575.jpg differ diff --git a/data/train/S1E2_frame13600.jpg b/data/train/S1E2_frame13600.jpg new file mode 100644 index 0000000..08d6b18 Binary files /dev/null and b/data/train/S1E2_frame13600.jpg differ diff --git a/data/train/S1E2_frame16775.jpg b/data/train/S1E2_frame16775.jpg new file mode 100644 index 0000000..6cdc60c Binary files /dev/null and b/data/train/S1E2_frame16775.jpg differ diff --git a/data/train/S1E2_frame16850.jpg b/data/train/S1E2_frame16850.jpg new file mode 100644 index 0000000..61ef39c Binary files /dev/null and b/data/train/S1E2_frame16850.jpg differ diff --git a/data/train/S1E2_frame16975.jpg b/data/train/S1E2_frame16975.jpg new file mode 100644 index 0000000..76f99bd Binary files /dev/null and b/data/train/S1E2_frame16975.jpg differ diff --git a/data/train/S1E2_frame17000.jpg b/data/train/S1E2_frame17000.jpg new file mode 100644 index 0000000..4bd7d23 Binary files /dev/null and b/data/train/S1E2_frame17000.jpg differ diff --git a/data/train/S1E2_frame17075.jpg b/data/train/S1E2_frame17075.jpg new file mode 100644 index 0000000..9bb2c7a Binary files /dev/null and b/data/train/S1E2_frame17075.jpg differ diff --git a/data/train/S1E2_frame17100.jpg b/data/train/S1E2_frame17100.jpg new file mode 100644 index 0000000..243a471 Binary files /dev/null and b/data/train/S1E2_frame17100.jpg differ diff --git a/data/train/S1E2_frame17425.jpg b/data/train/S1E2_frame17425.jpg new file mode 100644 index 0000000..63f5c9c Binary files /dev/null and b/data/train/S1E2_frame17425.jpg differ diff --git a/data/train/S1E2_frame17475.jpg b/data/train/S1E2_frame17475.jpg new file mode 100644 index 0000000..569c3db Binary files /dev/null and b/data/train/S1E2_frame17475.jpg differ diff --git a/data/train/S1E2_frame17650.jpg b/data/train/S1E2_frame17650.jpg new file mode 100644 index 0000000..30e74cc Binary files /dev/null and b/data/train/S1E2_frame17650.jpg differ diff --git a/data/train/S1E2_frame17825.jpg b/data/train/S1E2_frame17825.jpg new file mode 100644 index 0000000..b94542d Binary files /dev/null and b/data/train/S1E2_frame17825.jpg differ diff --git a/data/train/S1E2_frame25425.jpg b/data/train/S1E2_frame25425.jpg new file mode 100644 index 0000000..d0c62c6 Binary files /dev/null and b/data/train/S1E2_frame25425.jpg differ diff --git a/data/train/S1E2_frame25525.jpg b/data/train/S1E2_frame25525.jpg new file mode 100644 index 0000000..8079189 Binary files /dev/null and b/data/train/S1E2_frame25525.jpg differ diff --git a/data/train/S1E2_frame25575.jpg b/data/train/S1E2_frame25575.jpg new file mode 100644 index 0000000..f84983d Binary files /dev/null and b/data/train/S1E2_frame25575.jpg differ diff --git a/data/train/S1E2_frame25600.jpg b/data/train/S1E2_frame25600.jpg new file mode 100644 index 0000000..c3dbe8a Binary files /dev/null and b/data/train/S1E2_frame25600.jpg differ diff --git a/data/train/S1E2_frame25700.jpg b/data/train/S1E2_frame25700.jpg new file mode 100644 index 0000000..684708c Binary files /dev/null and b/data/train/S1E2_frame25700.jpg differ diff --git a/data/train/S1E2_frame25825.jpg b/data/train/S1E2_frame25825.jpg new file mode 100644 index 0000000..b27f1d5 Binary files /dev/null and b/data/train/S1E2_frame25825.jpg differ diff --git a/data/train/S1E2_frame26000.jpg b/data/train/S1E2_frame26000.jpg new file mode 100644 index 0000000..dc7875b Binary files /dev/null and b/data/train/S1E2_frame26000.jpg differ diff --git a/data/train/S1E2_frame26200.jpg b/data/train/S1E2_frame26200.jpg new file mode 100644 index 0000000..3e06cb3 Binary files /dev/null and b/data/train/S1E2_frame26200.jpg differ diff --git a/data/train/S1E2_frame26250.jpg b/data/train/S1E2_frame26250.jpg new file mode 100644 index 0000000..8e5a1ea Binary files /dev/null and b/data/train/S1E2_frame26250.jpg differ diff --git a/data/train/S1E2_frame26300.jpg b/data/train/S1E2_frame26300.jpg new file mode 100644 index 0000000..7945503 Binary files /dev/null and b/data/train/S1E2_frame26300.jpg differ diff --git a/data/train/S1E2_frame26400.jpg b/data/train/S1E2_frame26400.jpg new file mode 100644 index 0000000..4726c61 Binary files /dev/null and b/data/train/S1E2_frame26400.jpg differ diff --git a/data/train/S1E2_frame26425.jpg b/data/train/S1E2_frame26425.jpg new file mode 100644 index 0000000..a334db1 Binary files /dev/null and b/data/train/S1E2_frame26425.jpg differ diff --git a/data/train/S1E2_frame26450.jpg b/data/train/S1E2_frame26450.jpg new file mode 100644 index 0000000..33f09d8 Binary files /dev/null and b/data/train/S1E2_frame26450.jpg differ diff --git a/data/train/S1E2_frame26500.jpg b/data/train/S1E2_frame26500.jpg new file mode 100644 index 0000000..d983585 Binary files /dev/null and b/data/train/S1E2_frame26500.jpg differ diff --git a/data/train/S1E2_frame26600.jpg b/data/train/S1E2_frame26600.jpg new file mode 100644 index 0000000..f22e40b Binary files /dev/null and b/data/train/S1E2_frame26600.jpg differ diff --git a/data/train/S1E2_frame26725.jpg b/data/train/S1E2_frame26725.jpg new file mode 100644 index 0000000..51a9b91 Binary files /dev/null and b/data/train/S1E2_frame26725.jpg differ diff --git a/data/train/S1E2_frame26775.jpg b/data/train/S1E2_frame26775.jpg new file mode 100644 index 0000000..18a923f Binary files /dev/null and b/data/train/S1E2_frame26775.jpg differ diff --git a/data/train/S1E2_frame26800.jpg b/data/train/S1E2_frame26800.jpg new file mode 100644 index 0000000..b555f9d Binary files /dev/null and b/data/train/S1E2_frame26800.jpg differ diff --git a/data/train/S1E2_frame26850.jpg b/data/train/S1E2_frame26850.jpg new file mode 100644 index 0000000..ef4944d Binary files /dev/null and b/data/train/S1E2_frame26850.jpg differ diff --git a/data/train/S1E2_frame26950.jpg b/data/train/S1E2_frame26950.jpg new file mode 100644 index 0000000..7e06c20 Binary files /dev/null and b/data/train/S1E2_frame26950.jpg differ diff --git a/data/train/S1E2_frame35600.jpg b/data/train/S1E2_frame35600.jpg new file mode 100644 index 0000000..c7c987d Binary files /dev/null and b/data/train/S1E2_frame35600.jpg differ diff --git a/data/train/S1E2_frame35725.jpg b/data/train/S1E2_frame35725.jpg new file mode 100644 index 0000000..d0a3d32 Binary files /dev/null and b/data/train/S1E2_frame35725.jpg differ diff --git a/data/train/S1E2_frame35850.jpg b/data/train/S1E2_frame35850.jpg new file mode 100644 index 0000000..75267a4 Binary files /dev/null and b/data/train/S1E2_frame35850.jpg differ diff --git a/data/train/S1E2_frame35925.jpg b/data/train/S1E2_frame35925.jpg new file mode 100644 index 0000000..bbba1d0 Binary files /dev/null and b/data/train/S1E2_frame35925.jpg differ diff --git a/data/train/S1E2_frame36225.jpg b/data/train/S1E2_frame36225.jpg new file mode 100644 index 0000000..39edc88 Binary files /dev/null and b/data/train/S1E2_frame36225.jpg differ diff --git a/data/train/S1E2_frame36250.jpg b/data/train/S1E2_frame36250.jpg new file mode 100644 index 0000000..07df0e9 Binary files /dev/null and b/data/train/S1E2_frame36250.jpg differ diff --git a/data/train/S1E2_frame36400.jpg b/data/train/S1E2_frame36400.jpg new file mode 100644 index 0000000..a4b4cf2 Binary files /dev/null and b/data/train/S1E2_frame36400.jpg differ diff --git a/data/train/S1E2_frame36425.jpg b/data/train/S1E2_frame36425.jpg new file mode 100644 index 0000000..ce6db06 Binary files /dev/null and b/data/train/S1E2_frame36425.jpg differ diff --git a/data/train/S1E2_frame36625.jpg b/data/train/S1E2_frame36625.jpg new file mode 100644 index 0000000..c6c9570 Binary files /dev/null and b/data/train/S1E2_frame36625.jpg differ diff --git a/data/train/S1E2_frame36675.jpg b/data/train/S1E2_frame36675.jpg new file mode 100644 index 0000000..779e4ff Binary files /dev/null and b/data/train/S1E2_frame36675.jpg differ diff --git a/data/train/S1E2_frame43725.jpg b/data/train/S1E2_frame43725.jpg new file mode 100644 index 0000000..1404426 Binary files /dev/null and b/data/train/S1E2_frame43725.jpg differ diff --git a/data/train/S1E2_frame43800.jpg b/data/train/S1E2_frame43800.jpg new file mode 100644 index 0000000..4addf89 Binary files /dev/null and b/data/train/S1E2_frame43800.jpg differ diff --git a/data/train/S1E2_frame43950.jpg b/data/train/S1E2_frame43950.jpg new file mode 100644 index 0000000..cb9d835 Binary files /dev/null and b/data/train/S1E2_frame43950.jpg differ diff --git a/data/train/S1E2_frame44100.jpg b/data/train/S1E2_frame44100.jpg new file mode 100644 index 0000000..955205d Binary files /dev/null and b/data/train/S1E2_frame44100.jpg differ diff --git a/data/train/S1E2_frame44175.jpg b/data/train/S1E2_frame44175.jpg new file mode 100644 index 0000000..bcbb52d Binary files /dev/null and b/data/train/S1E2_frame44175.jpg differ diff --git a/data/train/S1E2_frame44350.jpg b/data/train/S1E2_frame44350.jpg new file mode 100644 index 0000000..079d1d0 Binary files /dev/null and b/data/train/S1E2_frame44350.jpg differ diff --git a/data/train/S1E2_frame44600.jpg b/data/train/S1E2_frame44600.jpg new file mode 100644 index 0000000..8e23a6a Binary files /dev/null and b/data/train/S1E2_frame44600.jpg differ diff --git a/data/train/S1E2_frame48525.jpg b/data/train/S1E2_frame48525.jpg new file mode 100644 index 0000000..21e3eae Binary files /dev/null and b/data/train/S1E2_frame48525.jpg differ diff --git a/data/train/S1E2_frame48550.jpg b/data/train/S1E2_frame48550.jpg new file mode 100644 index 0000000..752ba3f Binary files /dev/null and b/data/train/S1E2_frame48550.jpg differ diff --git a/data/train/S1E2_frame48625.jpg b/data/train/S1E2_frame48625.jpg new file mode 100644 index 0000000..37aef24 Binary files /dev/null and b/data/train/S1E2_frame48625.jpg differ diff --git a/data/train/S1E2_frame48650.jpg b/data/train/S1E2_frame48650.jpg new file mode 100644 index 0000000..1fffd2c Binary files /dev/null and b/data/train/S1E2_frame48650.jpg differ diff --git a/data/train/S1E2_frame48800.jpg b/data/train/S1E2_frame48800.jpg new file mode 100644 index 0000000..2dcbcda Binary files /dev/null and b/data/train/S1E2_frame48800.jpg differ diff --git a/data/train/S1E2_frame48900.jpg b/data/train/S1E2_frame48900.jpg new file mode 100644 index 0000000..01d30ea Binary files /dev/null and b/data/train/S1E2_frame48900.jpg differ diff --git a/data/train/S1E2_frame49000.jpg b/data/train/S1E2_frame49000.jpg new file mode 100644 index 0000000..6cc5e97 Binary files /dev/null and b/data/train/S1E2_frame49000.jpg differ diff --git a/data/train/S1E2_frame49125.jpg b/data/train/S1E2_frame49125.jpg new file mode 100644 index 0000000..f1a365b Binary files /dev/null and b/data/train/S1E2_frame49125.jpg differ diff --git a/data/train/S1E2_frame49375.jpg b/data/train/S1E2_frame49375.jpg new file mode 100644 index 0000000..4826380 Binary files /dev/null and b/data/train/S1E2_frame49375.jpg differ diff --git a/data/train/S1E2_frame49600.jpg b/data/train/S1E2_frame49600.jpg new file mode 100644 index 0000000..bd808cb Binary files /dev/null and b/data/train/S1E2_frame49600.jpg differ diff --git a/data/train/S1E2_frame49675.jpg b/data/train/S1E2_frame49675.jpg new file mode 100644 index 0000000..430d564 Binary files /dev/null and b/data/train/S1E2_frame49675.jpg differ diff --git a/data/train/S1E2_frame49700.jpg b/data/train/S1E2_frame49700.jpg new file mode 100644 index 0000000..3c8b794 Binary files /dev/null and b/data/train/S1E2_frame49700.jpg differ diff --git a/data/train/S1E2_frame49750.jpg b/data/train/S1E2_frame49750.jpg new file mode 100644 index 0000000..f9b7c8e Binary files /dev/null and b/data/train/S1E2_frame49750.jpg differ diff --git a/data/train/S1E2_frame49825.jpg b/data/train/S1E2_frame49825.jpg new file mode 100644 index 0000000..6228ec1 Binary files /dev/null and b/data/train/S1E2_frame49825.jpg differ diff --git a/data/train/S1E2_frame55350.jpg b/data/train/S1E2_frame55350.jpg new file mode 100644 index 0000000..d0aeb6e Binary files /dev/null and b/data/train/S1E2_frame55350.jpg differ diff --git a/data/train/S1E2_frame55525.jpg b/data/train/S1E2_frame55525.jpg new file mode 100644 index 0000000..fb753c8 Binary files /dev/null and b/data/train/S1E2_frame55525.jpg differ diff --git a/data/train/S1E2_frame55825.jpg b/data/train/S1E2_frame55825.jpg new file mode 100644 index 0000000..578f64b Binary files /dev/null and b/data/train/S1E2_frame55825.jpg differ diff --git a/data/train/S1E2_frame55850.jpg b/data/train/S1E2_frame55850.jpg new file mode 100644 index 0000000..d3b7b7d Binary files /dev/null and b/data/train/S1E2_frame55850.jpg differ diff --git a/data/train/S1E2_frame56225.jpg b/data/train/S1E2_frame56225.jpg new file mode 100644 index 0000000..edde06f Binary files /dev/null and b/data/train/S1E2_frame56225.jpg differ diff --git a/data/train/S1E2_frame56675.jpg b/data/train/S1E2_frame56675.jpg new file mode 100644 index 0000000..6ac8415 Binary files /dev/null and b/data/train/S1E2_frame56675.jpg differ diff --git a/data/train/S1E2_frame56750.jpg b/data/train/S1E2_frame56750.jpg new file mode 100644 index 0000000..22945d8 Binary files /dev/null and b/data/train/S1E2_frame56750.jpg differ diff --git a/data/train/S1E2_frame57050.jpg b/data/train/S1E2_frame57050.jpg new file mode 100644 index 0000000..87249e2 Binary files /dev/null and b/data/train/S1E2_frame57050.jpg differ diff --git a/data/train/S1E2_frame57375.jpg b/data/train/S1E2_frame57375.jpg new file mode 100644 index 0000000..0b67340 Binary files /dev/null and b/data/train/S1E2_frame57375.jpg differ diff --git a/data/train/S1E2_frame57500.jpg b/data/train/S1E2_frame57500.jpg new file mode 100644 index 0000000..fe8280e Binary files /dev/null and b/data/train/S1E2_frame57500.jpg differ diff --git a/data/train/S1E2_frame58325.jpg b/data/train/S1E2_frame58325.jpg new file mode 100644 index 0000000..e78f9ba Binary files /dev/null and b/data/train/S1E2_frame58325.jpg differ diff --git a/data/train/S1E2_frame58425.jpg b/data/train/S1E2_frame58425.jpg new file mode 100644 index 0000000..8199c45 Binary files /dev/null and b/data/train/S1E2_frame58425.jpg differ diff --git a/data/train/S1E2_frame58825.jpg b/data/train/S1E2_frame58825.jpg new file mode 100644 index 0000000..e58e648 Binary files /dev/null and b/data/train/S1E2_frame58825.jpg differ diff --git a/data/train/S1E2_frame58900.jpg b/data/train/S1E2_frame58900.jpg new file mode 100644 index 0000000..896c5be Binary files /dev/null and b/data/train/S1E2_frame58900.jpg differ diff --git a/data/train/S1E2_frame59125.jpg b/data/train/S1E2_frame59125.jpg new file mode 100644 index 0000000..391d4ae Binary files /dev/null and b/data/train/S1E2_frame59125.jpg differ diff --git a/data/train/S1E2_frame59225.jpg b/data/train/S1E2_frame59225.jpg new file mode 100644 index 0000000..733817f Binary files /dev/null and b/data/train/S1E2_frame59225.jpg differ diff --git a/data/train/S1E2_frame59300.jpg b/data/train/S1E2_frame59300.jpg new file mode 100644 index 0000000..5a752da Binary files /dev/null and b/data/train/S1E2_frame59300.jpg differ diff --git a/data/train/S1E2_frame59325.jpg b/data/train/S1E2_frame59325.jpg new file mode 100644 index 0000000..2c66f67 Binary files /dev/null and b/data/train/S1E2_frame59325.jpg differ diff --git a/data/train/S1E2_frame59700.jpg b/data/train/S1E2_frame59700.jpg new file mode 100644 index 0000000..d4eaab1 Binary files /dev/null and b/data/train/S1E2_frame59700.jpg differ diff --git a/data/train/S1E2_frame60775.jpg b/data/train/S1E2_frame60775.jpg new file mode 100644 index 0000000..ab681ad Binary files /dev/null and b/data/train/S1E2_frame60775.jpg differ diff --git a/data/train/S1E2_frame60825.jpg b/data/train/S1E2_frame60825.jpg new file mode 100644 index 0000000..c567d71 Binary files /dev/null and b/data/train/S1E2_frame60825.jpg differ diff --git a/data/train/S1E2_frame61000.jpg b/data/train/S1E2_frame61000.jpg new file mode 100644 index 0000000..8f62d9a Binary files /dev/null and b/data/train/S1E2_frame61000.jpg differ diff --git a/data/train/S1E2_frame61100.jpg b/data/train/S1E2_frame61100.jpg new file mode 100644 index 0000000..14d1c14 Binary files /dev/null and b/data/train/S1E2_frame61100.jpg differ diff --git a/data/train/S1E2_frame61175.jpg b/data/train/S1E2_frame61175.jpg new file mode 100644 index 0000000..5ae5e7a Binary files /dev/null and b/data/train/S1E2_frame61175.jpg differ diff --git a/data/train/S1E2_frame6600.jpg b/data/train/S1E2_frame6600.jpg new file mode 100644 index 0000000..3d9794d Binary files /dev/null and b/data/train/S1E2_frame6600.jpg differ diff --git a/data/train/S1E2_frame6625.jpg b/data/train/S1E2_frame6625.jpg new file mode 100644 index 0000000..8933caf Binary files /dev/null and b/data/train/S1E2_frame6625.jpg differ diff --git a/data/train/S1E2_frame7000.jpg b/data/train/S1E2_frame7000.jpg new file mode 100644 index 0000000..75359a9 Binary files /dev/null and b/data/train/S1E2_frame7000.jpg differ diff --git a/data/train/S1E2_frame7175.jpg b/data/train/S1E2_frame7175.jpg new file mode 100644 index 0000000..747b125 Binary files /dev/null and b/data/train/S1E2_frame7175.jpg differ diff --git a/data/train/S1E2_frame7225.jpg b/data/train/S1E2_frame7225.jpg new file mode 100644 index 0000000..2947616 Binary files /dev/null and b/data/train/S1E2_frame7225.jpg differ diff --git a/data/train/S1E2_frame7275.jpg b/data/train/S1E2_frame7275.jpg new file mode 100644 index 0000000..813ed91 Binary files /dev/null and b/data/train/S1E2_frame7275.jpg differ diff --git a/data/train/S1E2_frame7300.jpg b/data/train/S1E2_frame7300.jpg new file mode 100644 index 0000000..1705a4b Binary files /dev/null and b/data/train/S1E2_frame7300.jpg differ diff --git a/data/train/S1E2_frame7975.jpg b/data/train/S1E2_frame7975.jpg new file mode 100644 index 0000000..995e8d5 Binary files /dev/null and b/data/train/S1E2_frame7975.jpg differ diff --git a/data/train/S1E2_frame8025.jpg b/data/train/S1E2_frame8025.jpg new file mode 100644 index 0000000..d676b22 Binary files /dev/null and b/data/train/S1E2_frame8025.jpg differ diff --git a/data/train/S1E2_frame8100.jpg b/data/train/S1E2_frame8100.jpg new file mode 100644 index 0000000..774e615 Binary files /dev/null and b/data/train/S1E2_frame8100.jpg differ diff --git a/data/train/S1E2_frame8225.jpg b/data/train/S1E2_frame8225.jpg new file mode 100644 index 0000000..03a5426 Binary files /dev/null and b/data/train/S1E2_frame8225.jpg differ diff --git a/data/train/S1E2_frame8250.jpg b/data/train/S1E2_frame8250.jpg new file mode 100644 index 0000000..4a36fcc Binary files /dev/null and b/data/train/S1E2_frame8250.jpg differ diff --git a/data/train/S1E2_frame8600.jpg b/data/train/S1E2_frame8600.jpg new file mode 100644 index 0000000..692b399 Binary files /dev/null and b/data/train/S1E2_frame8600.jpg differ diff --git a/data/train/S1E2_frame8625.jpg b/data/train/S1E2_frame8625.jpg new file mode 100644 index 0000000..6f90f08 Binary files /dev/null and b/data/train/S1E2_frame8625.jpg differ diff --git a/data/train/S1E3_frame16400.jpg b/data/train/S1E3_frame16400.jpg new file mode 100644 index 0000000..b0ffa16 Binary files /dev/null and b/data/train/S1E3_frame16400.jpg differ diff --git a/data/train/S1E3_frame16425.jpg b/data/train/S1E3_frame16425.jpg new file mode 100644 index 0000000..d3ff8d5 Binary files /dev/null and b/data/train/S1E3_frame16425.jpg differ diff --git a/data/train/S1E3_frame16475.jpg b/data/train/S1E3_frame16475.jpg new file mode 100644 index 0000000..22c8834 Binary files /dev/null and b/data/train/S1E3_frame16475.jpg differ diff --git a/data/train/S1E3_frame21300.jpg b/data/train/S1E3_frame21300.jpg new file mode 100644 index 0000000..d4eb9b8 Binary files /dev/null and b/data/train/S1E3_frame21300.jpg differ diff --git a/data/train/S1E3_frame21450.jpg b/data/train/S1E3_frame21450.jpg new file mode 100644 index 0000000..7796196 Binary files /dev/null and b/data/train/S1E3_frame21450.jpg differ diff --git a/data/train/S1E3_frame21475.jpg b/data/train/S1E3_frame21475.jpg new file mode 100644 index 0000000..50e9abf Binary files /dev/null and b/data/train/S1E3_frame21475.jpg differ diff --git a/data/train/S1E3_frame21600.jpg b/data/train/S1E3_frame21600.jpg new file mode 100644 index 0000000..da5ae83 Binary files /dev/null and b/data/train/S1E3_frame21600.jpg differ diff --git a/data/train/S1E3_frame21675.jpg b/data/train/S1E3_frame21675.jpg new file mode 100644 index 0000000..bb6dd3e Binary files /dev/null and b/data/train/S1E3_frame21675.jpg differ diff --git a/data/train/S1E3_frame21775.jpg b/data/train/S1E3_frame21775.jpg new file mode 100644 index 0000000..e252db3 Binary files /dev/null and b/data/train/S1E3_frame21775.jpg differ diff --git a/data/train/S1E3_frame21800.jpg b/data/train/S1E3_frame21800.jpg new file mode 100644 index 0000000..93cf837 Binary files /dev/null and b/data/train/S1E3_frame21800.jpg differ diff --git a/data/train/S1E3_frame24200.jpg b/data/train/S1E3_frame24200.jpg new file mode 100644 index 0000000..7e12078 Binary files /dev/null and b/data/train/S1E3_frame24200.jpg differ diff --git a/data/train/S1E3_frame24300.jpg b/data/train/S1E3_frame24300.jpg new file mode 100644 index 0000000..866c885 Binary files /dev/null and b/data/train/S1E3_frame24300.jpg differ diff --git a/data/train/S1E3_frame24450.jpg b/data/train/S1E3_frame24450.jpg new file mode 100644 index 0000000..e6f394f Binary files /dev/null and b/data/train/S1E3_frame24450.jpg differ diff --git a/data/train/S1E3_frame24500.jpg b/data/train/S1E3_frame24500.jpg new file mode 100644 index 0000000..ab4d9b8 Binary files /dev/null and b/data/train/S1E3_frame24500.jpg differ diff --git a/data/train/S1E3_frame25800.jpg b/data/train/S1E3_frame25800.jpg new file mode 100644 index 0000000..b630033 Binary files /dev/null and b/data/train/S1E3_frame25800.jpg differ diff --git a/data/train/S1E3_frame25850.jpg b/data/train/S1E3_frame25850.jpg new file mode 100644 index 0000000..bd88a1e Binary files /dev/null and b/data/train/S1E3_frame25850.jpg differ diff --git a/data/train/S1E3_frame26450.jpg b/data/train/S1E3_frame26450.jpg new file mode 100644 index 0000000..b590d80 Binary files /dev/null and b/data/train/S1E3_frame26450.jpg differ diff --git a/data/train/S1E3_frame26550.jpg b/data/train/S1E3_frame26550.jpg new file mode 100644 index 0000000..4c99601 Binary files /dev/null and b/data/train/S1E3_frame26550.jpg differ diff --git a/data/train/S1E3_frame26600.jpg b/data/train/S1E3_frame26600.jpg new file mode 100644 index 0000000..bd7e917 Binary files /dev/null and b/data/train/S1E3_frame26600.jpg differ diff --git a/data/train/S1E3_frame26725.jpg b/data/train/S1E3_frame26725.jpg new file mode 100644 index 0000000..634f270 Binary files /dev/null and b/data/train/S1E3_frame26725.jpg differ diff --git a/data/train/S1E3_frame26750.jpg b/data/train/S1E3_frame26750.jpg new file mode 100644 index 0000000..913f74f Binary files /dev/null and b/data/train/S1E3_frame26750.jpg differ diff --git a/data/train/S1E3_frame26950.jpg b/data/train/S1E3_frame26950.jpg new file mode 100644 index 0000000..e436103 Binary files /dev/null and b/data/train/S1E3_frame26950.jpg differ diff --git a/data/train/S1E3_frame27100.jpg b/data/train/S1E3_frame27100.jpg new file mode 100644 index 0000000..a1d8093 Binary files /dev/null and b/data/train/S1E3_frame27100.jpg differ diff --git a/data/train/S1E3_frame27300.jpg b/data/train/S1E3_frame27300.jpg new file mode 100644 index 0000000..058f5a6 Binary files /dev/null and b/data/train/S1E3_frame27300.jpg differ diff --git a/data/train/S1E3_frame27350.jpg b/data/train/S1E3_frame27350.jpg new file mode 100644 index 0000000..f8c1b30 Binary files /dev/null and b/data/train/S1E3_frame27350.jpg differ diff --git a/data/train/S1E3_frame27425.jpg b/data/train/S1E3_frame27425.jpg new file mode 100644 index 0000000..542b4ef Binary files /dev/null and b/data/train/S1E3_frame27425.jpg differ diff --git a/data/train/S1E3_frame27550.jpg b/data/train/S1E3_frame27550.jpg new file mode 100644 index 0000000..0c16ad5 Binary files /dev/null and b/data/train/S1E3_frame27550.jpg differ diff --git a/data/train/S1E3_frame27800.jpg b/data/train/S1E3_frame27800.jpg new file mode 100644 index 0000000..7be9c21 Binary files /dev/null and b/data/train/S1E3_frame27800.jpg differ diff --git a/data/train/S1E3_frame27825.jpg b/data/train/S1E3_frame27825.jpg new file mode 100644 index 0000000..2f884a4 Binary files /dev/null and b/data/train/S1E3_frame27825.jpg differ diff --git a/data/train/S1E3_frame27875.jpg b/data/train/S1E3_frame27875.jpg new file mode 100644 index 0000000..842c852 Binary files /dev/null and b/data/train/S1E3_frame27875.jpg differ diff --git a/data/train/S1E3_frame27925.jpg b/data/train/S1E3_frame27925.jpg new file mode 100644 index 0000000..068a0ba Binary files /dev/null and b/data/train/S1E3_frame27925.jpg differ diff --git a/data/train/S1E3_frame28050.jpg b/data/train/S1E3_frame28050.jpg new file mode 100644 index 0000000..0913bfd Binary files /dev/null and b/data/train/S1E3_frame28050.jpg differ diff --git a/data/train/S1E3_frame28700.jpg b/data/train/S1E3_frame28700.jpg new file mode 100644 index 0000000..e543905 Binary files /dev/null and b/data/train/S1E3_frame28700.jpg differ diff --git a/data/train/S1E3_frame28875.jpg b/data/train/S1E3_frame28875.jpg new file mode 100644 index 0000000..ecbe217 Binary files /dev/null and b/data/train/S1E3_frame28875.jpg differ diff --git a/data/train/S1E3_frame28975.jpg b/data/train/S1E3_frame28975.jpg new file mode 100644 index 0000000..4463c98 Binary files /dev/null and b/data/train/S1E3_frame28975.jpg differ diff --git a/data/train/S1E3_frame29125.jpg b/data/train/S1E3_frame29125.jpg new file mode 100644 index 0000000..28d8810 Binary files /dev/null and b/data/train/S1E3_frame29125.jpg differ diff --git a/data/train/S1E3_frame29800.jpg b/data/train/S1E3_frame29800.jpg new file mode 100644 index 0000000..15c27e4 Binary files /dev/null and b/data/train/S1E3_frame29800.jpg differ diff --git a/data/train/S1E3_frame31075.jpg b/data/train/S1E3_frame31075.jpg new file mode 100644 index 0000000..007b040 Binary files /dev/null and b/data/train/S1E3_frame31075.jpg differ diff --git a/data/train/S1E3_frame31350.jpg b/data/train/S1E3_frame31350.jpg new file mode 100644 index 0000000..8ca54d1 Binary files /dev/null and b/data/train/S1E3_frame31350.jpg differ diff --git a/data/train/S1E3_frame31375.jpg b/data/train/S1E3_frame31375.jpg new file mode 100644 index 0000000..dad80d2 Binary files /dev/null and b/data/train/S1E3_frame31375.jpg differ diff --git a/data/train/S1E3_frame31425.jpg b/data/train/S1E3_frame31425.jpg new file mode 100644 index 0000000..7bbe95c Binary files /dev/null and b/data/train/S1E3_frame31425.jpg differ diff --git a/data/train/S1E3_frame31475.jpg b/data/train/S1E3_frame31475.jpg new file mode 100644 index 0000000..1030617 Binary files /dev/null and b/data/train/S1E3_frame31475.jpg differ diff --git a/data/train/S1E3_frame31925.jpg b/data/train/S1E3_frame31925.jpg new file mode 100644 index 0000000..730efb1 Binary files /dev/null and b/data/train/S1E3_frame31925.jpg differ diff --git a/data/train/S1E3_frame35900.jpg b/data/train/S1E3_frame35900.jpg new file mode 100644 index 0000000..6cee205 Binary files /dev/null and b/data/train/S1E3_frame35900.jpg differ diff --git a/data/train/S1E3_frame36025.jpg b/data/train/S1E3_frame36025.jpg new file mode 100644 index 0000000..caa1557 Binary files /dev/null and b/data/train/S1E3_frame36025.jpg differ diff --git a/data/train/S1E3_frame36050.jpg b/data/train/S1E3_frame36050.jpg new file mode 100644 index 0000000..63ae7f1 Binary files /dev/null and b/data/train/S1E3_frame36050.jpg differ diff --git a/data/train/S1E3_frame36225.jpg b/data/train/S1E3_frame36225.jpg new file mode 100644 index 0000000..7aae650 Binary files /dev/null and b/data/train/S1E3_frame36225.jpg differ diff --git a/data/train/S1E3_frame36575.jpg b/data/train/S1E3_frame36575.jpg new file mode 100644 index 0000000..e8ecc13 Binary files /dev/null and b/data/train/S1E3_frame36575.jpg differ diff --git a/data/train/S1E3_frame36700.jpg b/data/train/S1E3_frame36700.jpg new file mode 100644 index 0000000..ce4a82d Binary files /dev/null and b/data/train/S1E3_frame36700.jpg differ diff --git a/data/train/S1E3_frame36775.jpg b/data/train/S1E3_frame36775.jpg new file mode 100644 index 0000000..7b78d33 Binary files /dev/null and b/data/train/S1E3_frame36775.jpg differ diff --git a/data/train/S1E3_frame39825.jpg b/data/train/S1E3_frame39825.jpg new file mode 100644 index 0000000..9def76f Binary files /dev/null and b/data/train/S1E3_frame39825.jpg differ diff --git a/data/train/S1E3_frame39925.jpg b/data/train/S1E3_frame39925.jpg new file mode 100644 index 0000000..68c1558 Binary files /dev/null and b/data/train/S1E3_frame39925.jpg differ diff --git a/data/train/S1E3_frame40100.jpg b/data/train/S1E3_frame40100.jpg new file mode 100644 index 0000000..abb815c Binary files /dev/null and b/data/train/S1E3_frame40100.jpg differ diff --git a/data/train/S1E3_frame40175.jpg b/data/train/S1E3_frame40175.jpg new file mode 100644 index 0000000..599c979 Binary files /dev/null and b/data/train/S1E3_frame40175.jpg differ diff --git a/data/train/S1E3_frame40250.jpg b/data/train/S1E3_frame40250.jpg new file mode 100644 index 0000000..e14c664 Binary files /dev/null and b/data/train/S1E3_frame40250.jpg differ diff --git a/data/train/S1E3_frame40325.jpg b/data/train/S1E3_frame40325.jpg new file mode 100644 index 0000000..1ca02c5 Binary files /dev/null and b/data/train/S1E3_frame40325.jpg differ diff --git a/data/train/S1E3_frame40525.jpg b/data/train/S1E3_frame40525.jpg new file mode 100644 index 0000000..964444d Binary files /dev/null and b/data/train/S1E3_frame40525.jpg differ diff --git a/data/train/S1E3_frame40650.jpg b/data/train/S1E3_frame40650.jpg new file mode 100644 index 0000000..7c99265 Binary files /dev/null and b/data/train/S1E3_frame40650.jpg differ diff --git a/data/train/S1E3_frame40725.jpg b/data/train/S1E3_frame40725.jpg new file mode 100644 index 0000000..8746d69 Binary files /dev/null and b/data/train/S1E3_frame40725.jpg differ diff --git a/data/train/S1E3_frame40825.jpg b/data/train/S1E3_frame40825.jpg new file mode 100644 index 0000000..5f6d35e Binary files /dev/null and b/data/train/S1E3_frame40825.jpg differ diff --git a/data/train/S1E3_frame40875.jpg b/data/train/S1E3_frame40875.jpg new file mode 100644 index 0000000..ed3b7c8 Binary files /dev/null and b/data/train/S1E3_frame40875.jpg differ diff --git a/data/train/S1E3_frame41025.jpg b/data/train/S1E3_frame41025.jpg new file mode 100644 index 0000000..3c5b321 Binary files /dev/null and b/data/train/S1E3_frame41025.jpg differ diff --git a/data/train/S1E3_frame41125.jpg b/data/train/S1E3_frame41125.jpg new file mode 100644 index 0000000..2b9025f Binary files /dev/null and b/data/train/S1E3_frame41125.jpg differ diff --git a/data/train/S1E3_frame41300.jpg b/data/train/S1E3_frame41300.jpg new file mode 100644 index 0000000..f1d67dd Binary files /dev/null and b/data/train/S1E3_frame41300.jpg differ diff --git a/data/train/S1E3_frame41525.jpg b/data/train/S1E3_frame41525.jpg new file mode 100644 index 0000000..2cf7f93 Binary files /dev/null and b/data/train/S1E3_frame41525.jpg differ diff --git a/data/train/S1E3_frame41575.jpg b/data/train/S1E3_frame41575.jpg new file mode 100644 index 0000000..ae210ec Binary files /dev/null and b/data/train/S1E3_frame41575.jpg differ diff --git a/data/train/S1E3_frame43725.jpg b/data/train/S1E3_frame43725.jpg new file mode 100644 index 0000000..0265fe7 Binary files /dev/null and b/data/train/S1E3_frame43725.jpg differ diff --git a/data/train/S1E3_frame43800.jpg b/data/train/S1E3_frame43800.jpg new file mode 100644 index 0000000..eec8b97 Binary files /dev/null and b/data/train/S1E3_frame43800.jpg differ diff --git a/data/train/S1E3_frame43825.jpg b/data/train/S1E3_frame43825.jpg new file mode 100644 index 0000000..71a2b08 Binary files /dev/null and b/data/train/S1E3_frame43825.jpg differ diff --git a/data/train/S1E3_frame44100.jpg b/data/train/S1E3_frame44100.jpg new file mode 100644 index 0000000..5fa0419 Binary files /dev/null and b/data/train/S1E3_frame44100.jpg differ diff --git a/data/train/S1E3_frame44125.jpg b/data/train/S1E3_frame44125.jpg new file mode 100644 index 0000000..bd519d4 Binary files /dev/null and b/data/train/S1E3_frame44125.jpg differ diff --git a/data/train/S1E3_frame44250.jpg b/data/train/S1E3_frame44250.jpg new file mode 100644 index 0000000..042b77b Binary files /dev/null and b/data/train/S1E3_frame44250.jpg differ diff --git a/data/train/S1E3_frame44375.jpg b/data/train/S1E3_frame44375.jpg new file mode 100644 index 0000000..3b87b5e Binary files /dev/null and b/data/train/S1E3_frame44375.jpg differ diff --git a/data/train/S1E3_frame44400.jpg b/data/train/S1E3_frame44400.jpg new file mode 100644 index 0000000..8672e40 Binary files /dev/null and b/data/train/S1E3_frame44400.jpg differ diff --git a/data/train/S1E3_frame46925.jpg b/data/train/S1E3_frame46925.jpg new file mode 100644 index 0000000..d573043 Binary files /dev/null and b/data/train/S1E3_frame46925.jpg differ diff --git a/data/train/S1E3_frame47150.jpg b/data/train/S1E3_frame47150.jpg new file mode 100644 index 0000000..9259933 Binary files /dev/null and b/data/train/S1E3_frame47150.jpg differ diff --git a/data/train/S1E3_frame47375.jpg b/data/train/S1E3_frame47375.jpg new file mode 100644 index 0000000..37ff9fb Binary files /dev/null and b/data/train/S1E3_frame47375.jpg differ diff --git a/data/train/S1E3_frame47450.jpg b/data/train/S1E3_frame47450.jpg new file mode 100644 index 0000000..355b471 Binary files /dev/null and b/data/train/S1E3_frame47450.jpg differ diff --git a/data/train/S1E3_frame47500.jpg b/data/train/S1E3_frame47500.jpg new file mode 100644 index 0000000..f0d5b20 Binary files /dev/null and b/data/train/S1E3_frame47500.jpg differ diff --git a/data/train/S1E3_frame47550.jpg b/data/train/S1E3_frame47550.jpg new file mode 100644 index 0000000..06ea6b6 Binary files /dev/null and b/data/train/S1E3_frame47550.jpg differ diff --git a/data/train/S1E3_frame47625.jpg b/data/train/S1E3_frame47625.jpg new file mode 100644 index 0000000..6f10c41 Binary files /dev/null and b/data/train/S1E3_frame47625.jpg differ diff --git a/data/train/S1E3_frame47725.jpg b/data/train/S1E3_frame47725.jpg new file mode 100644 index 0000000..4f14350 Binary files /dev/null and b/data/train/S1E3_frame47725.jpg differ diff --git a/data/train/S1E3_frame47775.jpg b/data/train/S1E3_frame47775.jpg new file mode 100644 index 0000000..fcee7d9 Binary files /dev/null and b/data/train/S1E3_frame47775.jpg differ diff --git a/data/train/S1E3_frame48000.jpg b/data/train/S1E3_frame48000.jpg new file mode 100644 index 0000000..a9fe903 Binary files /dev/null and b/data/train/S1E3_frame48000.jpg differ diff --git a/data/train/S1E3_frame48050.jpg b/data/train/S1E3_frame48050.jpg new file mode 100644 index 0000000..d5bf7a4 Binary files /dev/null and b/data/train/S1E3_frame48050.jpg differ diff --git a/data/train/S1E3_frame48675.jpg b/data/train/S1E3_frame48675.jpg new file mode 100644 index 0000000..4010dd8 Binary files /dev/null and b/data/train/S1E3_frame48675.jpg differ diff --git a/data/train/S1E3_frame48750.jpg b/data/train/S1E3_frame48750.jpg new file mode 100644 index 0000000..ba60212 Binary files /dev/null and b/data/train/S1E3_frame48750.jpg differ diff --git a/data/train/S1E3_frame48900.jpg b/data/train/S1E3_frame48900.jpg new file mode 100644 index 0000000..025bf41 Binary files /dev/null and b/data/train/S1E3_frame48900.jpg differ diff --git a/data/train/S1E3_frame49050.jpg b/data/train/S1E3_frame49050.jpg new file mode 100644 index 0000000..0a0e68a Binary files /dev/null and b/data/train/S1E3_frame49050.jpg differ diff --git a/data/train/S1E3_frame49075.jpg b/data/train/S1E3_frame49075.jpg new file mode 100644 index 0000000..b6f0283 Binary files /dev/null and b/data/train/S1E3_frame49075.jpg differ diff --git a/data/train/S1E3_frame49225.jpg b/data/train/S1E3_frame49225.jpg new file mode 100644 index 0000000..c6c0fc5 Binary files /dev/null and b/data/train/S1E3_frame49225.jpg differ diff --git a/data/train/S1E3_frame49250.jpg b/data/train/S1E3_frame49250.jpg new file mode 100644 index 0000000..17505a2 Binary files /dev/null and b/data/train/S1E3_frame49250.jpg differ diff --git a/data/train/S1E3_frame49300.jpg b/data/train/S1E3_frame49300.jpg new file mode 100644 index 0000000..d9f9dee Binary files /dev/null and b/data/train/S1E3_frame49300.jpg differ diff --git a/data/train/S1E3_frame49350.jpg b/data/train/S1E3_frame49350.jpg new file mode 100644 index 0000000..30db01d Binary files /dev/null and b/data/train/S1E3_frame49350.jpg differ diff --git a/data/train/S1E3_frame49375.jpg b/data/train/S1E3_frame49375.jpg new file mode 100644 index 0000000..57f0c3e Binary files /dev/null and b/data/train/S1E3_frame49375.jpg differ diff --git a/data/train/S1E3_frame49825.jpg b/data/train/S1E3_frame49825.jpg new file mode 100644 index 0000000..88c487e Binary files /dev/null and b/data/train/S1E3_frame49825.jpg differ diff --git a/data/train/S1E3_frame49900.jpg b/data/train/S1E3_frame49900.jpg new file mode 100644 index 0000000..94edfce Binary files /dev/null and b/data/train/S1E3_frame49900.jpg differ diff --git a/data/train/S1E3_frame50625.jpg b/data/train/S1E3_frame50625.jpg new file mode 100644 index 0000000..76495cc Binary files /dev/null and b/data/train/S1E3_frame50625.jpg differ diff --git a/data/train/S1E3_frame50725.jpg b/data/train/S1E3_frame50725.jpg new file mode 100644 index 0000000..c42e910 Binary files /dev/null and b/data/train/S1E3_frame50725.jpg differ diff --git a/data/train/S1E3_frame50875.jpg b/data/train/S1E3_frame50875.jpg new file mode 100644 index 0000000..e7efb64 Binary files /dev/null and b/data/train/S1E3_frame50875.jpg differ diff --git a/data/train/S1E3_frame50925.jpg b/data/train/S1E3_frame50925.jpg new file mode 100644 index 0000000..e1da254 Binary files /dev/null and b/data/train/S1E3_frame50925.jpg differ diff --git a/data/train/S1E3_frame51000.jpg b/data/train/S1E3_frame51000.jpg new file mode 100644 index 0000000..c534a5e Binary files /dev/null and b/data/train/S1E3_frame51000.jpg differ diff --git a/data/train/S1E3_frame51500.jpg b/data/train/S1E3_frame51500.jpg new file mode 100644 index 0000000..abecf10 Binary files /dev/null and b/data/train/S1E3_frame51500.jpg differ diff --git a/data/train/S1E3_frame51525.jpg b/data/train/S1E3_frame51525.jpg new file mode 100644 index 0000000..f7c2810 Binary files /dev/null and b/data/train/S1E3_frame51525.jpg differ diff --git a/data/train/S1E3_frame61250.jpg b/data/train/S1E3_frame61250.jpg new file mode 100644 index 0000000..a3873a5 Binary files /dev/null and b/data/train/S1E3_frame61250.jpg differ diff --git a/data/train/S1E3_frame61400.jpg b/data/train/S1E3_frame61400.jpg new file mode 100644 index 0000000..ce0c80f Binary files /dev/null and b/data/train/S1E3_frame61400.jpg differ diff --git a/data/train/S1E3_frame62075.jpg b/data/train/S1E3_frame62075.jpg new file mode 100644 index 0000000..f694ae3 Binary files /dev/null and b/data/train/S1E3_frame62075.jpg differ diff --git a/data/train/S1E4_frame12750.jpg b/data/train/S1E4_frame12750.jpg new file mode 100644 index 0000000..17f7f20 Binary files /dev/null and b/data/train/S1E4_frame12750.jpg differ diff --git a/data/train/S1E4_frame13125.jpg b/data/train/S1E4_frame13125.jpg new file mode 100644 index 0000000..a7a9d7f Binary files /dev/null and b/data/train/S1E4_frame13125.jpg differ diff --git a/data/train/S1E4_frame14375.jpg b/data/train/S1E4_frame14375.jpg new file mode 100644 index 0000000..cfbc1d5 Binary files /dev/null and b/data/train/S1E4_frame14375.jpg differ diff --git a/data/train/S1E4_frame14400.jpg b/data/train/S1E4_frame14400.jpg new file mode 100644 index 0000000..65ca380 Binary files /dev/null and b/data/train/S1E4_frame14400.jpg differ diff --git a/data/train/S1E4_frame14450.jpg b/data/train/S1E4_frame14450.jpg new file mode 100644 index 0000000..f641274 Binary files /dev/null and b/data/train/S1E4_frame14450.jpg differ diff --git a/data/train/S1E4_frame14550.jpg b/data/train/S1E4_frame14550.jpg new file mode 100644 index 0000000..05fd472 Binary files /dev/null and b/data/train/S1E4_frame14550.jpg differ diff --git a/data/train/S1E4_frame14600.jpg b/data/train/S1E4_frame14600.jpg new file mode 100644 index 0000000..94992b0 Binary files /dev/null and b/data/train/S1E4_frame14600.jpg differ diff --git a/data/train/S1E4_frame14675.jpg b/data/train/S1E4_frame14675.jpg new file mode 100644 index 0000000..31d4f9f Binary files /dev/null and b/data/train/S1E4_frame14675.jpg differ diff --git a/data/train/S1E4_frame14800.jpg b/data/train/S1E4_frame14800.jpg new file mode 100644 index 0000000..99c7c2e Binary files /dev/null and b/data/train/S1E4_frame14800.jpg differ diff --git a/data/train/S1E4_frame14925.jpg b/data/train/S1E4_frame14925.jpg new file mode 100644 index 0000000..2c22637 Binary files /dev/null and b/data/train/S1E4_frame14925.jpg differ diff --git a/data/train/S1E4_frame20400.jpg b/data/train/S1E4_frame20400.jpg new file mode 100644 index 0000000..5f50bf7 Binary files /dev/null and b/data/train/S1E4_frame20400.jpg differ diff --git a/data/train/S1E4_frame20500.jpg b/data/train/S1E4_frame20500.jpg new file mode 100644 index 0000000..c9f5834 Binary files /dev/null and b/data/train/S1E4_frame20500.jpg differ diff --git a/data/train/S1E4_frame22325.jpg b/data/train/S1E4_frame22325.jpg new file mode 100644 index 0000000..53903df Binary files /dev/null and b/data/train/S1E4_frame22325.jpg differ diff --git a/data/train/S1E4_frame22975.jpg b/data/train/S1E4_frame22975.jpg new file mode 100644 index 0000000..1ec955d Binary files /dev/null and b/data/train/S1E4_frame22975.jpg differ diff --git a/data/train/S1E4_frame23050.jpg b/data/train/S1E4_frame23050.jpg new file mode 100644 index 0000000..8f80053 Binary files /dev/null and b/data/train/S1E4_frame23050.jpg differ diff --git a/data/train/S1E4_frame25000.jpg b/data/train/S1E4_frame25000.jpg new file mode 100644 index 0000000..2dbc4bf Binary files /dev/null and b/data/train/S1E4_frame25000.jpg differ diff --git a/data/train/S1E4_frame25125.jpg b/data/train/S1E4_frame25125.jpg new file mode 100644 index 0000000..b34cbdf Binary files /dev/null and b/data/train/S1E4_frame25125.jpg differ diff --git a/data/train/S1E4_frame25500.jpg b/data/train/S1E4_frame25500.jpg new file mode 100644 index 0000000..89af43c Binary files /dev/null and b/data/train/S1E4_frame25500.jpg differ diff --git a/data/train/S1E4_frame25725.jpg b/data/train/S1E4_frame25725.jpg new file mode 100644 index 0000000..227fe4b Binary files /dev/null and b/data/train/S1E4_frame25725.jpg differ diff --git a/data/train/S1E4_frame25750.jpg b/data/train/S1E4_frame25750.jpg new file mode 100644 index 0000000..733f86f Binary files /dev/null and b/data/train/S1E4_frame25750.jpg differ diff --git a/data/train/S1E4_frame25900.jpg b/data/train/S1E4_frame25900.jpg new file mode 100644 index 0000000..f13ed23 Binary files /dev/null and b/data/train/S1E4_frame25900.jpg differ diff --git a/data/train/S1E4_frame2650.jpg b/data/train/S1E4_frame2650.jpg new file mode 100644 index 0000000..cff774a Binary files /dev/null and b/data/train/S1E4_frame2650.jpg differ diff --git a/data/train/S1E4_frame2675.jpg b/data/train/S1E4_frame2675.jpg new file mode 100644 index 0000000..64cef24 Binary files /dev/null and b/data/train/S1E4_frame2675.jpg differ diff --git a/data/train/S1E4_frame2775.jpg b/data/train/S1E4_frame2775.jpg new file mode 100644 index 0000000..9cec135 Binary files /dev/null and b/data/train/S1E4_frame2775.jpg differ diff --git a/data/train/S1E4_frame2875.jpg b/data/train/S1E4_frame2875.jpg new file mode 100644 index 0000000..9285f0e Binary files /dev/null and b/data/train/S1E4_frame2875.jpg differ diff --git a/data/train/S1E4_frame2950.jpg b/data/train/S1E4_frame2950.jpg new file mode 100644 index 0000000..67c2f92 Binary files /dev/null and b/data/train/S1E4_frame2950.jpg differ diff --git a/data/train/S1E4_frame29775.jpg b/data/train/S1E4_frame29775.jpg new file mode 100644 index 0000000..adfc621 Binary files /dev/null and b/data/train/S1E4_frame29775.jpg differ diff --git a/data/train/S1E4_frame29825.jpg b/data/train/S1E4_frame29825.jpg new file mode 100644 index 0000000..3643f25 Binary files /dev/null and b/data/train/S1E4_frame29825.jpg differ diff --git a/data/train/S1E4_frame3100.jpg b/data/train/S1E4_frame3100.jpg new file mode 100644 index 0000000..a48e56d Binary files /dev/null and b/data/train/S1E4_frame3100.jpg differ diff --git a/data/train/S1E4_frame3125.jpg b/data/train/S1E4_frame3125.jpg new file mode 100644 index 0000000..92cbd3b Binary files /dev/null and b/data/train/S1E4_frame3125.jpg differ diff --git a/data/train/S1E4_frame3200.jpg b/data/train/S1E4_frame3200.jpg new file mode 100644 index 0000000..a7c37cb Binary files /dev/null and b/data/train/S1E4_frame3200.jpg differ diff --git a/data/train/S1E4_frame3250.jpg b/data/train/S1E4_frame3250.jpg new file mode 100644 index 0000000..b2f6f9b Binary files /dev/null and b/data/train/S1E4_frame3250.jpg differ diff --git a/data/train/S1E4_frame3275.jpg b/data/train/S1E4_frame3275.jpg new file mode 100644 index 0000000..5fca513 Binary files /dev/null and b/data/train/S1E4_frame3275.jpg differ diff --git a/data/train/S1E4_frame3375.jpg b/data/train/S1E4_frame3375.jpg new file mode 100644 index 0000000..6aae640 Binary files /dev/null and b/data/train/S1E4_frame3375.jpg differ diff --git a/data/train/S1E4_frame3425.jpg b/data/train/S1E4_frame3425.jpg new file mode 100644 index 0000000..b2d3602 Binary files /dev/null and b/data/train/S1E4_frame3425.jpg differ diff --git a/data/train/S1E4_frame37525.jpg b/data/train/S1E4_frame37525.jpg new file mode 100644 index 0000000..5000cd1 Binary files /dev/null and b/data/train/S1E4_frame37525.jpg differ diff --git a/data/train/S1E4_frame37575.jpg b/data/train/S1E4_frame37575.jpg new file mode 100644 index 0000000..fc8644b Binary files /dev/null and b/data/train/S1E4_frame37575.jpg differ diff --git a/data/train/S1E4_frame39425.jpg b/data/train/S1E4_frame39425.jpg new file mode 100644 index 0000000..385ec8c Binary files /dev/null and b/data/train/S1E4_frame39425.jpg differ diff --git a/data/train/S1E4_frame39525.jpg b/data/train/S1E4_frame39525.jpg new file mode 100644 index 0000000..3031e4f Binary files /dev/null and b/data/train/S1E4_frame39525.jpg differ diff --git a/data/train/S1E4_frame39600.jpg b/data/train/S1E4_frame39600.jpg new file mode 100644 index 0000000..78fcae4 Binary files /dev/null and b/data/train/S1E4_frame39600.jpg differ diff --git a/data/train/S1E4_frame39675.jpg b/data/train/S1E4_frame39675.jpg new file mode 100644 index 0000000..b6791bf Binary files /dev/null and b/data/train/S1E4_frame39675.jpg differ diff --git a/data/train/S1E4_frame42725.jpg b/data/train/S1E4_frame42725.jpg new file mode 100644 index 0000000..2811c35 Binary files /dev/null and b/data/train/S1E4_frame42725.jpg differ diff --git a/data/train/S1E4_frame42850.jpg b/data/train/S1E4_frame42850.jpg new file mode 100644 index 0000000..7a8b67c Binary files /dev/null and b/data/train/S1E4_frame42850.jpg differ diff --git a/data/train/S1E4_frame42975.jpg b/data/train/S1E4_frame42975.jpg new file mode 100644 index 0000000..f7a2df2 Binary files /dev/null and b/data/train/S1E4_frame42975.jpg differ diff --git a/data/train/S1E4_frame43100.jpg b/data/train/S1E4_frame43100.jpg new file mode 100644 index 0000000..a1205da Binary files /dev/null and b/data/train/S1E4_frame43100.jpg differ diff --git a/data/train/S1E4_frame43150.jpg b/data/train/S1E4_frame43150.jpg new file mode 100644 index 0000000..dc98423 Binary files /dev/null and b/data/train/S1E4_frame43150.jpg differ diff --git a/data/train/S1E4_frame43275.jpg b/data/train/S1E4_frame43275.jpg new file mode 100644 index 0000000..d5d0afa Binary files /dev/null and b/data/train/S1E4_frame43275.jpg differ diff --git a/data/train/S1E4_frame43600.jpg b/data/train/S1E4_frame43600.jpg new file mode 100644 index 0000000..7d4dfad Binary files /dev/null and b/data/train/S1E4_frame43600.jpg differ diff --git a/data/train/S1E4_frame43700.jpg b/data/train/S1E4_frame43700.jpg new file mode 100644 index 0000000..62e1517 Binary files /dev/null and b/data/train/S1E4_frame43700.jpg differ diff --git a/data/train/S1E4_frame43800.jpg b/data/train/S1E4_frame43800.jpg new file mode 100644 index 0000000..4bd72a5 Binary files /dev/null and b/data/train/S1E4_frame43800.jpg differ diff --git a/data/train/S1E4_frame43875.jpg b/data/train/S1E4_frame43875.jpg new file mode 100644 index 0000000..88c44e9 Binary files /dev/null and b/data/train/S1E4_frame43875.jpg differ diff --git a/data/train/S1E4_frame43975.jpg b/data/train/S1E4_frame43975.jpg new file mode 100644 index 0000000..8f7d4e9 Binary files /dev/null and b/data/train/S1E4_frame43975.jpg differ diff --git a/data/train/S1E4_frame44025.jpg b/data/train/S1E4_frame44025.jpg new file mode 100644 index 0000000..0b974ea Binary files /dev/null and b/data/train/S1E4_frame44025.jpg differ diff --git a/data/train/S1E4_frame44100.jpg b/data/train/S1E4_frame44100.jpg new file mode 100644 index 0000000..072bb21 Binary files /dev/null and b/data/train/S1E4_frame44100.jpg differ diff --git a/data/train/S1E4_frame45900.jpg b/data/train/S1E4_frame45900.jpg new file mode 100644 index 0000000..7df17ed Binary files /dev/null and b/data/train/S1E4_frame45900.jpg differ diff --git a/data/train/S1E4_frame55725.jpg b/data/train/S1E4_frame55725.jpg new file mode 100644 index 0000000..fc80aa7 Binary files /dev/null and b/data/train/S1E4_frame55725.jpg differ diff --git a/data/train/S1E4_frame55800.jpg b/data/train/S1E4_frame55800.jpg new file mode 100644 index 0000000..77fcad7 Binary files /dev/null and b/data/train/S1E4_frame55800.jpg differ diff --git a/data/train/S1E4_frame56000.jpg b/data/train/S1E4_frame56000.jpg new file mode 100644 index 0000000..e48f11b Binary files /dev/null and b/data/train/S1E4_frame56000.jpg differ diff --git a/data/train/S1E4_frame58350.jpg b/data/train/S1E4_frame58350.jpg new file mode 100644 index 0000000..7bc51e5 Binary files /dev/null and b/data/train/S1E4_frame58350.jpg differ diff --git a/data/train/S1E4_frame58650.jpg b/data/train/S1E4_frame58650.jpg new file mode 100644 index 0000000..366b7aa Binary files /dev/null and b/data/train/S1E4_frame58650.jpg differ diff --git a/data/train/S1E4_frame60450.jpg b/data/train/S1E4_frame60450.jpg new file mode 100644 index 0000000..2c22651 Binary files /dev/null and b/data/train/S1E4_frame60450.jpg differ diff --git a/data/train/S1E4_frame60550.jpg b/data/train/S1E4_frame60550.jpg new file mode 100644 index 0000000..20132e0 Binary files /dev/null and b/data/train/S1E4_frame60550.jpg differ diff --git a/data/train/S1E4_frame60650.jpg b/data/train/S1E4_frame60650.jpg new file mode 100644 index 0000000..6b1ddfe Binary files /dev/null and b/data/train/S1E4_frame60650.jpg differ diff --git a/data/train/S1E4_frame60875.jpg b/data/train/S1E4_frame60875.jpg new file mode 100644 index 0000000..1649604 Binary files /dev/null and b/data/train/S1E4_frame60875.jpg differ diff --git a/data/train/S1E5_frame16800.jpg b/data/train/S1E5_frame16800.jpg new file mode 100644 index 0000000..66ad937 Binary files /dev/null and b/data/train/S1E5_frame16800.jpg differ diff --git a/data/train/S1E5_frame16925.jpg b/data/train/S1E5_frame16925.jpg new file mode 100644 index 0000000..4631672 Binary files /dev/null and b/data/train/S1E5_frame16925.jpg differ diff --git a/data/train/S1E5_frame17000.jpg b/data/train/S1E5_frame17000.jpg new file mode 100644 index 0000000..632c430 Binary files /dev/null and b/data/train/S1E5_frame17000.jpg differ diff --git a/data/train/S1E5_frame17075.jpg b/data/train/S1E5_frame17075.jpg new file mode 100644 index 0000000..2dff24c Binary files /dev/null and b/data/train/S1E5_frame17075.jpg differ diff --git a/data/train/S1E5_frame17275.jpg b/data/train/S1E5_frame17275.jpg new file mode 100644 index 0000000..d88c22e Binary files /dev/null and b/data/train/S1E5_frame17275.jpg differ diff --git a/data/train/S1E5_frame17350.jpg b/data/train/S1E5_frame17350.jpg new file mode 100644 index 0000000..9010600 Binary files /dev/null and b/data/train/S1E5_frame17350.jpg differ diff --git a/data/train/S1E5_frame17650.jpg b/data/train/S1E5_frame17650.jpg new file mode 100644 index 0000000..45d13f2 Binary files /dev/null and b/data/train/S1E5_frame17650.jpg differ diff --git a/data/train/S1E5_frame1775.jpg b/data/train/S1E5_frame1775.jpg new file mode 100644 index 0000000..af0eb45 Binary files /dev/null and b/data/train/S1E5_frame1775.jpg differ diff --git a/data/train/S1E5_frame33025.jpg b/data/train/S1E5_frame33025.jpg new file mode 100644 index 0000000..ac1c68d Binary files /dev/null and b/data/train/S1E5_frame33025.jpg differ diff --git a/data/train/S1E5_frame33700.jpg b/data/train/S1E5_frame33700.jpg new file mode 100644 index 0000000..7ce7001 Binary files /dev/null and b/data/train/S1E5_frame33700.jpg differ diff --git a/data/train/S1E5_frame33725.jpg b/data/train/S1E5_frame33725.jpg new file mode 100644 index 0000000..4d84184 Binary files /dev/null and b/data/train/S1E5_frame33725.jpg differ diff --git a/data/train/S1E5_frame33825.jpg b/data/train/S1E5_frame33825.jpg new file mode 100644 index 0000000..f16142c Binary files /dev/null and b/data/train/S1E5_frame33825.jpg differ diff --git a/data/train/S1E5_frame33850.jpg b/data/train/S1E5_frame33850.jpg new file mode 100644 index 0000000..4ed1a42 Binary files /dev/null and b/data/train/S1E5_frame33850.jpg differ diff --git a/data/train/S1E5_frame33975.jpg b/data/train/S1E5_frame33975.jpg new file mode 100644 index 0000000..edb3e00 Binary files /dev/null and b/data/train/S1E5_frame33975.jpg differ diff --git a/data/train/S1E5_frame34025.jpg b/data/train/S1E5_frame34025.jpg new file mode 100644 index 0000000..2525410 Binary files /dev/null and b/data/train/S1E5_frame34025.jpg differ diff --git a/data/train/S1E5_frame3625.jpg b/data/train/S1E5_frame3625.jpg new file mode 100644 index 0000000..be9b5b3 Binary files /dev/null and b/data/train/S1E5_frame3625.jpg differ diff --git a/data/train/S1E5_frame44275.jpg b/data/train/S1E5_frame44275.jpg new file mode 100644 index 0000000..e9b771d Binary files /dev/null and b/data/train/S1E5_frame44275.jpg differ diff --git a/data/train/S1E5_frame44375.jpg b/data/train/S1E5_frame44375.jpg new file mode 100644 index 0000000..9683397 Binary files /dev/null and b/data/train/S1E5_frame44375.jpg differ diff --git a/data/train/S1E5_frame44425.jpg b/data/train/S1E5_frame44425.jpg new file mode 100644 index 0000000..52971b8 Binary files /dev/null and b/data/train/S1E5_frame44425.jpg differ diff --git a/data/train/S1E5_frame44575.jpg b/data/train/S1E5_frame44575.jpg new file mode 100644 index 0000000..03b8b65 Binary files /dev/null and b/data/train/S1E5_frame44575.jpg differ diff --git a/data/train/S1E5_frame46550.jpg b/data/train/S1E5_frame46550.jpg new file mode 100644 index 0000000..e42bdf1 Binary files /dev/null and b/data/train/S1E5_frame46550.jpg differ diff --git a/data/train/S1E5_frame46700.jpg b/data/train/S1E5_frame46700.jpg new file mode 100644 index 0000000..2ddc321 Binary files /dev/null and b/data/train/S1E5_frame46700.jpg differ diff --git a/data/train/S1E5_frame47050.jpg b/data/train/S1E5_frame47050.jpg new file mode 100644 index 0000000..ae48aee Binary files /dev/null and b/data/train/S1E5_frame47050.jpg differ diff --git a/data/train/S1E5_frame47125.jpg b/data/train/S1E5_frame47125.jpg new file mode 100644 index 0000000..17873ac Binary files /dev/null and b/data/train/S1E5_frame47125.jpg differ diff --git a/data/train/S1E5_frame47150.jpg b/data/train/S1E5_frame47150.jpg new file mode 100644 index 0000000..69de614 Binary files /dev/null and b/data/train/S1E5_frame47150.jpg differ diff --git a/data/train/S1E5_frame47275.jpg b/data/train/S1E5_frame47275.jpg new file mode 100644 index 0000000..35fe388 Binary files /dev/null and b/data/train/S1E5_frame47275.jpg differ diff --git a/data/train/S1E5_frame47425.jpg b/data/train/S1E5_frame47425.jpg new file mode 100644 index 0000000..a9f7128 Binary files /dev/null and b/data/train/S1E5_frame47425.jpg differ diff --git a/data/train/S1E5_frame48950.jpg b/data/train/S1E5_frame48950.jpg new file mode 100644 index 0000000..1207555 Binary files /dev/null and b/data/train/S1E5_frame48950.jpg differ diff --git a/data/train/S1E5_frame49075.jpg b/data/train/S1E5_frame49075.jpg new file mode 100644 index 0000000..a8f0238 Binary files /dev/null and b/data/train/S1E5_frame49075.jpg differ diff --git a/data/train/S1E5_frame49150.jpg b/data/train/S1E5_frame49150.jpg new file mode 100644 index 0000000..b3cd613 Binary files /dev/null and b/data/train/S1E5_frame49150.jpg differ diff --git a/data/train/S1E5_frame49200.jpg b/data/train/S1E5_frame49200.jpg new file mode 100644 index 0000000..ac79b32 Binary files /dev/null and b/data/train/S1E5_frame49200.jpg differ diff --git a/data/train/S1E5_frame49325.jpg b/data/train/S1E5_frame49325.jpg new file mode 100644 index 0000000..fdef9e3 Binary files /dev/null and b/data/train/S1E5_frame49325.jpg differ diff --git a/data/train/S1E5_frame49575.jpg b/data/train/S1E5_frame49575.jpg new file mode 100644 index 0000000..a4c020c Binary files /dev/null and b/data/train/S1E5_frame49575.jpg differ diff --git a/data/train/S1E5_frame50775.jpg b/data/train/S1E5_frame50775.jpg new file mode 100644 index 0000000..0dc77c8 Binary files /dev/null and b/data/train/S1E5_frame50775.jpg differ diff --git a/data/train/S1E5_frame51025.jpg b/data/train/S1E5_frame51025.jpg new file mode 100644 index 0000000..acaf899 Binary files /dev/null and b/data/train/S1E5_frame51025.jpg differ diff --git a/data/train/S1E5_frame51075.jpg b/data/train/S1E5_frame51075.jpg new file mode 100644 index 0000000..dde0072 Binary files /dev/null and b/data/train/S1E5_frame51075.jpg differ diff --git a/data/train/S1E5_frame51150.jpg b/data/train/S1E5_frame51150.jpg new file mode 100644 index 0000000..2331179 Binary files /dev/null and b/data/train/S1E5_frame51150.jpg differ diff --git a/data/train/S1E5_frame51250.jpg b/data/train/S1E5_frame51250.jpg new file mode 100644 index 0000000..c67910b Binary files /dev/null and b/data/train/S1E5_frame51250.jpg differ diff --git a/data/train/S1E5_frame51300.jpg b/data/train/S1E5_frame51300.jpg new file mode 100644 index 0000000..c8e08f2 Binary files /dev/null and b/data/train/S1E5_frame51300.jpg differ diff --git a/data/train/S1E5_frame64875.jpg b/data/train/S1E5_frame64875.jpg new file mode 100644 index 0000000..6f58e9d Binary files /dev/null and b/data/train/S1E5_frame64875.jpg differ diff --git a/data/train/S1E5_frame65150.jpg b/data/train/S1E5_frame65150.jpg new file mode 100644 index 0000000..0da09d8 Binary files /dev/null and b/data/train/S1E5_frame65150.jpg differ diff --git a/data/train/S1E5_frame65250.jpg b/data/train/S1E5_frame65250.jpg new file mode 100644 index 0000000..541e188 Binary files /dev/null and b/data/train/S1E5_frame65250.jpg differ diff --git a/data/train/S1E5_frame65350.jpg b/data/train/S1E5_frame65350.jpg new file mode 100644 index 0000000..9733631 Binary files /dev/null and b/data/train/S1E5_frame65350.jpg differ diff --git a/data/train/S1E5_frame65400.jpg b/data/train/S1E5_frame65400.jpg new file mode 100644 index 0000000..0339ad0 Binary files /dev/null and b/data/train/S1E5_frame65400.jpg differ diff --git a/data/train/S1E5_frame65500.jpg b/data/train/S1E5_frame65500.jpg new file mode 100644 index 0000000..a9c0b55 Binary files /dev/null and b/data/train/S1E5_frame65500.jpg differ diff --git a/data/train/S1E5_frame65625.jpg b/data/train/S1E5_frame65625.jpg new file mode 100644 index 0000000..4754871 Binary files /dev/null and b/data/train/S1E5_frame65625.jpg differ diff --git a/data/train/S1E5_frame65825.jpg b/data/train/S1E5_frame65825.jpg new file mode 100644 index 0000000..7c01d0e Binary files /dev/null and b/data/train/S1E5_frame65825.jpg differ diff --git a/data/train/S1E6_frame1050.jpg b/data/train/S1E6_frame1050.jpg new file mode 100644 index 0000000..9bd9f38 Binary files /dev/null and b/data/train/S1E6_frame1050.jpg differ diff --git a/data/train/S1E6_frame1400.jpg b/data/train/S1E6_frame1400.jpg new file mode 100644 index 0000000..53c6f69 Binary files /dev/null and b/data/train/S1E6_frame1400.jpg differ diff --git a/data/train/S1E6_frame30750.jpg b/data/train/S1E6_frame30750.jpg new file mode 100644 index 0000000..b8851f7 Binary files /dev/null and b/data/train/S1E6_frame30750.jpg differ diff --git a/data/train/S1E6_frame31600.jpg b/data/train/S1E6_frame31600.jpg new file mode 100644 index 0000000..659564b Binary files /dev/null and b/data/train/S1E6_frame31600.jpg differ diff --git a/data/train/S1E6_frame32550.jpg b/data/train/S1E6_frame32550.jpg new file mode 100644 index 0000000..03a648d Binary files /dev/null and b/data/train/S1E6_frame32550.jpg differ diff --git a/data/train/S1E6_frame32600.jpg b/data/train/S1E6_frame32600.jpg new file mode 100644 index 0000000..3a353d9 Binary files /dev/null and b/data/train/S1E6_frame32600.jpg differ diff --git a/data/train/S1E6_frame32975.jpg b/data/train/S1E6_frame32975.jpg new file mode 100644 index 0000000..0681da7 Binary files /dev/null and b/data/train/S1E6_frame32975.jpg differ diff --git a/data/train/S1E6_frame33225.jpg b/data/train/S1E6_frame33225.jpg new file mode 100644 index 0000000..679cebe Binary files /dev/null and b/data/train/S1E6_frame33225.jpg differ diff --git a/data/train/S1E6_frame33350.jpg b/data/train/S1E6_frame33350.jpg new file mode 100644 index 0000000..406bf96 Binary files /dev/null and b/data/train/S1E6_frame33350.jpg differ diff --git a/data/train/S1E6_frame33500.jpg b/data/train/S1E6_frame33500.jpg new file mode 100644 index 0000000..1d55d3f Binary files /dev/null and b/data/train/S1E6_frame33500.jpg differ diff --git a/data/train/S1E6_frame33525.jpg b/data/train/S1E6_frame33525.jpg new file mode 100644 index 0000000..bac9714 Binary files /dev/null and b/data/train/S1E6_frame33525.jpg differ diff --git a/data/train/S1E6_frame33600.jpg b/data/train/S1E6_frame33600.jpg new file mode 100644 index 0000000..fd0381a Binary files /dev/null and b/data/train/S1E6_frame33600.jpg differ diff --git a/data/train/S1E6_frame33800.jpg b/data/train/S1E6_frame33800.jpg new file mode 100644 index 0000000..d55e143 Binary files /dev/null and b/data/train/S1E6_frame33800.jpg differ diff --git a/data/train/S1E6_frame34475.jpg b/data/train/S1E6_frame34475.jpg new file mode 100644 index 0000000..66201fc Binary files /dev/null and b/data/train/S1E6_frame34475.jpg differ diff --git a/data/train/S1E6_frame34650.jpg b/data/train/S1E6_frame34650.jpg new file mode 100644 index 0000000..829c3ac Binary files /dev/null and b/data/train/S1E6_frame34650.jpg differ diff --git a/data/train/S1E6_frame34700.jpg b/data/train/S1E6_frame34700.jpg new file mode 100644 index 0000000..f8a49eb Binary files /dev/null and b/data/train/S1E6_frame34700.jpg differ diff --git a/data/train/S1E6_frame34775.jpg b/data/train/S1E6_frame34775.jpg new file mode 100644 index 0000000..4ed2a6f Binary files /dev/null and b/data/train/S1E6_frame34775.jpg differ diff --git a/data/train/S1E6_frame34950.jpg b/data/train/S1E6_frame34950.jpg new file mode 100644 index 0000000..900fe39 Binary files /dev/null and b/data/train/S1E6_frame34950.jpg differ diff --git a/data/train/S1E6_frame35050.jpg b/data/train/S1E6_frame35050.jpg new file mode 100644 index 0000000..dfa425a Binary files /dev/null and b/data/train/S1E6_frame35050.jpg differ diff --git a/data/train/S1E6_frame35100.jpg b/data/train/S1E6_frame35100.jpg new file mode 100644 index 0000000..4b6138d Binary files /dev/null and b/data/train/S1E6_frame35100.jpg differ diff --git a/data/train/S1E6_frame35150.jpg b/data/train/S1E6_frame35150.jpg new file mode 100644 index 0000000..4d74b23 Binary files /dev/null and b/data/train/S1E6_frame35150.jpg differ diff --git a/data/train/S1E6_frame35250.jpg b/data/train/S1E6_frame35250.jpg new file mode 100644 index 0000000..0a403df Binary files /dev/null and b/data/train/S1E6_frame35250.jpg differ diff --git a/data/train/S1E6_frame35500.jpg b/data/train/S1E6_frame35500.jpg new file mode 100644 index 0000000..6ccfc38 Binary files /dev/null and b/data/train/S1E6_frame35500.jpg differ diff --git a/data/train/S1E6_frame35600.jpg b/data/train/S1E6_frame35600.jpg new file mode 100644 index 0000000..ca52cc5 Binary files /dev/null and b/data/train/S1E6_frame35600.jpg differ diff --git a/data/train/S1E6_frame35700.jpg b/data/train/S1E6_frame35700.jpg new file mode 100644 index 0000000..1a4ee85 Binary files /dev/null and b/data/train/S1E6_frame35700.jpg differ diff --git a/data/train/S1E6_frame35875.jpg b/data/train/S1E6_frame35875.jpg new file mode 100644 index 0000000..76aef98 Binary files /dev/null and b/data/train/S1E6_frame35875.jpg differ diff --git a/data/train/S1E6_frame36050.jpg b/data/train/S1E6_frame36050.jpg new file mode 100644 index 0000000..b05e54d Binary files /dev/null and b/data/train/S1E6_frame36050.jpg differ diff --git a/data/train/S1E6_frame36325.jpg b/data/train/S1E6_frame36325.jpg new file mode 100644 index 0000000..060f18d Binary files /dev/null and b/data/train/S1E6_frame36325.jpg differ diff --git a/data/train/S1E6_frame37025.jpg b/data/train/S1E6_frame37025.jpg new file mode 100644 index 0000000..4d19a16 Binary files /dev/null and b/data/train/S1E6_frame37025.jpg differ diff --git a/data/train/S1E6_frame37075.jpg b/data/train/S1E6_frame37075.jpg new file mode 100644 index 0000000..46d6d69 Binary files /dev/null and b/data/train/S1E6_frame37075.jpg differ diff --git a/data/train/S1E6_frame37225.jpg b/data/train/S1E6_frame37225.jpg new file mode 100644 index 0000000..371166f Binary files /dev/null and b/data/train/S1E6_frame37225.jpg differ diff --git a/data/train/S1E6_frame37275.jpg b/data/train/S1E6_frame37275.jpg new file mode 100644 index 0000000..2da769e Binary files /dev/null and b/data/train/S1E6_frame37275.jpg differ diff --git a/data/train/S1E6_frame37375.jpg b/data/train/S1E6_frame37375.jpg new file mode 100644 index 0000000..f69df55 Binary files /dev/null and b/data/train/S1E6_frame37375.jpg differ diff --git a/data/train/S1E6_frame37400.jpg b/data/train/S1E6_frame37400.jpg new file mode 100644 index 0000000..fbbb021 Binary files /dev/null and b/data/train/S1E6_frame37400.jpg differ diff --git a/data/train/S1E6_frame37450.jpg b/data/train/S1E6_frame37450.jpg new file mode 100644 index 0000000..62e7a90 Binary files /dev/null and b/data/train/S1E6_frame37450.jpg differ diff --git a/data/train/S1E6_frame375.jpg b/data/train/S1E6_frame375.jpg new file mode 100644 index 0000000..17f0086 Binary files /dev/null and b/data/train/S1E6_frame375.jpg differ diff --git a/data/train/S1E6_frame39275.jpg b/data/train/S1E6_frame39275.jpg new file mode 100644 index 0000000..997d29a Binary files /dev/null and b/data/train/S1E6_frame39275.jpg differ diff --git a/data/train/S1E6_frame39750.jpg b/data/train/S1E6_frame39750.jpg new file mode 100644 index 0000000..65381b0 Binary files /dev/null and b/data/train/S1E6_frame39750.jpg differ diff --git a/data/train/S1E6_frame39825.jpg b/data/train/S1E6_frame39825.jpg new file mode 100644 index 0000000..2e3dc47 Binary files /dev/null and b/data/train/S1E6_frame39825.jpg differ diff --git a/data/train/S1E6_frame42950.jpg b/data/train/S1E6_frame42950.jpg new file mode 100644 index 0000000..3450df0 Binary files /dev/null and b/data/train/S1E6_frame42950.jpg differ diff --git a/data/train/S1E6_frame43100.jpg b/data/train/S1E6_frame43100.jpg new file mode 100644 index 0000000..21e00b7 Binary files /dev/null and b/data/train/S1E6_frame43100.jpg differ diff --git a/data/train/S1E6_frame43150.jpg b/data/train/S1E6_frame43150.jpg new file mode 100644 index 0000000..72b3d00 Binary files /dev/null and b/data/train/S1E6_frame43150.jpg differ diff --git a/data/train/S1E6_frame43250.jpg b/data/train/S1E6_frame43250.jpg new file mode 100644 index 0000000..8699138 Binary files /dev/null and b/data/train/S1E6_frame43250.jpg differ diff --git a/data/train/S1E6_frame43350.jpg b/data/train/S1E6_frame43350.jpg new file mode 100644 index 0000000..be14ae1 Binary files /dev/null and b/data/train/S1E6_frame43350.jpg differ diff --git a/data/train/S1E6_frame49550.jpg b/data/train/S1E6_frame49550.jpg new file mode 100644 index 0000000..9e16365 Binary files /dev/null and b/data/train/S1E6_frame49550.jpg differ diff --git a/data/train/S1E6_frame49625.jpg b/data/train/S1E6_frame49625.jpg new file mode 100644 index 0000000..d33d31f Binary files /dev/null and b/data/train/S1E6_frame49625.jpg differ diff --git a/data/train/S1E6_frame49725.jpg b/data/train/S1E6_frame49725.jpg new file mode 100644 index 0000000..b5b6ee7 Binary files /dev/null and b/data/train/S1E6_frame49725.jpg differ diff --git a/data/train/S1E6_frame49750.jpg b/data/train/S1E6_frame49750.jpg new file mode 100644 index 0000000..421b6ee Binary files /dev/null and b/data/train/S1E6_frame49750.jpg differ diff --git a/data/train/S1E6_frame49800.jpg b/data/train/S1E6_frame49800.jpg new file mode 100644 index 0000000..6fefad4 Binary files /dev/null and b/data/train/S1E6_frame49800.jpg differ diff --git a/data/train/S1E6_frame49875.jpg b/data/train/S1E6_frame49875.jpg new file mode 100644 index 0000000..6dcad91 Binary files /dev/null and b/data/train/S1E6_frame49875.jpg differ diff --git a/data/train/S1E6_frame50175.jpg b/data/train/S1E6_frame50175.jpg new file mode 100644 index 0000000..4342467 Binary files /dev/null and b/data/train/S1E6_frame50175.jpg differ diff --git a/data/train/S1E6_frame51000.jpg b/data/train/S1E6_frame51000.jpg new file mode 100644 index 0000000..a25c3c8 Binary files /dev/null and b/data/train/S1E6_frame51000.jpg differ diff --git a/data/train/S1E6_frame51075.jpg b/data/train/S1E6_frame51075.jpg new file mode 100644 index 0000000..0ddd4e8 Binary files /dev/null and b/data/train/S1E6_frame51075.jpg differ diff --git a/data/train/S1E6_frame51150.jpg b/data/train/S1E6_frame51150.jpg new file mode 100644 index 0000000..7b521e6 Binary files /dev/null and b/data/train/S1E6_frame51150.jpg differ diff --git a/data/train/S1E6_frame51225.jpg b/data/train/S1E6_frame51225.jpg new file mode 100644 index 0000000..e447433 Binary files /dev/null and b/data/train/S1E6_frame51225.jpg differ diff --git a/data/train/S1E6_frame51300.jpg b/data/train/S1E6_frame51300.jpg new file mode 100644 index 0000000..baf6912 Binary files /dev/null and b/data/train/S1E6_frame51300.jpg differ diff --git a/data/train/S1E6_frame51350.jpg b/data/train/S1E6_frame51350.jpg new file mode 100644 index 0000000..6b8924d Binary files /dev/null and b/data/train/S1E6_frame51350.jpg differ diff --git a/data/train/S1E6_frame53350.jpg b/data/train/S1E6_frame53350.jpg new file mode 100644 index 0000000..dc5adc0 Binary files /dev/null and b/data/train/S1E6_frame53350.jpg differ diff --git a/data/train/S1E6_frame54125.jpg b/data/train/S1E6_frame54125.jpg new file mode 100644 index 0000000..6d2a223 Binary files /dev/null and b/data/train/S1E6_frame54125.jpg differ diff --git a/data/train/S1E6_frame54225.jpg b/data/train/S1E6_frame54225.jpg new file mode 100644 index 0000000..ffe07c6 Binary files /dev/null and b/data/train/S1E6_frame54225.jpg differ diff --git a/data/train/S1E6_frame54275.jpg b/data/train/S1E6_frame54275.jpg new file mode 100644 index 0000000..01b187d Binary files /dev/null and b/data/train/S1E6_frame54275.jpg differ diff --git a/data/train/S1E6_frame54450.jpg b/data/train/S1E6_frame54450.jpg new file mode 100644 index 0000000..d260db7 Binary files /dev/null and b/data/train/S1E6_frame54450.jpg differ diff --git a/data/train/S1E6_frame54725.jpg b/data/train/S1E6_frame54725.jpg new file mode 100644 index 0000000..1e17bc9 Binary files /dev/null and b/data/train/S1E6_frame54725.jpg differ diff --git a/data/train/S1E6_frame54775.jpg b/data/train/S1E6_frame54775.jpg new file mode 100644 index 0000000..2b12613 Binary files /dev/null and b/data/train/S1E6_frame54775.jpg differ diff --git a/data/train/S1E6_frame54875.jpg b/data/train/S1E6_frame54875.jpg new file mode 100644 index 0000000..e873872 Binary files /dev/null and b/data/train/S1E6_frame54875.jpg differ diff --git a/data/train/S1E6_frame54975.jpg b/data/train/S1E6_frame54975.jpg new file mode 100644 index 0000000..15f6283 Binary files /dev/null and b/data/train/S1E6_frame54975.jpg differ diff --git a/data/train/S1E6_frame55025.jpg b/data/train/S1E6_frame55025.jpg new file mode 100644 index 0000000..a059739 Binary files /dev/null and b/data/train/S1E6_frame55025.jpg differ diff --git a/data/train/S1E6_frame55200.jpg b/data/train/S1E6_frame55200.jpg new file mode 100644 index 0000000..049c4d7 Binary files /dev/null and b/data/train/S1E6_frame55200.jpg differ diff --git a/data/train/S1E6_frame55225.jpg b/data/train/S1E6_frame55225.jpg new file mode 100644 index 0000000..8a97233 Binary files /dev/null and b/data/train/S1E6_frame55225.jpg differ diff --git a/data/train/S1E6_frame55800.jpg b/data/train/S1E6_frame55800.jpg new file mode 100644 index 0000000..8b1d65d Binary files /dev/null and b/data/train/S1E6_frame55800.jpg differ diff --git a/data/train/S1E6_frame55875.jpg b/data/train/S1E6_frame55875.jpg new file mode 100644 index 0000000..ba70461 Binary files /dev/null and b/data/train/S1E6_frame55875.jpg differ diff --git a/data/train/S1E6_frame56400.jpg b/data/train/S1E6_frame56400.jpg new file mode 100644 index 0000000..44f6fc3 Binary files /dev/null and b/data/train/S1E6_frame56400.jpg differ diff --git a/data/train/S1E6_frame56475.jpg b/data/train/S1E6_frame56475.jpg new file mode 100644 index 0000000..3ffe88c Binary files /dev/null and b/data/train/S1E6_frame56475.jpg differ diff --git a/data/train/S1E6_frame57025.jpg b/data/train/S1E6_frame57025.jpg new file mode 100644 index 0000000..0c4948b Binary files /dev/null and b/data/train/S1E6_frame57025.jpg differ diff --git a/data/train/S1E6_frame57125.jpg b/data/train/S1E6_frame57125.jpg new file mode 100644 index 0000000..98a5fb0 Binary files /dev/null and b/data/train/S1E6_frame57125.jpg differ diff --git a/data/train/S1E6_frame575.jpg b/data/train/S1E6_frame575.jpg new file mode 100644 index 0000000..0f3631b Binary files /dev/null and b/data/train/S1E6_frame575.jpg differ diff --git a/data/train/S1E6_frame57775.jpg b/data/train/S1E6_frame57775.jpg new file mode 100644 index 0000000..36666a0 Binary files /dev/null and b/data/train/S1E6_frame57775.jpg differ diff --git a/data/train/S1E6_frame57825.jpg b/data/train/S1E6_frame57825.jpg new file mode 100644 index 0000000..dda1fa8 Binary files /dev/null and b/data/train/S1E6_frame57825.jpg differ diff --git a/data/train/S1E6_frame57925.jpg b/data/train/S1E6_frame57925.jpg new file mode 100644 index 0000000..1b084c2 Binary files /dev/null and b/data/train/S1E6_frame57925.jpg differ diff --git a/data/train/S1E6_frame58075.jpg b/data/train/S1E6_frame58075.jpg new file mode 100644 index 0000000..76b5bb4 Binary files /dev/null and b/data/train/S1E6_frame58075.jpg differ diff --git a/data/train/S1E6_frame58200.jpg b/data/train/S1E6_frame58200.jpg new file mode 100644 index 0000000..4dda061 Binary files /dev/null and b/data/train/S1E6_frame58200.jpg differ diff --git a/data/train/S1E6_frame58350.jpg b/data/train/S1E6_frame58350.jpg new file mode 100644 index 0000000..91e6fff Binary files /dev/null and b/data/train/S1E6_frame58350.jpg differ diff --git a/data/train/S1E6_frame58375.jpg b/data/train/S1E6_frame58375.jpg new file mode 100644 index 0000000..103520a Binary files /dev/null and b/data/train/S1E6_frame58375.jpg differ diff --git a/data/train/S1E6_frame58475.jpg b/data/train/S1E6_frame58475.jpg new file mode 100644 index 0000000..7aace8f Binary files /dev/null and b/data/train/S1E6_frame58475.jpg differ diff --git a/data/train/S1E6_frame58625.jpg b/data/train/S1E6_frame58625.jpg new file mode 100644 index 0000000..5287698 Binary files /dev/null and b/data/train/S1E6_frame58625.jpg differ diff --git a/data/train/S1E6_frame58850.jpg b/data/train/S1E6_frame58850.jpg new file mode 100644 index 0000000..ae070fc Binary files /dev/null and b/data/train/S1E6_frame58850.jpg differ diff --git a/data/train/S1E6_frame59075.jpg b/data/train/S1E6_frame59075.jpg new file mode 100644 index 0000000..1f56eb5 Binary files /dev/null and b/data/train/S1E6_frame59075.jpg differ diff --git a/data/train/S1E6_frame59250.jpg b/data/train/S1E6_frame59250.jpg new file mode 100644 index 0000000..87dd9dc Binary files /dev/null and b/data/train/S1E6_frame59250.jpg differ diff --git a/data/train/S1E6_frame63700.jpg b/data/train/S1E6_frame63700.jpg new file mode 100644 index 0000000..62ede98 Binary files /dev/null and b/data/train/S1E6_frame63700.jpg differ diff --git a/data/train/S1E6_frame63725.jpg b/data/train/S1E6_frame63725.jpg new file mode 100644 index 0000000..4379dbf Binary files /dev/null and b/data/train/S1E6_frame63725.jpg differ diff --git a/data/train/S1E6_frame64125.jpg b/data/train/S1E6_frame64125.jpg new file mode 100644 index 0000000..8ebc877 Binary files /dev/null and b/data/train/S1E6_frame64125.jpg differ diff --git a/data/train/S1E6_frame64225.jpg b/data/train/S1E6_frame64225.jpg new file mode 100644 index 0000000..55c1d51 Binary files /dev/null and b/data/train/S1E6_frame64225.jpg differ diff --git a/data/train/S1E6_frame64575.jpg b/data/train/S1E6_frame64575.jpg new file mode 100644 index 0000000..d4a7705 Binary files /dev/null and b/data/train/S1E6_frame64575.jpg differ diff --git a/data/train/S1E6_frame64600.jpg b/data/train/S1E6_frame64600.jpg new file mode 100644 index 0000000..cc0a0fc Binary files /dev/null and b/data/train/S1E6_frame64600.jpg differ diff --git a/data/train/S1E6_frame650.jpg b/data/train/S1E6_frame650.jpg new file mode 100644 index 0000000..0855551 Binary files /dev/null and b/data/train/S1E6_frame650.jpg differ diff --git a/data/train/S1E6_frame65125.jpg b/data/train/S1E6_frame65125.jpg new file mode 100644 index 0000000..4d4f92a Binary files /dev/null and b/data/train/S1E6_frame65125.jpg differ diff --git a/data/train/S1E6_frame65350.jpg b/data/train/S1E6_frame65350.jpg new file mode 100644 index 0000000..5f32c5f Binary files /dev/null and b/data/train/S1E6_frame65350.jpg differ diff --git a/data/train/S1E6_frame775.jpg b/data/train/S1E6_frame775.jpg new file mode 100644 index 0000000..f0edbea Binary files /dev/null and b/data/train/S1E6_frame775.jpg differ diff --git a/data/train/S1E6_frame800.jpg b/data/train/S1E6_frame800.jpg new file mode 100644 index 0000000..a35f72d Binary files /dev/null and b/data/train/S1E6_frame800.jpg differ diff --git a/data/train/S1E6_frame875.jpg b/data/train/S1E6_frame875.jpg new file mode 100644 index 0000000..954a44a Binary files /dev/null and b/data/train/S1E6_frame875.jpg differ diff --git a/data/train/S1E6_frame925.jpg b/data/train/S1E6_frame925.jpg new file mode 100644 index 0000000..a9b698a Binary files /dev/null and b/data/train/S1E6_frame925.jpg differ diff --git a/data/train/S1E6_frame975.jpg b/data/train/S1E6_frame975.jpg new file mode 100644 index 0000000..35d5064 Binary files /dev/null and b/data/train/S1E6_frame975.jpg differ diff --git a/data/train/S1E7_frame11150.jpg b/data/train/S1E7_frame11150.jpg new file mode 100644 index 0000000..24d94f6 Binary files /dev/null and b/data/train/S1E7_frame11150.jpg differ diff --git a/data/train/S1E7_frame11175.jpg b/data/train/S1E7_frame11175.jpg new file mode 100644 index 0000000..cfa02d3 Binary files /dev/null and b/data/train/S1E7_frame11175.jpg differ diff --git a/data/train/S1E7_frame11200.jpg b/data/train/S1E7_frame11200.jpg new file mode 100644 index 0000000..ca59e4f Binary files /dev/null and b/data/train/S1E7_frame11200.jpg differ diff --git a/data/train/S1E7_frame11275.jpg b/data/train/S1E7_frame11275.jpg new file mode 100644 index 0000000..6ce7306 Binary files /dev/null and b/data/train/S1E7_frame11275.jpg differ diff --git a/data/train/S1E7_frame11400.jpg b/data/train/S1E7_frame11400.jpg new file mode 100644 index 0000000..de6be85 Binary files /dev/null and b/data/train/S1E7_frame11400.jpg differ diff --git a/data/train/S1E7_frame15025.jpg b/data/train/S1E7_frame15025.jpg new file mode 100644 index 0000000..dba377e Binary files /dev/null and b/data/train/S1E7_frame15025.jpg differ diff --git a/data/train/S1E7_frame15225.jpg b/data/train/S1E7_frame15225.jpg new file mode 100644 index 0000000..78a1e90 Binary files /dev/null and b/data/train/S1E7_frame15225.jpg differ diff --git a/data/train/S1E7_frame15350.jpg b/data/train/S1E7_frame15350.jpg new file mode 100644 index 0000000..12eba56 Binary files /dev/null and b/data/train/S1E7_frame15350.jpg differ diff --git a/data/train/S1E7_frame15450.jpg b/data/train/S1E7_frame15450.jpg new file mode 100644 index 0000000..1be8327 Binary files /dev/null and b/data/train/S1E7_frame15450.jpg differ diff --git a/data/train/S1E7_frame15575.jpg b/data/train/S1E7_frame15575.jpg new file mode 100644 index 0000000..4d56899 Binary files /dev/null and b/data/train/S1E7_frame15575.jpg differ diff --git a/data/train/S1E7_frame15725.jpg b/data/train/S1E7_frame15725.jpg new file mode 100644 index 0000000..766c101 Binary files /dev/null and b/data/train/S1E7_frame15725.jpg differ diff --git a/data/train/S1E7_frame15775.jpg b/data/train/S1E7_frame15775.jpg new file mode 100644 index 0000000..32eeff9 Binary files /dev/null and b/data/train/S1E7_frame15775.jpg differ diff --git a/data/train/S1E7_frame15800.jpg b/data/train/S1E7_frame15800.jpg new file mode 100644 index 0000000..affc7a6 Binary files /dev/null and b/data/train/S1E7_frame15800.jpg differ diff --git a/data/train/S1E7_frame15850.jpg b/data/train/S1E7_frame15850.jpg new file mode 100644 index 0000000..a17e908 Binary files /dev/null and b/data/train/S1E7_frame15850.jpg differ diff --git a/data/train/S1E7_frame16000.jpg b/data/train/S1E7_frame16000.jpg new file mode 100644 index 0000000..e6ff6eb Binary files /dev/null and b/data/train/S1E7_frame16000.jpg differ diff --git a/data/train/S1E7_frame16150.jpg b/data/train/S1E7_frame16150.jpg new file mode 100644 index 0000000..62cf6d4 Binary files /dev/null and b/data/train/S1E7_frame16150.jpg differ diff --git a/data/train/S1E7_frame16225.jpg b/data/train/S1E7_frame16225.jpg new file mode 100644 index 0000000..1f724d1 Binary files /dev/null and b/data/train/S1E7_frame16225.jpg differ diff --git a/data/train/S1E7_frame16325.jpg b/data/train/S1E7_frame16325.jpg new file mode 100644 index 0000000..d1c2472 Binary files /dev/null and b/data/train/S1E7_frame16325.jpg differ diff --git a/data/train/S1E7_frame20200.jpg b/data/train/S1E7_frame20200.jpg new file mode 100644 index 0000000..c45b6c1 Binary files /dev/null and b/data/train/S1E7_frame20200.jpg differ diff --git a/data/train/S1E7_frame20275.jpg b/data/train/S1E7_frame20275.jpg new file mode 100644 index 0000000..91efac8 Binary files /dev/null and b/data/train/S1E7_frame20275.jpg differ diff --git a/data/train/S1E7_frame20425.jpg b/data/train/S1E7_frame20425.jpg new file mode 100644 index 0000000..8c4a7c8 Binary files /dev/null and b/data/train/S1E7_frame20425.jpg differ diff --git a/data/train/S1E7_frame20500.jpg b/data/train/S1E7_frame20500.jpg new file mode 100644 index 0000000..2e07c77 Binary files /dev/null and b/data/train/S1E7_frame20500.jpg differ diff --git a/data/train/S1E7_frame20525.jpg b/data/train/S1E7_frame20525.jpg new file mode 100644 index 0000000..67c633b Binary files /dev/null and b/data/train/S1E7_frame20525.jpg differ diff --git a/data/train/S1E7_frame21800.jpg b/data/train/S1E7_frame21800.jpg new file mode 100644 index 0000000..f7bf272 Binary files /dev/null and b/data/train/S1E7_frame21800.jpg differ diff --git a/data/train/S1E7_frame21900.jpg b/data/train/S1E7_frame21900.jpg new file mode 100644 index 0000000..2ac2fcc Binary files /dev/null and b/data/train/S1E7_frame21900.jpg differ diff --git a/data/train/S1E7_frame21925.jpg b/data/train/S1E7_frame21925.jpg new file mode 100644 index 0000000..bc580bf Binary files /dev/null and b/data/train/S1E7_frame21925.jpg differ diff --git a/data/train/S1E7_frame21950.jpg b/data/train/S1E7_frame21950.jpg new file mode 100644 index 0000000..e65bd5b Binary files /dev/null and b/data/train/S1E7_frame21950.jpg differ diff --git a/data/train/S1E7_frame22025.jpg b/data/train/S1E7_frame22025.jpg new file mode 100644 index 0000000..675ef0e Binary files /dev/null and b/data/train/S1E7_frame22025.jpg differ diff --git a/data/train/S1E7_frame22050.jpg b/data/train/S1E7_frame22050.jpg new file mode 100644 index 0000000..6ddf00a Binary files /dev/null and b/data/train/S1E7_frame22050.jpg differ diff --git a/data/train/S1E7_frame26500.jpg b/data/train/S1E7_frame26500.jpg new file mode 100644 index 0000000..57d942c Binary files /dev/null and b/data/train/S1E7_frame26500.jpg differ diff --git a/data/train/S1E7_frame26700.jpg b/data/train/S1E7_frame26700.jpg new file mode 100644 index 0000000..a2a137f Binary files /dev/null and b/data/train/S1E7_frame26700.jpg differ diff --git a/data/train/S1E7_frame26825.jpg b/data/train/S1E7_frame26825.jpg new file mode 100644 index 0000000..bdaa80b Binary files /dev/null and b/data/train/S1E7_frame26825.jpg differ diff --git a/data/train/S1E7_frame27250.jpg b/data/train/S1E7_frame27250.jpg new file mode 100644 index 0000000..5d9f8e4 Binary files /dev/null and b/data/train/S1E7_frame27250.jpg differ diff --git a/data/train/S1E7_frame27300.jpg b/data/train/S1E7_frame27300.jpg new file mode 100644 index 0000000..eb209fe Binary files /dev/null and b/data/train/S1E7_frame27300.jpg differ diff --git a/data/train/S1E7_frame27375.jpg b/data/train/S1E7_frame27375.jpg new file mode 100644 index 0000000..72ba06e Binary files /dev/null and b/data/train/S1E7_frame27375.jpg differ diff --git a/data/train/S1E7_frame36475.jpg b/data/train/S1E7_frame36475.jpg new file mode 100644 index 0000000..16e5d05 Binary files /dev/null and b/data/train/S1E7_frame36475.jpg differ diff --git a/data/train/S1E7_frame36525.jpg b/data/train/S1E7_frame36525.jpg new file mode 100644 index 0000000..f5f17de Binary files /dev/null and b/data/train/S1E7_frame36525.jpg differ diff --git a/data/train/S1E7_frame36550.jpg b/data/train/S1E7_frame36550.jpg new file mode 100644 index 0000000..ff10a0a Binary files /dev/null and b/data/train/S1E7_frame36550.jpg differ diff --git a/data/train/S1E7_frame36625.jpg b/data/train/S1E7_frame36625.jpg new file mode 100644 index 0000000..bdcc712 Binary files /dev/null and b/data/train/S1E7_frame36625.jpg differ diff --git a/data/train/S1E7_frame37800.jpg b/data/train/S1E7_frame37800.jpg new file mode 100644 index 0000000..4927023 Binary files /dev/null and b/data/train/S1E7_frame37800.jpg differ diff --git a/data/train/S1E7_frame38000.jpg b/data/train/S1E7_frame38000.jpg new file mode 100644 index 0000000..8545587 Binary files /dev/null and b/data/train/S1E7_frame38000.jpg differ diff --git a/data/train/S1E7_frame38325.jpg b/data/train/S1E7_frame38325.jpg new file mode 100644 index 0000000..d238fc0 Binary files /dev/null and b/data/train/S1E7_frame38325.jpg differ diff --git a/data/train/S1E7_frame38400.jpg b/data/train/S1E7_frame38400.jpg new file mode 100644 index 0000000..fae222c Binary files /dev/null and b/data/train/S1E7_frame38400.jpg differ diff --git a/data/train/S1E7_frame38450.jpg b/data/train/S1E7_frame38450.jpg new file mode 100644 index 0000000..a2fcb95 Binary files /dev/null and b/data/train/S1E7_frame38450.jpg differ diff --git a/data/train/S1E7_frame40425.jpg b/data/train/S1E7_frame40425.jpg new file mode 100644 index 0000000..5cadfe5 Binary files /dev/null and b/data/train/S1E7_frame40425.jpg differ diff --git a/data/train/S1E7_frame40575.jpg b/data/train/S1E7_frame40575.jpg new file mode 100644 index 0000000..c65817c Binary files /dev/null and b/data/train/S1E7_frame40575.jpg differ diff --git a/data/train/S1E7_frame40625.jpg b/data/train/S1E7_frame40625.jpg new file mode 100644 index 0000000..4218543 Binary files /dev/null and b/data/train/S1E7_frame40625.jpg differ diff --git a/data/train/S1E7_frame40925.jpg b/data/train/S1E7_frame40925.jpg new file mode 100644 index 0000000..c33910d Binary files /dev/null and b/data/train/S1E7_frame40925.jpg differ diff --git a/data/train/S1E7_frame41000.jpg b/data/train/S1E7_frame41000.jpg new file mode 100644 index 0000000..99e636c Binary files /dev/null and b/data/train/S1E7_frame41000.jpg differ diff --git a/data/train/S1E7_frame41900.jpg b/data/train/S1E7_frame41900.jpg new file mode 100644 index 0000000..8059cf4 Binary files /dev/null and b/data/train/S1E7_frame41900.jpg differ diff --git a/data/train/S1E7_frame59450.jpg b/data/train/S1E7_frame59450.jpg new file mode 100644 index 0000000..aa31cd3 Binary files /dev/null and b/data/train/S1E7_frame59450.jpg differ diff --git a/data/train/S1E7_frame59475.jpg b/data/train/S1E7_frame59475.jpg new file mode 100644 index 0000000..6330342 Binary files /dev/null and b/data/train/S1E7_frame59475.jpg differ diff --git a/data/train/S1E7_frame63475.jpg b/data/train/S1E7_frame63475.jpg new file mode 100644 index 0000000..8294a60 Binary files /dev/null and b/data/train/S1E7_frame63475.jpg differ diff --git a/data/train/S1E7_frame63700.jpg b/data/train/S1E7_frame63700.jpg new file mode 100644 index 0000000..f32f836 Binary files /dev/null and b/data/train/S1E7_frame63700.jpg differ diff --git a/data/train/S1E7_frame63925.jpg b/data/train/S1E7_frame63925.jpg new file mode 100644 index 0000000..b4eab62 Binary files /dev/null and b/data/train/S1E7_frame63925.jpg differ diff --git a/data/train/S1E7_frame8225.jpg b/data/train/S1E7_frame8225.jpg new file mode 100644 index 0000000..887387d Binary files /dev/null and b/data/train/S1E7_frame8225.jpg differ diff --git a/data/train/S1E7_frame8400.jpg b/data/train/S1E7_frame8400.jpg new file mode 100644 index 0000000..024c0ad Binary files /dev/null and b/data/train/S1E7_frame8400.jpg differ diff --git a/data/train/S1E7_frame8425.jpg b/data/train/S1E7_frame8425.jpg new file mode 100644 index 0000000..959b88d Binary files /dev/null and b/data/train/S1E7_frame8425.jpg differ diff --git a/data/train/S1E7_frame8550.jpg b/data/train/S1E7_frame8550.jpg new file mode 100644 index 0000000..2d604b1 Binary files /dev/null and b/data/train/S1E7_frame8550.jpg differ diff --git a/data/train/S1E7_frame8650.jpg b/data/train/S1E7_frame8650.jpg new file mode 100644 index 0000000..eb3c9f9 Binary files /dev/null and b/data/train/S1E7_frame8650.jpg differ diff --git a/data/train/S1E7_frame8725.jpg b/data/train/S1E7_frame8725.jpg new file mode 100644 index 0000000..133913e Binary files /dev/null and b/data/train/S1E7_frame8725.jpg differ diff --git a/data/train/S1E7_frame8775.jpg b/data/train/S1E7_frame8775.jpg new file mode 100644 index 0000000..360b04e Binary files /dev/null and b/data/train/S1E7_frame8775.jpg differ diff --git a/data/train/S1E7_frame8825.jpg b/data/train/S1E7_frame8825.jpg new file mode 100644 index 0000000..d6da298 Binary files /dev/null and b/data/train/S1E7_frame8825.jpg differ diff --git a/data/train/S1E7_frame8900.jpg b/data/train/S1E7_frame8900.jpg new file mode 100644 index 0000000..bd4f1f5 Binary files /dev/null and b/data/train/S1E7_frame8900.jpg differ diff --git a/data/train/S1E7_frame8950.jpg b/data/train/S1E7_frame8950.jpg new file mode 100644 index 0000000..68b49b7 Binary files /dev/null and b/data/train/S1E7_frame8950.jpg differ diff --git a/data/train/S1E7_frame9125.jpg b/data/train/S1E7_frame9125.jpg new file mode 100644 index 0000000..1d925d9 Binary files /dev/null and b/data/train/S1E7_frame9125.jpg differ diff --git a/data/train/S1E7_frame9250.jpg b/data/train/S1E7_frame9250.jpg new file mode 100644 index 0000000..4d70a93 Binary files /dev/null and b/data/train/S1E7_frame9250.jpg differ diff --git a/data/train/S1E7_frame9300.jpg b/data/train/S1E7_frame9300.jpg new file mode 100644 index 0000000..e3516c8 Binary files /dev/null and b/data/train/S1E7_frame9300.jpg differ diff --git a/data/train/S1E8_frame11700.jpg b/data/train/S1E8_frame11700.jpg new file mode 100644 index 0000000..274ce6a Binary files /dev/null and b/data/train/S1E8_frame11700.jpg differ diff --git a/data/train/S1E8_frame1425.jpg b/data/train/S1E8_frame1425.jpg new file mode 100644 index 0000000..4d32e93 Binary files /dev/null and b/data/train/S1E8_frame1425.jpg differ diff --git a/data/train/S1E8_frame14450.jpg b/data/train/S1E8_frame14450.jpg new file mode 100644 index 0000000..b6a7930 Binary files /dev/null and b/data/train/S1E8_frame14450.jpg differ diff --git a/data/train/S1E8_frame14500.jpg b/data/train/S1E8_frame14500.jpg new file mode 100644 index 0000000..f3cbc4a Binary files /dev/null and b/data/train/S1E8_frame14500.jpg differ diff --git a/data/train/S1E8_frame14575.jpg b/data/train/S1E8_frame14575.jpg new file mode 100644 index 0000000..a3bc8d0 Binary files /dev/null and b/data/train/S1E8_frame14575.jpg differ diff --git a/data/train/S1E8_frame1650.jpg b/data/train/S1E8_frame1650.jpg new file mode 100644 index 0000000..5bd560d Binary files /dev/null and b/data/train/S1E8_frame1650.jpg differ diff --git a/data/train/S1E8_frame17100.jpg b/data/train/S1E8_frame17100.jpg new file mode 100644 index 0000000..0856554 Binary files /dev/null and b/data/train/S1E8_frame17100.jpg differ diff --git a/data/train/S1E8_frame17150.jpg b/data/train/S1E8_frame17150.jpg new file mode 100644 index 0000000..bc5df35 Binary files /dev/null and b/data/train/S1E8_frame17150.jpg differ diff --git a/data/train/S1E8_frame17225.jpg b/data/train/S1E8_frame17225.jpg new file mode 100644 index 0000000..9378218 Binary files /dev/null and b/data/train/S1E8_frame17225.jpg differ diff --git a/data/train/S1E8_frame17275.jpg b/data/train/S1E8_frame17275.jpg new file mode 100644 index 0000000..6017baf Binary files /dev/null and b/data/train/S1E8_frame17275.jpg differ diff --git a/data/train/S1E8_frame1825.jpg b/data/train/S1E8_frame1825.jpg new file mode 100644 index 0000000..5c6beb2 Binary files /dev/null and b/data/train/S1E8_frame1825.jpg differ diff --git a/data/train/S1E8_frame1950.jpg b/data/train/S1E8_frame1950.jpg new file mode 100644 index 0000000..09ee6b4 Binary files /dev/null and b/data/train/S1E8_frame1950.jpg differ diff --git a/data/train/S1E8_frame1975.jpg b/data/train/S1E8_frame1975.jpg new file mode 100644 index 0000000..ee04d8b Binary files /dev/null and b/data/train/S1E8_frame1975.jpg differ diff --git a/data/train/S1E8_frame2000.jpg b/data/train/S1E8_frame2000.jpg new file mode 100644 index 0000000..c325469 Binary files /dev/null and b/data/train/S1E8_frame2000.jpg differ diff --git a/data/train/S1E8_frame2075.jpg b/data/train/S1E8_frame2075.jpg new file mode 100644 index 0000000..a538a1d Binary files /dev/null and b/data/train/S1E8_frame2075.jpg differ diff --git a/data/train/S1E8_frame2200.jpg b/data/train/S1E8_frame2200.jpg new file mode 100644 index 0000000..cb0f8ce Binary files /dev/null and b/data/train/S1E8_frame2200.jpg differ diff --git a/data/train/S1E8_frame27625.jpg b/data/train/S1E8_frame27625.jpg new file mode 100644 index 0000000..07109b7 Binary files /dev/null and b/data/train/S1E8_frame27625.jpg differ diff --git a/data/train/S1E8_frame300.jpg b/data/train/S1E8_frame300.jpg new file mode 100644 index 0000000..5150405 Binary files /dev/null and b/data/train/S1E8_frame300.jpg differ diff --git a/data/train/S1E8_frame3300.jpg b/data/train/S1E8_frame3300.jpg new file mode 100644 index 0000000..5cf6bd7 Binary files /dev/null and b/data/train/S1E8_frame3300.jpg differ diff --git a/data/train/S1E8_frame3350.jpg b/data/train/S1E8_frame3350.jpg new file mode 100644 index 0000000..3055f7c Binary files /dev/null and b/data/train/S1E8_frame3350.jpg differ diff --git a/data/train/S1E8_frame3500.jpg b/data/train/S1E8_frame3500.jpg new file mode 100644 index 0000000..a040b88 Binary files /dev/null and b/data/train/S1E8_frame3500.jpg differ diff --git a/data/train/S1E8_frame3550.jpg b/data/train/S1E8_frame3550.jpg new file mode 100644 index 0000000..a62bd54 Binary files /dev/null and b/data/train/S1E8_frame3550.jpg differ diff --git a/data/train/S1E8_frame36900.jpg b/data/train/S1E8_frame36900.jpg new file mode 100644 index 0000000..3427380 Binary files /dev/null and b/data/train/S1E8_frame36900.jpg differ diff --git a/data/train/S1E8_frame36975.jpg b/data/train/S1E8_frame36975.jpg new file mode 100644 index 0000000..b43e27c Binary files /dev/null and b/data/train/S1E8_frame36975.jpg differ diff --git a/data/train/S1E8_frame37200.jpg b/data/train/S1E8_frame37200.jpg new file mode 100644 index 0000000..5ea89f8 Binary files /dev/null and b/data/train/S1E8_frame37200.jpg differ diff --git a/data/train/S1E8_frame37275.jpg b/data/train/S1E8_frame37275.jpg new file mode 100644 index 0000000..657455c Binary files /dev/null and b/data/train/S1E8_frame37275.jpg differ diff --git a/data/train/S1E8_frame37300.jpg b/data/train/S1E8_frame37300.jpg new file mode 100644 index 0000000..52f10be Binary files /dev/null and b/data/train/S1E8_frame37300.jpg differ diff --git a/data/train/S1E8_frame37400.jpg b/data/train/S1E8_frame37400.jpg new file mode 100644 index 0000000..a04fc6d Binary files /dev/null and b/data/train/S1E8_frame37400.jpg differ diff --git a/data/train/S1E8_frame37575.jpg b/data/train/S1E8_frame37575.jpg new file mode 100644 index 0000000..d1eccac Binary files /dev/null and b/data/train/S1E8_frame37575.jpg differ diff --git a/data/train/S1E8_frame37600.jpg b/data/train/S1E8_frame37600.jpg new file mode 100644 index 0000000..ce0fde4 Binary files /dev/null and b/data/train/S1E8_frame37600.jpg differ diff --git a/data/train/S1E8_frame37700.jpg b/data/train/S1E8_frame37700.jpg new file mode 100644 index 0000000..29345f8 Binary files /dev/null and b/data/train/S1E8_frame37700.jpg differ diff --git a/data/train/S1E8_frame39100.jpg b/data/train/S1E8_frame39100.jpg new file mode 100644 index 0000000..4030fa6 Binary files /dev/null and b/data/train/S1E8_frame39100.jpg differ diff --git a/data/train/S1E8_frame39175.jpg b/data/train/S1E8_frame39175.jpg new file mode 100644 index 0000000..5a87af2 Binary files /dev/null and b/data/train/S1E8_frame39175.jpg differ diff --git a/data/train/S1E8_frame39475.jpg b/data/train/S1E8_frame39475.jpg new file mode 100644 index 0000000..0f7b1d6 Binary files /dev/null and b/data/train/S1E8_frame39475.jpg differ diff --git a/data/train/S1E8_frame39775.jpg b/data/train/S1E8_frame39775.jpg new file mode 100644 index 0000000..8d399e2 Binary files /dev/null and b/data/train/S1E8_frame39775.jpg differ diff --git a/data/train/S1E8_frame39900.jpg b/data/train/S1E8_frame39900.jpg new file mode 100644 index 0000000..d7d0400 Binary files /dev/null and b/data/train/S1E8_frame39900.jpg differ diff --git a/data/train/S1E8_frame39975.jpg b/data/train/S1E8_frame39975.jpg new file mode 100644 index 0000000..6da40c7 Binary files /dev/null and b/data/train/S1E8_frame39975.jpg differ diff --git a/data/train/S1E8_frame40100.jpg b/data/train/S1E8_frame40100.jpg new file mode 100644 index 0000000..4ab7060 Binary files /dev/null and b/data/train/S1E8_frame40100.jpg differ diff --git a/data/train/S1E8_frame40275.jpg b/data/train/S1E8_frame40275.jpg new file mode 100644 index 0000000..d9ffbf5 Binary files /dev/null and b/data/train/S1E8_frame40275.jpg differ diff --git a/data/train/S1E8_frame4050.jpg b/data/train/S1E8_frame4050.jpg new file mode 100644 index 0000000..c67154b Binary files /dev/null and b/data/train/S1E8_frame4050.jpg differ diff --git a/data/train/S1E8_frame41175.jpg b/data/train/S1E8_frame41175.jpg new file mode 100644 index 0000000..2cc9e45 Binary files /dev/null and b/data/train/S1E8_frame41175.jpg differ diff --git a/data/train/S1E8_frame4125.jpg b/data/train/S1E8_frame4125.jpg new file mode 100644 index 0000000..caec54c Binary files /dev/null and b/data/train/S1E8_frame4125.jpg differ diff --git a/data/train/S1E8_frame41875.jpg b/data/train/S1E8_frame41875.jpg new file mode 100644 index 0000000..b9f2881 Binary files /dev/null and b/data/train/S1E8_frame41875.jpg differ diff --git a/data/train/S1E8_frame42125.jpg b/data/train/S1E8_frame42125.jpg new file mode 100644 index 0000000..5f77913 Binary files /dev/null and b/data/train/S1E8_frame42125.jpg differ diff --git a/data/train/S1E8_frame42200.jpg b/data/train/S1E8_frame42200.jpg new file mode 100644 index 0000000..0dbc558 Binary files /dev/null and b/data/train/S1E8_frame42200.jpg differ diff --git a/data/train/S1E8_frame42325.jpg b/data/train/S1E8_frame42325.jpg new file mode 100644 index 0000000..dbb9a9a Binary files /dev/null and b/data/train/S1E8_frame42325.jpg differ diff --git a/data/train/S1E8_frame42425.jpg b/data/train/S1E8_frame42425.jpg new file mode 100644 index 0000000..04d631c Binary files /dev/null and b/data/train/S1E8_frame42425.jpg differ diff --git a/data/train/S1E8_frame42550.jpg b/data/train/S1E8_frame42550.jpg new file mode 100644 index 0000000..b0a2fda Binary files /dev/null and b/data/train/S1E8_frame42550.jpg differ diff --git a/data/train/S1E8_frame42600.jpg b/data/train/S1E8_frame42600.jpg new file mode 100644 index 0000000..5bbd287 Binary files /dev/null and b/data/train/S1E8_frame42600.jpg differ diff --git a/data/train/S1E8_frame42825.jpg b/data/train/S1E8_frame42825.jpg new file mode 100644 index 0000000..61f18cf Binary files /dev/null and b/data/train/S1E8_frame42825.jpg differ diff --git a/data/train/S1E8_frame42925.jpg b/data/train/S1E8_frame42925.jpg new file mode 100644 index 0000000..29fe6d7 Binary files /dev/null and b/data/train/S1E8_frame42925.jpg differ diff --git a/data/train/S1E8_frame43025.jpg b/data/train/S1E8_frame43025.jpg new file mode 100644 index 0000000..2d5a8a0 Binary files /dev/null and b/data/train/S1E8_frame43025.jpg differ diff --git a/data/train/S1E8_frame43050.jpg b/data/train/S1E8_frame43050.jpg new file mode 100644 index 0000000..86476b8 Binary files /dev/null and b/data/train/S1E8_frame43050.jpg differ diff --git a/data/train/S1E8_frame43150.jpg b/data/train/S1E8_frame43150.jpg new file mode 100644 index 0000000..b92ad89 Binary files /dev/null and b/data/train/S1E8_frame43150.jpg differ diff --git a/data/train/S1E8_frame43225.jpg b/data/train/S1E8_frame43225.jpg new file mode 100644 index 0000000..cce3db0 Binary files /dev/null and b/data/train/S1E8_frame43225.jpg differ diff --git a/data/train/S1E8_frame43275.jpg b/data/train/S1E8_frame43275.jpg new file mode 100644 index 0000000..f55437b Binary files /dev/null and b/data/train/S1E8_frame43275.jpg differ diff --git a/data/train/S1E8_frame43400.jpg b/data/train/S1E8_frame43400.jpg new file mode 100644 index 0000000..52fc42e Binary files /dev/null and b/data/train/S1E8_frame43400.jpg differ diff --git a/data/train/S1E8_frame43475.jpg b/data/train/S1E8_frame43475.jpg new file mode 100644 index 0000000..db8ac8c Binary files /dev/null and b/data/train/S1E8_frame43475.jpg differ diff --git a/data/train/S1E8_frame43550.jpg b/data/train/S1E8_frame43550.jpg new file mode 100644 index 0000000..e339f97 Binary files /dev/null and b/data/train/S1E8_frame43550.jpg differ diff --git a/data/train/S1E8_frame43725.jpg b/data/train/S1E8_frame43725.jpg new file mode 100644 index 0000000..6f0889e Binary files /dev/null and b/data/train/S1E8_frame43725.jpg differ diff --git a/data/train/S1E8_frame43775.jpg b/data/train/S1E8_frame43775.jpg new file mode 100644 index 0000000..488f645 Binary files /dev/null and b/data/train/S1E8_frame43775.jpg differ diff --git a/data/train/S1E8_frame44450.jpg b/data/train/S1E8_frame44450.jpg new file mode 100644 index 0000000..f1cfdfc Binary files /dev/null and b/data/train/S1E8_frame44450.jpg differ diff --git a/data/train/S1E8_frame44600.jpg b/data/train/S1E8_frame44600.jpg new file mode 100644 index 0000000..cfe8549 Binary files /dev/null and b/data/train/S1E8_frame44600.jpg differ diff --git a/data/train/S1E8_frame44700.jpg b/data/train/S1E8_frame44700.jpg new file mode 100644 index 0000000..0cfbf52 Binary files /dev/null and b/data/train/S1E8_frame44700.jpg differ diff --git a/data/train/S1E8_frame44725.jpg b/data/train/S1E8_frame44725.jpg new file mode 100644 index 0000000..6dcd965 Binary files /dev/null and b/data/train/S1E8_frame44725.jpg differ diff --git a/data/train/S1E8_frame44900.jpg b/data/train/S1E8_frame44900.jpg new file mode 100644 index 0000000..188aeb1 Binary files /dev/null and b/data/train/S1E8_frame44900.jpg differ diff --git a/data/train/S1E8_frame44950.jpg b/data/train/S1E8_frame44950.jpg new file mode 100644 index 0000000..46a5e44 Binary files /dev/null and b/data/train/S1E8_frame44950.jpg differ diff --git a/data/train/S1E8_frame4500.jpg b/data/train/S1E8_frame4500.jpg new file mode 100644 index 0000000..a95c99e Binary files /dev/null and b/data/train/S1E8_frame4500.jpg differ diff --git a/data/train/S1E8_frame45000.jpg b/data/train/S1E8_frame45000.jpg new file mode 100644 index 0000000..3ef6897 Binary files /dev/null and b/data/train/S1E8_frame45000.jpg differ diff --git a/data/train/S1E8_frame45125.jpg b/data/train/S1E8_frame45125.jpg new file mode 100644 index 0000000..4018289 Binary files /dev/null and b/data/train/S1E8_frame45125.jpg differ diff --git a/data/train/S1E8_frame45200.jpg b/data/train/S1E8_frame45200.jpg new file mode 100644 index 0000000..18191a0 Binary files /dev/null and b/data/train/S1E8_frame45200.jpg differ diff --git a/data/train/S1E8_frame45300.jpg b/data/train/S1E8_frame45300.jpg new file mode 100644 index 0000000..b1f8bbd Binary files /dev/null and b/data/train/S1E8_frame45300.jpg differ diff --git a/data/train/S1E8_frame45350.jpg b/data/train/S1E8_frame45350.jpg new file mode 100644 index 0000000..e46eba8 Binary files /dev/null and b/data/train/S1E8_frame45350.jpg differ diff --git a/data/train/S1E8_frame45450.jpg b/data/train/S1E8_frame45450.jpg new file mode 100644 index 0000000..dc118ee Binary files /dev/null and b/data/train/S1E8_frame45450.jpg differ diff --git a/data/train/S1E8_frame45575.jpg b/data/train/S1E8_frame45575.jpg new file mode 100644 index 0000000..6305f8b Binary files /dev/null and b/data/train/S1E8_frame45575.jpg differ diff --git a/data/train/S1E8_frame46550.jpg b/data/train/S1E8_frame46550.jpg new file mode 100644 index 0000000..5b57c46 Binary files /dev/null and b/data/train/S1E8_frame46550.jpg differ diff --git a/data/train/S1E8_frame46600.jpg b/data/train/S1E8_frame46600.jpg new file mode 100644 index 0000000..02b318e Binary files /dev/null and b/data/train/S1E8_frame46600.jpg differ diff --git a/data/train/S1E8_frame4675.jpg b/data/train/S1E8_frame4675.jpg new file mode 100644 index 0000000..1d9d2fa Binary files /dev/null and b/data/train/S1E8_frame4675.jpg differ diff --git a/data/train/S1E8_frame46800.jpg b/data/train/S1E8_frame46800.jpg new file mode 100644 index 0000000..8cc9087 Binary files /dev/null and b/data/train/S1E8_frame46800.jpg differ diff --git a/data/train/S1E8_frame47100.jpg b/data/train/S1E8_frame47100.jpg new file mode 100644 index 0000000..d32b6ca Binary files /dev/null and b/data/train/S1E8_frame47100.jpg differ diff --git a/data/train/S1E8_frame48300.jpg b/data/train/S1E8_frame48300.jpg new file mode 100644 index 0000000..81ddb1f Binary files /dev/null and b/data/train/S1E8_frame48300.jpg differ diff --git a/data/train/S1E8_frame4875.jpg b/data/train/S1E8_frame4875.jpg new file mode 100644 index 0000000..3f4438a Binary files /dev/null and b/data/train/S1E8_frame4875.jpg differ diff --git a/data/train/S1E8_frame49250.jpg b/data/train/S1E8_frame49250.jpg new file mode 100644 index 0000000..6fc57d4 Binary files /dev/null and b/data/train/S1E8_frame49250.jpg differ diff --git a/data/train/S1E8_frame49325.jpg b/data/train/S1E8_frame49325.jpg new file mode 100644 index 0000000..dc4d199 Binary files /dev/null and b/data/train/S1E8_frame49325.jpg differ diff --git a/data/train/S1E8_frame49375.jpg b/data/train/S1E8_frame49375.jpg new file mode 100644 index 0000000..33ed7d4 Binary files /dev/null and b/data/train/S1E8_frame49375.jpg differ diff --git a/data/train/S1E8_frame49525.jpg b/data/train/S1E8_frame49525.jpg new file mode 100644 index 0000000..3c3861b Binary files /dev/null and b/data/train/S1E8_frame49525.jpg differ diff --git a/data/train/S1E8_frame49675.jpg b/data/train/S1E8_frame49675.jpg new file mode 100644 index 0000000..0d5be5b Binary files /dev/null and b/data/train/S1E8_frame49675.jpg differ diff --git a/data/train/S1E8_frame49700.jpg b/data/train/S1E8_frame49700.jpg new file mode 100644 index 0000000..a4db069 Binary files /dev/null and b/data/train/S1E8_frame49700.jpg differ diff --git a/data/train/S1E8_frame5025.jpg b/data/train/S1E8_frame5025.jpg new file mode 100644 index 0000000..48a1b78 Binary files /dev/null and b/data/train/S1E8_frame5025.jpg differ diff --git a/data/train/S1E8_frame50675.jpg b/data/train/S1E8_frame50675.jpg new file mode 100644 index 0000000..d4f02d8 Binary files /dev/null and b/data/train/S1E8_frame50675.jpg differ diff --git a/data/train/S1E8_frame50900.jpg b/data/train/S1E8_frame50900.jpg new file mode 100644 index 0000000..4d25907 Binary files /dev/null and b/data/train/S1E8_frame50900.jpg differ diff --git a/data/train/S1E8_frame51050.jpg b/data/train/S1E8_frame51050.jpg new file mode 100644 index 0000000..253a38a Binary files /dev/null and b/data/train/S1E8_frame51050.jpg differ diff --git a/data/train/S1E8_frame51150.jpg b/data/train/S1E8_frame51150.jpg new file mode 100644 index 0000000..2985445 Binary files /dev/null and b/data/train/S1E8_frame51150.jpg differ diff --git a/data/train/S1E8_frame51350.jpg b/data/train/S1E8_frame51350.jpg new file mode 100644 index 0000000..3e16b41 Binary files /dev/null and b/data/train/S1E8_frame51350.jpg differ diff --git a/data/train/S1E8_frame51525.jpg b/data/train/S1E8_frame51525.jpg new file mode 100644 index 0000000..7b2228d Binary files /dev/null and b/data/train/S1E8_frame51525.jpg differ diff --git a/data/train/S1E8_frame51600.jpg b/data/train/S1E8_frame51600.jpg new file mode 100644 index 0000000..cf26ea2 Binary files /dev/null and b/data/train/S1E8_frame51600.jpg differ diff --git a/data/train/S1E8_frame51650.jpg b/data/train/S1E8_frame51650.jpg new file mode 100644 index 0000000..539ea64 Binary files /dev/null and b/data/train/S1E8_frame51650.jpg differ diff --git a/data/train/S1E8_frame51700.jpg b/data/train/S1E8_frame51700.jpg new file mode 100644 index 0000000..89d2fe9 Binary files /dev/null and b/data/train/S1E8_frame51700.jpg differ diff --git a/data/train/S1E8_frame5175.jpg b/data/train/S1E8_frame5175.jpg new file mode 100644 index 0000000..9cbb9c3 Binary files /dev/null and b/data/train/S1E8_frame5175.jpg differ diff --git a/data/train/S1E8_frame52075.jpg b/data/train/S1E8_frame52075.jpg new file mode 100644 index 0000000..f568e7d Binary files /dev/null and b/data/train/S1E8_frame52075.jpg differ diff --git a/data/train/S1E8_frame52125.jpg b/data/train/S1E8_frame52125.jpg new file mode 100644 index 0000000..f271ee3 Binary files /dev/null and b/data/train/S1E8_frame52125.jpg differ diff --git a/data/train/S1E8_frame52175.jpg b/data/train/S1E8_frame52175.jpg new file mode 100644 index 0000000..c6f27b2 Binary files /dev/null and b/data/train/S1E8_frame52175.jpg differ diff --git a/data/train/S1E8_frame52225.jpg b/data/train/S1E8_frame52225.jpg new file mode 100644 index 0000000..c866913 Binary files /dev/null and b/data/train/S1E8_frame52225.jpg differ diff --git a/data/train/S1E8_frame52250.jpg b/data/train/S1E8_frame52250.jpg new file mode 100644 index 0000000..6877855 Binary files /dev/null and b/data/train/S1E8_frame52250.jpg differ diff --git a/data/train/S1E8_frame52375.jpg b/data/train/S1E8_frame52375.jpg new file mode 100644 index 0000000..f67dec5 Binary files /dev/null and b/data/train/S1E8_frame52375.jpg differ diff --git a/data/train/S1E8_frame52425.jpg b/data/train/S1E8_frame52425.jpg new file mode 100644 index 0000000..f111559 Binary files /dev/null and b/data/train/S1E8_frame52425.jpg differ diff --git a/data/train/S1E8_frame52475.jpg b/data/train/S1E8_frame52475.jpg new file mode 100644 index 0000000..49d24df Binary files /dev/null and b/data/train/S1E8_frame52475.jpg differ diff --git a/data/train/S1E8_frame52775.jpg b/data/train/S1E8_frame52775.jpg new file mode 100644 index 0000000..bb47057 Binary files /dev/null and b/data/train/S1E8_frame52775.jpg differ diff --git a/data/train/S1E8_frame52850.jpg b/data/train/S1E8_frame52850.jpg new file mode 100644 index 0000000..4a19faf Binary files /dev/null and b/data/train/S1E8_frame52850.jpg differ diff --git a/data/train/S1E8_frame52875.jpg b/data/train/S1E8_frame52875.jpg new file mode 100644 index 0000000..2411c07 Binary files /dev/null and b/data/train/S1E8_frame52875.jpg differ diff --git a/data/train/S1E8_frame52900.jpg b/data/train/S1E8_frame52900.jpg new file mode 100644 index 0000000..a343aa1 Binary files /dev/null and b/data/train/S1E8_frame52900.jpg differ diff --git a/data/train/S1E8_frame53025.jpg b/data/train/S1E8_frame53025.jpg new file mode 100644 index 0000000..3f4cd63 Binary files /dev/null and b/data/train/S1E8_frame53025.jpg differ diff --git a/data/train/S1E8_frame53100.jpg b/data/train/S1E8_frame53100.jpg new file mode 100644 index 0000000..75027b6 Binary files /dev/null and b/data/train/S1E8_frame53100.jpg differ diff --git a/data/train/S1E8_frame53150.jpg b/data/train/S1E8_frame53150.jpg new file mode 100644 index 0000000..22e63d7 Binary files /dev/null and b/data/train/S1E8_frame53150.jpg differ diff --git a/data/train/S1E8_frame53225.jpg b/data/train/S1E8_frame53225.jpg new file mode 100644 index 0000000..ab264dc Binary files /dev/null and b/data/train/S1E8_frame53225.jpg differ diff --git a/data/train/S1E8_frame53375.jpg b/data/train/S1E8_frame53375.jpg new file mode 100644 index 0000000..626a969 Binary files /dev/null and b/data/train/S1E8_frame53375.jpg differ diff --git a/data/train/S1E8_frame5625.jpg b/data/train/S1E8_frame5625.jpg new file mode 100644 index 0000000..d5b1690 Binary files /dev/null and b/data/train/S1E8_frame5625.jpg differ diff --git a/data/train/S1E8_frame5725.jpg b/data/train/S1E8_frame5725.jpg new file mode 100644 index 0000000..fb3aed7 Binary files /dev/null and b/data/train/S1E8_frame5725.jpg differ diff --git a/data/train/S1E8_frame59325.jpg b/data/train/S1E8_frame59325.jpg new file mode 100644 index 0000000..913a00f Binary files /dev/null and b/data/train/S1E8_frame59325.jpg differ diff --git a/data/train/S1E8_frame59375.jpg b/data/train/S1E8_frame59375.jpg new file mode 100644 index 0000000..9f91d36 Binary files /dev/null and b/data/train/S1E8_frame59375.jpg differ diff --git a/data/train/S1E8_frame59875.jpg b/data/train/S1E8_frame59875.jpg new file mode 100644 index 0000000..834f9f0 Binary files /dev/null and b/data/train/S1E8_frame59875.jpg differ diff --git a/data/train/S1E8_frame60175.jpg b/data/train/S1E8_frame60175.jpg new file mode 100644 index 0000000..c492bda Binary files /dev/null and b/data/train/S1E8_frame60175.jpg differ diff --git a/data/train/S1E8_frame60225.jpg b/data/train/S1E8_frame60225.jpg new file mode 100644 index 0000000..a1c6f3a Binary files /dev/null and b/data/train/S1E8_frame60225.jpg differ diff --git a/data/train/S1E8_frame60275.jpg b/data/train/S1E8_frame60275.jpg new file mode 100644 index 0000000..6724c2e Binary files /dev/null and b/data/train/S1E8_frame60275.jpg differ diff --git a/data/train/S1E8_frame60400.jpg b/data/train/S1E8_frame60400.jpg new file mode 100644 index 0000000..48623fb Binary files /dev/null and b/data/train/S1E8_frame60400.jpg differ diff --git a/data/train/S1E8_frame60575.jpg b/data/train/S1E8_frame60575.jpg new file mode 100644 index 0000000..4d74ca7 Binary files /dev/null and b/data/train/S1E8_frame60575.jpg differ diff --git a/data/train/S1E8_frame60650.jpg b/data/train/S1E8_frame60650.jpg new file mode 100644 index 0000000..9a8f4ed Binary files /dev/null and b/data/train/S1E8_frame60650.jpg differ diff --git a/data/train/S1E8_frame60700.jpg b/data/train/S1E8_frame60700.jpg new file mode 100644 index 0000000..587e9b8 Binary files /dev/null and b/data/train/S1E8_frame60700.jpg differ diff --git a/data/train/S1E8_frame60825.jpg b/data/train/S1E8_frame60825.jpg new file mode 100644 index 0000000..38e4995 Binary files /dev/null and b/data/train/S1E8_frame60825.jpg differ diff --git a/data/train/S1E9_frame15025.jpg b/data/train/S1E9_frame15025.jpg new file mode 100644 index 0000000..2e63dce Binary files /dev/null and b/data/train/S1E9_frame15025.jpg differ diff --git a/data/train/S1E9_frame15100.jpg b/data/train/S1E9_frame15100.jpg new file mode 100644 index 0000000..ed8a333 Binary files /dev/null and b/data/train/S1E9_frame15100.jpg differ diff --git a/data/train/S1E9_frame15200.jpg b/data/train/S1E9_frame15200.jpg new file mode 100644 index 0000000..5564290 Binary files /dev/null and b/data/train/S1E9_frame15200.jpg differ diff --git a/data/train/S1E9_frame15375.jpg b/data/train/S1E9_frame15375.jpg new file mode 100644 index 0000000..8fe6849 Binary files /dev/null and b/data/train/S1E9_frame15375.jpg differ diff --git a/data/train/S1E9_frame17100.jpg b/data/train/S1E9_frame17100.jpg new file mode 100644 index 0000000..df0904b Binary files /dev/null and b/data/train/S1E9_frame17100.jpg differ diff --git a/data/train/S1E9_frame17150.jpg b/data/train/S1E9_frame17150.jpg new file mode 100644 index 0000000..bef82aa Binary files /dev/null and b/data/train/S1E9_frame17150.jpg differ diff --git a/data/train/S1E9_frame17225.jpg b/data/train/S1E9_frame17225.jpg new file mode 100644 index 0000000..7d322c2 Binary files /dev/null and b/data/train/S1E9_frame17225.jpg differ diff --git a/data/train/S1E9_frame17350.jpg b/data/train/S1E9_frame17350.jpg new file mode 100644 index 0000000..afb1c59 Binary files /dev/null and b/data/train/S1E9_frame17350.jpg differ diff --git a/data/train/S1E9_frame17375.jpg b/data/train/S1E9_frame17375.jpg new file mode 100644 index 0000000..d035558 Binary files /dev/null and b/data/train/S1E9_frame17375.jpg differ diff --git a/data/train/S1E9_frame17450.jpg b/data/train/S1E9_frame17450.jpg new file mode 100644 index 0000000..528629c Binary files /dev/null and b/data/train/S1E9_frame17450.jpg differ diff --git a/data/train/S1E9_frame17525.jpg b/data/train/S1E9_frame17525.jpg new file mode 100644 index 0000000..4f1e950 Binary files /dev/null and b/data/train/S1E9_frame17525.jpg differ diff --git a/data/train/S1E9_frame17600.jpg b/data/train/S1E9_frame17600.jpg new file mode 100644 index 0000000..b5d32dd Binary files /dev/null and b/data/train/S1E9_frame17600.jpg differ diff --git a/data/train/S1E9_frame17700.jpg b/data/train/S1E9_frame17700.jpg new file mode 100644 index 0000000..bdf5791 Binary files /dev/null and b/data/train/S1E9_frame17700.jpg differ diff --git a/data/train/S1E9_frame19725.jpg b/data/train/S1E9_frame19725.jpg new file mode 100644 index 0000000..bef5fa5 Binary files /dev/null and b/data/train/S1E9_frame19725.jpg differ diff --git a/data/train/S1E9_frame19750.jpg b/data/train/S1E9_frame19750.jpg new file mode 100644 index 0000000..9a2d61a Binary files /dev/null and b/data/train/S1E9_frame19750.jpg differ diff --git a/data/train/S1E9_frame19800.jpg b/data/train/S1E9_frame19800.jpg new file mode 100644 index 0000000..04651e2 Binary files /dev/null and b/data/train/S1E9_frame19800.jpg differ diff --git a/data/train/S1E9_frame19900.jpg b/data/train/S1E9_frame19900.jpg new file mode 100644 index 0000000..362fa09 Binary files /dev/null and b/data/train/S1E9_frame19900.jpg differ diff --git a/data/train/S1E9_frame20075.jpg b/data/train/S1E9_frame20075.jpg new file mode 100644 index 0000000..d6ce989 Binary files /dev/null and b/data/train/S1E9_frame20075.jpg differ diff --git a/data/train/S1E9_frame9825.jpg b/data/train/S1E9_frame9825.jpg new file mode 100644 index 0000000..a2a2432 Binary files /dev/null and b/data/train/S1E9_frame9825.jpg differ diff --git a/data/train/S1E9_frame9925.jpg b/data/train/S1E9_frame9925.jpg new file mode 100644 index 0000000..0e72f51 Binary files /dev/null and b/data/train/S1E9_frame9925.jpg differ diff --git a/data/train/frame15000.jpg b/data/train/frame15000.jpg new file mode 100644 index 0000000..9617be3 Binary files /dev/null and b/data/train/frame15000.jpg differ diff --git a/data/train/frame15025.jpg b/data/train/frame15025.jpg new file mode 100644 index 0000000..a397512 Binary files /dev/null and b/data/train/frame15025.jpg differ diff --git a/data/train/frame15075.jpg b/data/train/frame15075.jpg new file mode 100644 index 0000000..c52d06d Binary files /dev/null and b/data/train/frame15075.jpg differ diff --git a/data/train/frame15100.jpg b/data/train/frame15100.jpg new file mode 100644 index 0000000..d174e6e Binary files /dev/null and b/data/train/frame15100.jpg differ diff --git a/data/train/frame15125.jpg b/data/train/frame15125.jpg new file mode 100644 index 0000000..5ddd585 Binary files /dev/null and b/data/train/frame15125.jpg differ diff --git a/data/train/frame15150.jpg b/data/train/frame15150.jpg new file mode 100644 index 0000000..f625fd8 Binary files /dev/null and b/data/train/frame15150.jpg differ diff --git a/data/train/frame15250.jpg b/data/train/frame15250.jpg new file mode 100644 index 0000000..e4c9499 Binary files /dev/null and b/data/train/frame15250.jpg differ diff --git a/data/train/frame15275.jpg b/data/train/frame15275.jpg new file mode 100644 index 0000000..ebde45c Binary files /dev/null and b/data/train/frame15275.jpg differ diff --git a/data/train/frame15350.jpg b/data/train/frame15350.jpg new file mode 100644 index 0000000..dd2057c Binary files /dev/null and b/data/train/frame15350.jpg differ diff --git a/data/train/frame15375.jpg b/data/train/frame15375.jpg new file mode 100644 index 0000000..5dfdaac Binary files /dev/null and b/data/train/frame15375.jpg differ diff --git a/data/train/frame15450.jpg b/data/train/frame15450.jpg new file mode 100644 index 0000000..b755eda Binary files /dev/null and b/data/train/frame15450.jpg differ diff --git a/data/train/frame15475.jpg b/data/train/frame15475.jpg new file mode 100644 index 0000000..7678ced Binary files /dev/null and b/data/train/frame15475.jpg differ diff --git a/data/train/frame15500.jpg b/data/train/frame15500.jpg new file mode 100644 index 0000000..2bf22dd Binary files /dev/null and b/data/train/frame15500.jpg differ diff --git a/data/train/frame15525.jpg b/data/train/frame15525.jpg new file mode 100644 index 0000000..dfb684b Binary files /dev/null and b/data/train/frame15525.jpg differ diff --git a/data/train/frame15550.jpg b/data/train/frame15550.jpg new file mode 100644 index 0000000..8615678 Binary files /dev/null and b/data/train/frame15550.jpg differ diff --git a/data/train/frame15575.jpg b/data/train/frame15575.jpg new file mode 100644 index 0000000..3335d51 Binary files /dev/null and b/data/train/frame15575.jpg differ diff --git a/data/train/frame15600.jpg b/data/train/frame15600.jpg new file mode 100644 index 0000000..ebc230a Binary files /dev/null and b/data/train/frame15600.jpg differ diff --git a/data/train/frame15625.jpg b/data/train/frame15625.jpg new file mode 100644 index 0000000..695887b Binary files /dev/null and b/data/train/frame15625.jpg differ diff --git a/data/train/frame15675.jpg b/data/train/frame15675.jpg new file mode 100644 index 0000000..bc276f0 Binary files /dev/null and b/data/train/frame15675.jpg differ diff --git a/data/train/frame15700.jpg b/data/train/frame15700.jpg new file mode 100644 index 0000000..c41e751 Binary files /dev/null and b/data/train/frame15700.jpg differ diff --git a/data/train/frame15775.jpg b/data/train/frame15775.jpg new file mode 100644 index 0000000..027ebe0 Binary files /dev/null and b/data/train/frame15775.jpg differ diff --git a/data/train/frame15825.jpg b/data/train/frame15825.jpg new file mode 100644 index 0000000..640b1af Binary files /dev/null and b/data/train/frame15825.jpg differ diff --git a/data/train/frame15850.jpg b/data/train/frame15850.jpg new file mode 100644 index 0000000..e40aa60 Binary files /dev/null and b/data/train/frame15850.jpg differ diff --git a/data/train/frame15875.jpg b/data/train/frame15875.jpg new file mode 100644 index 0000000..b6787a4 Binary files /dev/null and b/data/train/frame15875.jpg differ diff --git a/data/train/frame15925.jpg b/data/train/frame15925.jpg new file mode 100644 index 0000000..9bc669a Binary files /dev/null and b/data/train/frame15925.jpg differ diff --git a/data/train/frame15950.jpg b/data/train/frame15950.jpg new file mode 100644 index 0000000..4c58df4 Binary files /dev/null and b/data/train/frame15950.jpg differ diff --git a/data/train/frame15975.jpg b/data/train/frame15975.jpg new file mode 100644 index 0000000..39feda4 Binary files /dev/null and b/data/train/frame15975.jpg differ diff --git a/data/train/frame16000.jpg b/data/train/frame16000.jpg new file mode 100644 index 0000000..71e05be Binary files /dev/null and b/data/train/frame16000.jpg differ diff --git a/data/train/frame17225.jpg b/data/train/frame17225.jpg new file mode 100644 index 0000000..bad0c2e Binary files /dev/null and b/data/train/frame17225.jpg differ diff --git a/data/train/frame17250.jpg b/data/train/frame17250.jpg new file mode 100644 index 0000000..25e6d9c Binary files /dev/null and b/data/train/frame17250.jpg differ diff --git a/data/train/frame61500.jpg b/data/train/frame61500.jpg new file mode 100644 index 0000000..11b9a37 Binary files /dev/null and b/data/train/frame61500.jpg differ diff --git a/data/train/frame61525.jpg b/data/train/frame61525.jpg new file mode 100644 index 0000000..a5f3239 Binary files /dev/null and b/data/train/frame61525.jpg differ diff --git a/data/train/frame61550.jpg b/data/train/frame61550.jpg new file mode 100644 index 0000000..0f5bb52 Binary files /dev/null and b/data/train/frame61550.jpg differ diff --git a/data/train/frame61625.jpg b/data/train/frame61625.jpg new file mode 100644 index 0000000..2adf96a Binary files /dev/null and b/data/train/frame61625.jpg differ diff --git a/data/train/frame61650.jpg b/data/train/frame61650.jpg new file mode 100644 index 0000000..617b945 Binary files /dev/null and b/data/train/frame61650.jpg differ diff --git a/data/train/frame61675.jpg b/data/train/frame61675.jpg new file mode 100644 index 0000000..c094593 Binary files /dev/null and b/data/train/frame61675.jpg differ diff --git a/data/train/frame61700.jpg b/data/train/frame61700.jpg new file mode 100644 index 0000000..cdca38e Binary files /dev/null and b/data/train/frame61700.jpg differ diff --git a/data/train/frame61775.jpg b/data/train/frame61775.jpg new file mode 100644 index 0000000..fb87f72 Binary files /dev/null and b/data/train/frame61775.jpg differ diff --git a/data/train/frame61800.jpg b/data/train/frame61800.jpg new file mode 100644 index 0000000..e912f1d Binary files /dev/null and b/data/train/frame61800.jpg differ diff --git a/data/train/frame61825.jpg b/data/train/frame61825.jpg new file mode 100644 index 0000000..1c85e7b Binary files /dev/null and b/data/train/frame61825.jpg differ diff --git a/data/train/frame61850.jpg b/data/train/frame61850.jpg new file mode 100644 index 0000000..a029e44 Binary files /dev/null and b/data/train/frame61850.jpg differ diff --git a/data/train/gt_S1E1_frame10050.txt b/data/train/gt_S1E1_frame10050.txt new file mode 100644 index 0000000..64336da --- /dev/null +++ b/data/train/gt_S1E1_frame10050.txt @@ -0,0 +1,7 @@ +663, 907, 663, 965, 939, 965, 939, 907, everything +795, 830, 795, 887, 915, 887, 915, 830, He's +1092, 904, 1092, 965, 1263, 965, 1263, 904, name. +921, 830, 921, 884, 1086, 884, 1086, 830, going +678, 837, 678, 891, 786, 891, 786, 837, Yes. +984, 911, 984, 972, 1104, 972, 1104, 911, my +1137, 826, 1137, 897, 1251, 897, 1251, 826, put diff --git a/data/train/gt_S1E1_frame10150.txt b/data/train/gt_S1E1_frame10150.txt new file mode 100644 index 0000000..696fe2d --- /dev/null +++ b/data/train/gt_S1E1_frame10150.txt @@ -0,0 +1,4 @@ +1008, 911, 1008, 968, 1188, 968, 1188, 911, going +774, 830, 774, 887, 927, 887, 927, 830, Alain, +942, 823, 942, 884, 1134, 884, 1134, 823, darling, +639, 904, 639, 961, 741, 961, 741, 904, tell diff --git a/data/train/gt_S1E1_frame10325.txt b/data/train/gt_S1E1_frame10325.txt new file mode 100644 index 0000000..ae50533 --- /dev/null +++ b/data/train/gt_S1E1_frame10325.txt @@ -0,0 +1 @@ +825, 907, 825, 965, 1095, 965, 1095, 907, Charlotte... diff --git a/data/train/gt_S1E1_frame11125.txt b/data/train/gt_S1E1_frame11125.txt new file mode 100644 index 0000000..0bd4ff7 --- /dev/null +++ b/data/train/gt_S1E1_frame11125.txt @@ -0,0 +1,10 @@ +666, 904, 666, 958, 837, 958, 837, 904, rights +1164, 914, 1164, 965, 1383, 965, 1383, 914, citizens, +957, 907, 957, 965, 1161, 965, 1161, 907, French +1206, 833, 1206, 887, 1347, 887, 1347, 833, have +558, 833, 558, 894, 696, 894, 696, 833, who +831, 907, 831, 958, 972, 958, 972, 907, than +831, 826, 831, 891, 1140, 891, 1140, 826, immigrants +699, 833, 699, 884, 831, 884, 831, 833, want +522, 911, 522, 968, 687, 968, 687, 911, more +1143, 837, 1143, 894, 1224, 894, 1224, 837, to diff --git a/data/train/gt_S1E1_frame11350.txt b/data/train/gt_S1E1_frame11350.txt new file mode 100644 index 0000000..abf93e2 --- /dev/null +++ b/data/train/gt_S1E1_frame11350.txt @@ -0,0 +1,5 @@ +930, 904, 930, 955, 1272, 955, 1272, 904, appearance. +753, 904, 753, 958, 942, 958, 942, 904, public +720, 830, 720, 887, 873, 887, 873, 830, Marie +882, 823, 882, 880, 1218, 880, 1218, 823, Villeneuve's +657, 911, 657, 965, 756, 965, 756, 911, last diff --git a/data/train/gt_S1E1_frame11375.txt b/data/train/gt_S1E1_frame11375.txt new file mode 100644 index 0000000..05bfa70 --- /dev/null +++ b/data/train/gt_S1E1_frame11375.txt @@ -0,0 +1,5 @@ +933, 904, 933, 955, 1269, 955, 1269, 904, appearance. +759, 904, 759, 958, 945, 958, 945, 904, public +885, 823, 885, 880, 1218, 880, 1218, 823, Villeneuve's +720, 830, 720, 887, 867, 887, 867, 830, Marie +657, 907, 657, 961, 750, 961, 750, 907, last diff --git a/data/train/gt_S1E1_frame11625.txt b/data/train/gt_S1E1_frame11625.txt new file mode 100644 index 0000000..2eb7f91 --- /dev/null +++ b/data/train/gt_S1E1_frame11625.txt @@ -0,0 +1,7 @@ +1137, 826, 1137, 887, 1392, 887, 1392, 826, midpoint +645, 833, 645, 887, 825, 887, 825, 833, placed +981, 833, 981, 884, 1140, 884, 1140, 833, exact +906, 830, 906, 884, 1002, 884, 1002, 830, the +861, 907, 861, 965, 1185, 965, 1185, 907, Eurotunnel. +528, 840, 528, 887, 645, 887, 645, 840, and +753, 904, 753, 961, 903, 961, 903, 904, the diff --git a/data/train/gt_S1E1_frame11675.txt b/data/train/gt_S1E1_frame11675.txt new file mode 100644 index 0000000..0e670fa --- /dev/null +++ b/data/train/gt_S1E1_frame11675.txt @@ -0,0 +1,7 @@ +1146, 826, 1146, 887, 1389, 887, 1389, 826, midpoint +648, 826, 648, 884, 840, 884, 840, 826, placed. +903, 833, 903, 884, 1002, 884, 1002, 833, the +984, 837, 984, 884, 1146, 884, 1146, 837, exact +528, 833, 528, 887, 642, 887, 642, 833, and +867, 911, 867, 961, 1185, 961, 1185, 911, Eurotunnel. +747, 904, 747, 961, 894, 961, 894, 904, of the diff --git a/data/train/gt_S1E1_frame11725.txt b/data/train/gt_S1E1_frame11725.txt new file mode 100644 index 0000000..f0a861b --- /dev/null +++ b/data/train/gt_S1E1_frame11725.txt @@ -0,0 +1,9 @@ +948, 833, 948, 887, 1167, 887, 1167, 833, entered +1158, 833, 1158, 884, 1269, 884, 1269, 833, the +1260, 826, 1260, 884, 1461, 884, 1461, 826, French +663, 907, 663, 961, 900, 961, 900, 907, 9:00pm +906, 914, 906, 958, 1002, 958, 1002, 914, and +1092, 904, 1092, 965, 1422, 965, 1422, 904, at 10:10pm. +516, 826, 516, 884, 876, 884, 876, 826, maintenance +507, 911, 507, 958, 636, 958, 636, 911, side +846, 833, 846, 887, 978, 887, 978, 833, car diff --git a/data/train/gt_S1E1_frame11825.txt b/data/train/gt_S1E1_frame11825.txt new file mode 100644 index 0000000..936feda --- /dev/null +++ b/data/train/gt_S1E1_frame11825.txt @@ -0,0 +1,4 @@ +930, 901, 930, 968, 1296, 968, 1296, 901, disappeared. +624, 904, 624, 961, 744, 961, 744, 904, That +852, 911, 852, 961, 945, 961, 945, 911, has +756, 907, 756, 958, 849, 958, 849, 907, car diff --git a/data/train/gt_S1E1_frame11875.txt b/data/train/gt_S1E1_frame11875.txt new file mode 100644 index 0000000..d4d2e1b --- /dev/null +++ b/data/train/gt_S1E1_frame11875.txt @@ -0,0 +1,6 @@ +849, 907, 849, 961, 1164, 961, 1164, 907, Wisniewski. +1068, 833, 1068, 884, 1245, 884, 1245, 833, driver, +972, 830, 972, 884, 1074, 884, 1074, 830, the +660, 816, 660, 887, 849, 887, 849, 816, And so +861, 837, 861, 887, 975, 887, 975, 837, has +741, 904, 741, 961, 849, 961, 849, 904, Luc diff --git a/data/train/gt_S1E1_frame11950.txt b/data/train/gt_S1E1_frame11950.txt new file mode 100644 index 0000000..4696d6e --- /dev/null +++ b/data/train/gt_S1E1_frame11950.txt @@ -0,0 +1,10 @@ +1158, 911, 1158, 961, 1419, 961, 1419, 911, ID system. +942, 833, 942, 884, 1095, 884, 1095, 833, enter +864, 901, 864, 951, 1182, 951, 1182, 901, fingerprint +1188, 833, 1188, 887, 1398, 887, 1398, 833, service +1074, 833, 1074, 884, 1188, 884, 1188, 833, the +501, 907, 501, 958, 663, 958, 663, 907, tunnel +642, 837, 642, 887, 759, 887, 759, 837, only +768, 837, 768, 887, 873, 887, 873, 837, way +537, 833, 537, 891, 636, 891, 636, 833, The +879, 840, 879, 891, 963, 891, 963, 840, to diff --git a/data/train/gt_S1E1_frame12025.txt b/data/train/gt_S1E1_frame12025.txt new file mode 100644 index 0000000..7fea0ad --- /dev/null +++ b/data/train/gt_S1E1_frame12025.txt @@ -0,0 +1,5 @@ +921, 833, 921, 884, 1035, 884, 1035, 833, that +1032, 826, 1032, 884, 1317, 884, 1317, 826, registered. +786, 830, 786, 884, 915, 884, 915, 830, print +597, 901, 597, 958, 804, 958, 804, 901, CCTV? +678, 830, 678, 891, 789, 891, 789, 830, his \ No newline at end of file diff --git a/data/train/gt_S1E1_frame12050.txt b/data/train/gt_S1E1_frame12050.txt new file mode 100644 index 0000000..f8528c3 --- /dev/null +++ b/data/train/gt_S1E1_frame12050.txt @@ -0,0 +1,6 @@ +1029, 823, 1029, 884, 1317, 884, 1317, 823, registered. +921, 833, 921, 884, 1032, 884, 1032, 833, that +780, 833, 780, 887, 921, 887, 921, 833, print +684, 830, 684, 891, 789, 891, 789, 830, his +588, 826, 588, 887, 687, 887, 687, 826, It's +597, 901, 597, 961, 804, 961, 804, 901, CCTV? diff --git a/data/train/gt_S1E1_frame12125.txt b/data/train/gt_S1E1_frame12125.txt new file mode 100644 index 0000000..9353555 --- /dev/null +++ b/data/train/gt_S1E1_frame12125.txt @@ -0,0 +1,6 @@ +972, 914, 972, 961, 1137, 961, 1137, 914, much +885, 914, 885, 961, 990, 961, 990, 914, not +699, 907, 699, 961, 882, 961, 882, 907, there's +969, 826, 969, 887, 1233, 887, 1233, 826, entrance. +690, 823, 690, 891, 849, 891, 849, 823, Only at +882, 826, 882, 887, 999, 887, 999, 826, the \ No newline at end of file diff --git a/data/train/gt_S1E1_frame12225.txt b/data/train/gt_S1E1_frame12225.txt new file mode 100644 index 0000000..41d9b82 --- /dev/null +++ b/data/train/gt_S1E1_frame12225.txt @@ -0,0 +1,2 @@ +801, 907, 801, 968, 1128, 968, 1128, 907, disembowel +1110, 907, 1110, 965, 1257, 965, 1257, 907, her? diff --git a/data/train/gt_S1E1_frame12275.txt b/data/train/gt_S1E1_frame12275.txt new file mode 100644 index 0000000..cf7a126 --- /dev/null +++ b/data/train/gt_S1E1_frame12275.txt @@ -0,0 +1,4 @@ +648, 907, 648, 968, 834, 968, 834, 907, Maybe +912, 914, 912, 958, 1032, 958, 1032, 914, gets +1041, 914, 1041, 961, 1215, 961, 1215, 914, off on +828, 911, 828, 958, 933, 958, 933, 911, he diff --git a/data/train/gt_S1E1_frame12300.txt b/data/train/gt_S1E1_frame12300.txt new file mode 100644 index 0000000..9113c0b --- /dev/null +++ b/data/train/gt_S1E1_frame12300.txt @@ -0,0 +1,2 @@ +1059, 921, 1059, 965, 1161, 965, 1161, 921, so. +855, 907, 855, 961, 1074, 961, 1074, 907, think diff --git a/data/train/gt_S1E1_frame12350.txt b/data/train/gt_S1E1_frame12350.txt new file mode 100644 index 0000000..2ee32da --- /dev/null +++ b/data/train/gt_S1E1_frame12350.txt @@ -0,0 +1,2 @@ +921, 904, 921, 968, 1164, 968, 1164, 904, practical. +765, 914, 765, 965, 912, 965, 912, 914, It was diff --git a/data/train/gt_S1E1_frame12375.txt b/data/train/gt_S1E1_frame12375.txt new file mode 100644 index 0000000..b765e5a --- /dev/null +++ b/data/train/gt_S1E1_frame12375.txt @@ -0,0 +1,7 @@ +975, 911, 975, 961, 1209, 961, 1209, 911, arrange +846, 826, 846, 891, 1059, 891, 1059, 826, easier +885, 907, 885, 961, 1008, 961, 1008, 907, and +657, 826, 657, 887, 822, 887, 822, 826, make +1089, 830, 1089, 887, 1353, 887, 1353, 830, transport +636, 904, 636, 965, 747, 965, 747, 904, the +579, 833, 579, 894, 666, 894, 666, 833, To diff --git a/data/train/gt_S1E1_frame12450.txt b/data/train/gt_S1E1_frame12450.txt new file mode 100644 index 0000000..23aace6 --- /dev/null +++ b/data/train/gt_S1E1_frame12450.txt @@ -0,0 +1,5 @@ +1080, 904, 1080, 961, 1263, 961, 1263, 904, spilled +777, 904, 777, 958, 957, 958, 957, 904, would +642, 904, 642, 958, 771, 958, 771, 904, guts +531, 907, 531, 965, 657, 965, 657, 907, Her +945, 911, 945, 961, 1092, 961, 1092, 911, have diff --git a/data/train/gt_S1E1_frame12775.txt b/data/train/gt_S1E1_frame12775.txt new file mode 100644 index 0000000..082d694 --- /dev/null +++ b/data/train/gt_S1E1_frame12775.txt @@ -0,0 +1,2 @@ +948, 904, 948, 965, 1191, 965, 1191, 904, problem. +816, 901, 816, 958, 942, 958, 942, 901, it’s a diff --git a/data/train/gt_S1E1_frame15850.txt b/data/train/gt_S1E1_frame15850.txt new file mode 100644 index 0000000..41f9b28 --- /dev/null +++ b/data/train/gt_S1E1_frame15850.txt @@ -0,0 +1,3 @@ +744, 897, 744, 961, 987, 961, 987, 897, I started +594, 904, 594, 975, 750, 975, 750, 904, Sorry, +984, 904, 984, 968, 1335, 968, 1335, 904, without you. diff --git a/data/train/gt_S1E1_frame16050.txt b/data/train/gt_S1E1_frame16050.txt new file mode 100644 index 0000000..0855ceb --- /dev/null +++ b/data/train/gt_S1E1_frame16050.txt @@ -0,0 +1,3 @@ +1080, 901, 1080, 961, 1233, 961, 1233, 901, look? +681, 904, 681, 958, 891, 958, 891, 904, Want to +903, 904, 903, 958, 1038, 958, 1038, 904, take diff --git a/data/train/gt_S1E1_frame16100.txt b/data/train/gt_S1E1_frame16100.txt new file mode 100644 index 0000000..81793c0 --- /dev/null +++ b/data/train/gt_S1E1_frame16100.txt @@ -0,0 +1,3 @@ +837, 901, 837, 968, 1122, 968, 1122, 901, interesting +1122, 911, 1122, 961, 1257, 961, 1257, 911, case. +660, 907, 660, 968, 822, 968, 822, 907, It’s an diff --git a/data/train/gt_S1E1_frame16200.txt b/data/train/gt_S1E1_frame16200.txt new file mode 100644 index 0000000..0f2beb0 --- /dev/null +++ b/data/train/gt_S1E1_frame16200.txt @@ -0,0 +1,5 @@ +1074, 911, 1074, 961, 1257, 961, 1257, 911, taught +831, 911, 831, 961, 975, 961, 975, 911, what +1248, 914, 1248, 961, 1380, 961, 1380, 914, you. +978, 911, 978, 965, 1080, 965, 1080, 911, I've +540, 907, 540, 968, 831, 968, 831, 907, Remember diff --git a/data/train/gt_S1E1_frame16350.txt b/data/train/gt_S1E1_frame16350.txt new file mode 100644 index 0000000..dd51556 --- /dev/null +++ b/data/train/gt_S1E1_frame16350.txt @@ -0,0 +1,5 @@ +1161, 918, 1161, 961, 1281, 961, 1281, 918, and +492, 901, 492, 968, 897, 968, 897, 901, Light cyanosis +1059, 911, 1059, 961, 1167, 961, 1167, 911, lips +1284, 914, 1284, 961, 1407, 961, 1407, 914, ears. +900, 907, 900, 958, 1053, 958, 1053, 907, of the diff --git a/data/train/gt_S1E1_frame16425.txt b/data/train/gt_S1E1_frame16425.txt new file mode 100644 index 0000000..01b166c --- /dev/null +++ b/data/train/gt_S1E1_frame16425.txt @@ -0,0 +1,2 @@ +822, 904, 822, 965, 1242, 965, 1242, 904, haemorrhaging... +627, 904, 627, 965, 828, 965, 828, 904, Dots of diff --git a/data/train/gt_S1E1_frame16500.txt b/data/train/gt_S1E1_frame16500.txt new file mode 100644 index 0000000..1e28d97 --- /dev/null +++ b/data/train/gt_S1E1_frame16500.txt @@ -0,0 +1,3 @@ +621, 907, 621, 965, 894, 965, 894, 907, Petechiae +900, 907, 900, 955, 1164, 955, 1164, 907, under the +1161, 914, 1161, 965, 1281, 965, 1281, 914, skin. diff --git a/data/train/gt_S1E1_frame16575.txt b/data/train/gt_S1E1_frame16575.txt new file mode 100644 index 0000000..14abf31 --- /dev/null +++ b/data/train/gt_S1E1_frame16575.txt @@ -0,0 +1 @@ +798, 904, 798, 961, 1125, 961, 1125, 904, Suffocated? diff --git a/data/train/gt_S1E1_frame17200.txt b/data/train/gt_S1E1_frame17200.txt new file mode 100644 index 0000000..9fad071 --- /dev/null +++ b/data/train/gt_S1E1_frame17200.txt @@ -0,0 +1,5 @@ +1095, 907, 1095, 965, 1293, 965, 1293, 907, colour. +975, 914, 975, 965, 1095, 965, 1095, 914, skin +612, 897, 612, 961, 732, 961, 732, 897, Not +828, 911, 828, 961, 972, 961, 972, 911, same +723, 907, 723, 965, 828, 965, 828, 907, the diff --git a/data/train/gt_S1E1_frame17250.txt b/data/train/gt_S1E1_frame17250.txt new file mode 100644 index 0000000..d316644 --- /dev/null +++ b/data/train/gt_S1E1_frame17250.txt @@ -0,0 +1,3 @@ +1026, 911, 1026, 968, 1245, 968, 1245, 911, victims. +822, 911, 822, 961, 927, 961, 927, 911, are +666, 907, 666, 968, 828, 968, 828, 907, There diff --git a/data/train/gt_S1E1_frame17275.txt b/data/train/gt_S1E1_frame17275.txt new file mode 100644 index 0000000..bfb59ae --- /dev/null +++ b/data/train/gt_S1E1_frame17275.txt @@ -0,0 +1,3 @@ +669, 907, 669, 965, 828, 965, 828, 907, There +1038, 907, 1038, 965, 1242, 965, 1242, 907, victims. +825, 907, 825, 958, 927, 958, 927, 907, are diff --git a/data/train/gt_S1E1_frame175.txt b/data/train/gt_S1E1_frame175.txt new file mode 100644 index 0000000..ae9d550 --- /dev/null +++ b/data/train/gt_S1E1_frame175.txt @@ -0,0 +1,5 @@ +984, 864, 984, 911, 1161, 911, 1161, 864, Terminal +756, 857, 756, 914, 987, 914, 987, 857, Eurotunnel +1038, 924, 1038, 968, 1194, 968, 1194, 924, France +846, 921, 846, 968, 1050, 968, 1050, 921, Coquelles +735, 921, 735, 968, 864, 968, 864, 921, Calais diff --git a/data/train/gt_S1E1_frame17525.txt b/data/train/gt_S1E1_frame17525.txt new file mode 100644 index 0000000..b570802 --- /dev/null +++ b/data/train/gt_S1E1_frame17525.txt @@ -0,0 +1,5 @@ +582, 904, 582, 965, 843, 965, 843, 904, Or Welsh. +1047, 904, 1047, 961, 1218, 961, 1218, 904, Welsh +1206, 914, 1206, 972, 1326, 972, 1326, 914, flag. +858, 907, 858, 958, 936, 958, 936, 907, It's +951, 907, 951, 958, 1035, 958, 1035, 907, the diff --git a/data/train/gt_S1E1_frame17700.txt b/data/train/gt_S1E1_frame17700.txt new file mode 100644 index 0000000..e8fca71 --- /dev/null +++ b/data/train/gt_S1E1_frame17700.txt @@ -0,0 +1,2 @@ +597, 904, 597, 961, 792, 961, 792, 904, What's +786, 907, 786, 958, 903, 958, 903, 907, this diff --git a/data/train/gt_S1E1_frame17750.txt b/data/train/gt_S1E1_frame17750.txt new file mode 100644 index 0000000..f6b0eff --- /dev/null +++ b/data/train/gt_S1E1_frame17750.txt @@ -0,0 +1,2 @@ +816, 901, 816, 961, 939, 961, 939, 901, Well +948, 907, 948, 961, 1098, 961, 1098, 907, done. diff --git a/data/train/gt_S1E1_frame17800.txt b/data/train/gt_S1E1_frame17800.txt new file mode 100644 index 0000000..f18aa1d --- /dev/null +++ b/data/train/gt_S1E1_frame17800.txt @@ -0,0 +1,5 @@ +582, 907, 582, 965, 804, 965, 804, 907, thought +924, 911, 924, 958, 1092, 958, 1092, 911, would +801, 907, 801, 961, 918, 961, 918, 907, you +1086, 904, 1086, 961, 1224, 961, 1224, 904, miss +1236, 907, 1236, 965, 1347, 965, 1347, 907, that. diff --git a/data/train/gt_S1E1_frame17875.txt b/data/train/gt_S1E1_frame17875.txt new file mode 100644 index 0000000..24c3327 --- /dev/null +++ b/data/train/gt_S1E1_frame17875.txt @@ -0,0 +1,4 @@ +849, 907, 849, 961, 954, 961, 954, 907, legs +603, 907, 603, 961, 747, 961, 747, 907, Have +1107, 907, 1107, 968, 1311, 968, 1311, 907, frozen? +753, 904, 753, 955, 858, 955, 858, 904, the diff --git a/data/train/gt_S1E1_frame18125.txt b/data/train/gt_S1E1_frame18125.txt new file mode 100644 index 0000000..6233776 --- /dev/null +++ b/data/train/gt_S1E1_frame18125.txt @@ -0,0 +1,7 @@ +822, 914, 822, 965, 945, 965, 945, 914, very +960, 914, 960, 968, 1074, 968, 1074, 914, long +792, 830, 792, 887, 903, 887, 903, 830, has +1050, 826, 1050, 891, 1260, 891, 1260, 826, planned +663, 826, 663, 894, 789, 894, 789, 826, This +1080, 904, 1080, 965, 1218, 965, 1218, 904, time. +693, 911, 693, 968, 822, 968, 822, 911, for diff --git a/data/train/gt_S1E1_frame200.txt b/data/train/gt_S1E1_frame200.txt new file mode 100644 index 0000000..2136fbe --- /dev/null +++ b/data/train/gt_S1E1_frame200.txt @@ -0,0 +1,5 @@ +987, 867, 987, 911, 1155, 911, 1155, 867, Terminal +756, 864, 756, 921, 1005, 921, 1005, 864, Eurotunnel +840, 921, 840, 968, 1050, 968, 1050, 921, Coquelles +1038, 921, 1038, 965, 1206, 965, 1206, 921, France +732, 924, 732, 968, 870, 968, 870, 924, Calais diff --git a/data/train/gt_S1E1_frame2375.txt b/data/train/gt_S1E1_frame2375.txt new file mode 100644 index 0000000..adc2dcd --- /dev/null +++ b/data/train/gt_S1E1_frame2375.txt @@ -0,0 +1,9 @@ +654, 914, 654, 961, 873, 961, 873, 914, service +1272, 823, 1272, 891, 1434, 891, 1434, 823, lights +891, 911, 891, 958, 1071, 958, 1071, 911, tunnel +1128, 911, 1128, 968, 1404, 968, 1404, 911, midpoint? +1182, 833, 1182, 887, 1278, 887, 1278, 833, the +477, 830, 477, 897, 660, 897, 660, 830, STTS +951, 833, 951, 894, 1098, 894, 1098, 833, bring +828, 837, 828, 887, 942, 887, 942, 837, you +723, 840, 723, 887, 831, 887, 831, 840, can diff --git a/data/train/gt_S1E1_frame24650.txt b/data/train/gt_S1E1_frame24650.txt new file mode 100644 index 0000000..6311fe1 --- /dev/null +++ b/data/train/gt_S1E1_frame24650.txt @@ -0,0 +1,7 @@ +657, 907, 657, 958, 942, 958, 942, 907, researcher, +855, 830, 855, 887, 1020, 887, 1020, 830, found +669, 826, 669, 887, 846, 887, 846, 826, finally +1125, 914, 1125, 965, 1260, 965, 1260, 914, Riga, +954, 911, 954, 961, 1116, 961, 1116, 911, Gilles +1026, 830, 1026, 887, 1341, 887, 1341, 830, Villeneuve's +567, 833, 567, 897, 684, 897, 684, 833, I've diff --git a/data/train/gt_S1E1_frame24750.txt b/data/train/gt_S1E1_frame24750.txt new file mode 100644 index 0000000..5aa69d3 --- /dev/null +++ b/data/train/gt_S1E1_frame24750.txt @@ -0,0 +1,4 @@ +957, 914, 957, 958, 1077, 958, 1077, 914, see +807, 914, 807, 955, 906, 955, 906, 914, one +1071, 911, 1071, 965, 1332, 965, 1332, 911, her alive. +597, 907, 597, 961, 690, 961, 690, 907, the diff --git a/data/train/gt_S1E1_frame24800.txt b/data/train/gt_S1E1_frame24800.txt new file mode 100644 index 0000000..80efd71 --- /dev/null +++ b/data/train/gt_S1E1_frame24800.txt @@ -0,0 +1,3 @@ +807, 907, 807, 961, 1053, 961, 1053, 907, Marseille. +801, 830, 801, 887, 984, 887, 984, 830, Where +1035, 830, 1035, 880, 1164, 880, 1164, 830, he? diff --git a/data/train/gt_S1E1_frame24825.txt b/data/train/gt_S1E1_frame24825.txt new file mode 100644 index 0000000..078f230 --- /dev/null +++ b/data/train/gt_S1E1_frame24825.txt @@ -0,0 +1,10 @@ +801, 911, 801, 961, 957, 961, 957, 911, back +1083, 904, 1083, 955, 1410, 955, 1410, 904, interviewed. +1047, 830, 1047, 887, 1146, 887, 1146, 830, the +912, 830, 912, 887, 1047, 887, 1047, 830, after +1122, 830, 1122, 887, 1365, 887, 1365, 830, meeting. +759, 826, 759, 891, 921, 891, 921, 826, there +636, 904, 636, 965, 801, 965, 801, 904, come +531, 833, 531, 901, 633, 901, 633, 833, He +513, 901, 513, 961, 636, 961, 636, 901, He'll +615, 830, 615, 887, 759, 887, 759, 830, went diff --git a/data/train/gt_S1E1_frame2500.txt b/data/train/gt_S1E1_frame2500.txt new file mode 100644 index 0000000..e64f3a4 --- /dev/null +++ b/data/train/gt_S1E1_frame2500.txt @@ -0,0 +1,2 @@ +825, 907, 825, 972, 978, 972, 978, 907, Copy +972, 911, 972, 965, 1092, 965, 1092, 911, that. diff --git a/data/train/gt_S1E1_frame25025.txt b/data/train/gt_S1E1_frame25025.txt new file mode 100644 index 0000000..b255b28 --- /dev/null +++ b/data/train/gt_S1E1_frame25025.txt @@ -0,0 +1,4 @@ +597, 914, 597, 961, 702, 961, 702, 914, new +696, 897, 696, 972, 996, 972, 996, 897, girlfriend is +1158, 907, 1158, 961, 1425, 961, 1425, 907, Marseille. +1020, 907, 1020, 965, 1152, 965, 1152, 907, from diff --git a/data/train/gt_S1E1_frame25325.txt b/data/train/gt_S1E1_frame25325.txt new file mode 100644 index 0000000..a87caa9 --- /dev/null +++ b/data/train/gt_S1E1_frame25325.txt @@ -0,0 +1,6 @@ +921, 914, 921, 968, 1071, 968, 1071, 914, being +1140, 911, 1140, 961, 1296, 961, 1296, 911, work. +963, 830, 963, 891, 1077, 891, 1077, 830, like +798, 820, 798, 891, 969, 891, 969, 820, I don't +819, 904, 819, 961, 918, 961, 918, 904, like +1068, 911, 1068, 961, 1149, 961, 1149, 911, at diff --git a/data/train/gt_S1E1_frame25400.txt b/data/train/gt_S1E1_frame25400.txt new file mode 100644 index 0000000..2bbeac9 --- /dev/null +++ b/data/train/gt_S1E1_frame25400.txt @@ -0,0 +1,2 @@ +762, 901, 762, 961, 996, 961, 996, 901, Don't tell +999, 911, 999, 968, 1155, 968, 1155, 911, Elise. diff --git a/data/train/gt_S1E1_frame25475.txt b/data/train/gt_S1E1_frame25475.txt new file mode 100644 index 0000000..7a88a34 --- /dev/null +++ b/data/train/gt_S1E1_frame25475.txt @@ -0,0 +1,8 @@ +774, 904, 774, 965, 915, 965, 915, 904, right. +1125, 833, 1125, 887, 1233, 887, 1233, 833, join +924, 837, 924, 884, 1065, 884, 1065, 837, want +621, 907, 621, 965, 759, 965, 759, 907, Yeah, +768, 830, 768, 894, 930, 894, 930, 830, she'd +627, 820, 627, 891, 786, 891, 786, 820, Think. +1245, 826, 1245, 884, 1335, 884, 1335, 826, in? +1053, 833, 1053, 891, 1149, 891, 1149, 833, to diff --git a/data/train/gt_S1E1_frame25500.txt b/data/train/gt_S1E1_frame25500.txt new file mode 100644 index 0000000..abea0cd --- /dev/null +++ b/data/train/gt_S1E1_frame25500.txt @@ -0,0 +1,7 @@ +936, 911, 936, 965, 1095, 965, 1095, 911, police +1104, 911, 1104, 968, 1338, 968, 1338, 911, property. +780, 826, 780, 887, 948, 887, 948, 826, She'd +657, 907, 657, 958, 882, 958, 882, 907, misuse +576, 911, 576, 965, 657, 965, 657, 911, for +918, 830, 918, 887, 1059, 887, 1059, 830, ### +1023, 840, 1023, 894, 1143, 894, 1143, 840, you diff --git a/data/train/gt_S1E1_frame25775.txt b/data/train/gt_S1E1_frame25775.txt new file mode 100644 index 0000000..da307a6 --- /dev/null +++ b/data/train/gt_S1E1_frame25775.txt @@ -0,0 +1,4 @@ +1068, 897, 1068, 958, 1332, 958, 1332, 897, girlfriend. +582, 907, 582, 965, 798, 965, 798, 907, Philippe +966, 911, 966, 961, 1083, 961, 1083, 911, new +804, 904, 804, 958, 942, 958, 942, 904, has a diff --git a/data/train/gt_S1E1_frame25825.txt b/data/train/gt_S1E1_frame25825.txt new file mode 100644 index 0000000..cb6d4b8 --- /dev/null +++ b/data/train/gt_S1E1_frame25825.txt @@ -0,0 +1,3 @@ +984, 907, 984, 961, 1233, 961, 1233, 907, Marseille. +843, 904, 843, 965, 978, 965, 978, 904, from +681, 907, 681, 965, 837, 965, 837, 907, She's diff --git a/data/train/gt_S1E1_frame26400.txt b/data/train/gt_S1E1_frame26400.txt new file mode 100644 index 0000000..4f14a45 --- /dev/null +++ b/data/train/gt_S1E1_frame26400.txt @@ -0,0 +1,7 @@ +951, 826, 951, 884, 1158, 884, 1158, 826, official +1152, 833, 1152, 891, 1311, 891, 1311, 833, order +765, 833, 765, 887, 903, 887, 903, 833, take +882, 911, 882, 961, 990, 961, 990, 911, you +1071, 904, 1071, 958, 1266, 958, 1266, 904, home? +660, 911, 660, 965, 876, 965, 876, 911, to make +873, 833, 873, 891, 981, 891, 981, 833, an diff --git a/data/train/gt_S1E1_frame26675.txt b/data/train/gt_S1E1_frame26675.txt new file mode 100644 index 0000000..28502a3 --- /dev/null +++ b/data/train/gt_S1E1_frame26675.txt @@ -0,0 +1,9 @@ +1122, 914, 1122, 965, 1230, 965, 1230, 914, way +645, 907, 645, 961, 942, 961, 942, 907, Roebuck is +1239, 918, 1239, 965, 1386, 965, 1386, 918, over. +642, 837, 642, 887, 759, 887, 759, 837, They +1080, 820, 1080, 877, 1299, 877, 1299, 820, ### +945, 823, 945, 887, 1086, 887, 1086, 823, DNA +543, 904, 543, 958, 654, 958, 654, 904, DCI +1035, 904, 1035, 958, 1116, 958, 1116, 904, his +759, 830, 759, 880, 936, 880, 936, 830, want a diff --git a/data/train/gt_S1E1_frame26800.txt b/data/train/gt_S1E1_frame26800.txt new file mode 100644 index 0000000..eeae967 --- /dev/null +++ b/data/train/gt_S1E1_frame26800.txt @@ -0,0 +1,2 @@ +954, 911, 954, 965, 1134, 965, 1134, 911, clown. +780, 901, 780, 958, 924, 958, 924, 901, He's diff --git a/data/train/gt_S1E1_frame26875.txt b/data/train/gt_S1E1_frame26875.txt new file mode 100644 index 0000000..173236b --- /dev/null +++ b/data/train/gt_S1E1_frame26875.txt @@ -0,0 +1,7 @@ +537, 911, 537, 961, 645, 961, 645, 911, now +999, 914, 999, 958, 1098, 958, 1098, 914, get +651, 826, 651, 891, 1047, 891, 1047, 826, Anglo-French +1068, 826, 1068, 894, 1404, 894, 1404, 826, investigation +666, 911, 666, 958, 789, 958, 789, 911, and +1134, 911, 1134, 965, 1374, 965, 1374, 911, to choose. +522, 820, 522, 894, 630, 894, 630, 820, It’s diff --git a/data/train/gt_S1E1_frame2950.txt b/data/train/gt_S1E1_frame2950.txt new file mode 100644 index 0000000..b9c59f7 --- /dev/null +++ b/data/train/gt_S1E1_frame2950.txt @@ -0,0 +1,7 @@ +1125, 830, 1125, 884, 1371, 884, 1371, 830, accident. +954, 830, 954, 891, 1062, 891, 1062, 830, like +543, 904, 543, 965, 753, 965, 753, 904, - Inform +867, 901, 867, 965, 1035, 965, 1035, 901, British. +594, 820, 594, 894, 828, 894, 828, 820, It doesn't +747, 904, 747, 961, 849, 961, 849, 904, the +1038, 837, 1038, 887, 1134, 887, 1134, 837, an diff --git a/data/train/gt_S1E1_frame2975.txt b/data/train/gt_S1E1_frame2975.txt new file mode 100644 index 0000000..7768e46 --- /dev/null +++ b/data/train/gt_S1E1_frame2975.txt @@ -0,0 +1,8 @@ +1134, 830, 1134, 884, 1371, 884, 1371, 830, accident. +954, 830, 954, 891, 1059, 891, 1059, 830, like +609, 823, 609, 887, 831, 887, 831, 823, doesn't +807, 830, 807, 891, 954, 891, 954, 830, look +864, 901, 864, 965, 1029, 965, 1029, 901, British +564, 904, 564, 965, 765, 965, 765, 904, Inform +747, 904, 747, 961, 849, 961, 849, 904, the +1044, 837, 1044, 887, 1131, 887, 1131, 837, an diff --git a/data/train/gt_S1E1_frame3125.txt b/data/train/gt_S1E1_frame3125.txt new file mode 100644 index 0000000..870371f --- /dev/null +++ b/data/train/gt_S1E1_frame3125.txt @@ -0,0 +1,4 @@ +888, 911, 888, 961, 1083, 961, 1083, 911, service +1092, 904, 1092, 961, 1275, 961, 1275, 904, tunnel. +792, 907, 792, 958, 900, 958, 900, 907, the +642, 904, 642, 961, 747, 961, 747, 904, It’s in diff --git a/data/train/gt_S1E1_frame32050.txt b/data/train/gt_S1E1_frame32050.txt new file mode 100644 index 0000000..ad2a051 --- /dev/null +++ b/data/train/gt_S1E1_frame32050.txt @@ -0,0 +1,6 @@ +636, 823, 636, 887, 894, 887, 894, 823, Capitaine +1053, 907, 1053, 958, 1197, 958, 1197, 907, right +1170, 907, 1170, 958, 1335, 958, 1335, 907, floor. +903, 826, 903, 887, 1269, 887, 1269, 826, Wassermann? +585, 907, 585, 965, 813, 965, 813, 907, You're +957, 911, 957, 955, 1053, 955, 1053, 911, the diff --git a/data/train/gt_S1E1_frame32100.txt b/data/train/gt_S1E1_frame32100.txt new file mode 100644 index 0000000..88dbaa1 --- /dev/null +++ b/data/train/gt_S1E1_frame32100.txt @@ -0,0 +1,3 @@ +924, 911, 924, 965, 1035, 965, 1035, 911, first +1029, 907, 1029, 965, 1188, 965, 1188, 907, floor. +825, 907, 825, 965, 933, 965, 933, 907, the diff --git a/data/train/gt_S1E1_frame32125.txt b/data/train/gt_S1E1_frame32125.txt new file mode 100644 index 0000000..afa8c00 --- /dev/null +++ b/data/train/gt_S1E1_frame32125.txt @@ -0,0 +1,3 @@ +1032, 901, 1032, 961, 1263, 961, 1263, 901, English? +852, 907, 852, 961, 1017, 961, 1017, 907, speak +705, 914, 705, 965, 846, 965, 846, 914, Do you diff --git a/data/train/gt_S1E1_frame3375.txt b/data/train/gt_S1E1_frame3375.txt new file mode 100644 index 0000000..ff054b1 --- /dev/null +++ b/data/train/gt_S1E1_frame3375.txt @@ -0,0 +1,4 @@ +969, 826, 969, 880, 1179, 880, 1179, 826, isn't it? +765, 830, 765, 891, 870, 891, 870, 830, It's +858, 837, 858, 891, 975, 891, 975, 837, her, +753, 904, 753, 965, 930, 965, 930, 904, - It’s her diff --git a/data/train/gt_S1E1_frame35175.txt b/data/train/gt_S1E1_frame35175.txt new file mode 100644 index 0000000..4519db5 --- /dev/null +++ b/data/train/gt_S1E1_frame35175.txt @@ -0,0 +1,4 @@ +675, 907, 675, 961, 846, 961, 846, 907, found +942, 911, 942, 961, 1290, 961, 1290, 911, maintenance +846, 911, 846, 961, 951, 961, 951, 911, the +519, 907, 519, 965, 687, 965, 687, 907, We've diff --git a/data/train/gt_S1E1_frame35250.txt b/data/train/gt_S1E1_frame35250.txt new file mode 100644 index 0000000..34a8d21 --- /dev/null +++ b/data/train/gt_S1E1_frame35250.txt @@ -0,0 +1,5 @@ +873, 911, 873, 965, 1104, 965, 1104, 911, missing. +981, 830, 981, 887, 1179, 887, 1179, 830, driver? +747, 826, 747, 891, 888, 891, 888, 826, - And +759, 897, 759, 961, 885, 961, 885, 897, Still +885, 830, 885, 887, 996, 887, 996, 830, the diff --git a/data/train/gt_S1E1_frame36650.txt b/data/train/gt_S1E1_frame36650.txt new file mode 100644 index 0000000..dcf4a79 --- /dev/null +++ b/data/train/gt_S1E1_frame36650.txt @@ -0,0 +1,6 @@ +1104, 907, 1104, 965, 1314, 965, 1314, 907, Joubert. +1002, 830, 1002, 884, 1134, 884, 1134, 830, calls +849, 907, 849, 965, 1089, 965, 1089, 907, Charlotte +639, 907, 639, 958, 834, 958, 834, 907, certain +780, 830, 780, 887, 1011, 887, 1011, 830, repeated +1149, 830, 1149, 891, 1281, 891, 1281, 830, from diff --git a/data/train/gt_S1E1_frame36725.txt b/data/train/gt_S1E1_frame36725.txt new file mode 100644 index 0000000..d2c7ea0 --- /dev/null +++ b/data/train/gt_S1E1_frame36725.txt @@ -0,0 +1,8 @@ +630, 914, 630, 961, 792, 961, 792, 914, Leave +879, 911, 879, 961, 1131, 961, 1131, 911, husband +741, 830, 741, 880, 903, 880, 903, 830, rather +777, 914, 777, 965, 894, 965, 894, 914, my +567, 830, 567, 891, 696, 891, 696, 830, Then +1212, 830, 1212, 887, 1335, 887, 1335, 830, text +921, 820, 921, 880, 1227, 880, 1227, 820, threatening +1107, 907, 1107, 958, 1296, 958, 1296, 907, alone." diff --git a/data/train/gt_S1E1_frame36900.txt b/data/train/gt_S1E1_frame36900.txt new file mode 100644 index 0000000..ab29fc2 --- /dev/null +++ b/data/train/gt_S1E1_frame36900.txt @@ -0,0 +1,3 @@ +1005, 907, 1005, 965, 1287, 965, 1287, 907, Boulogne. +639, 904, 639, 968, 894, 968, 894, 904, They live +876, 914, 876, 961, 1005, 961, 1005, 914, near diff --git a/data/train/gt_S1E1_frame37075.txt b/data/train/gt_S1E1_frame37075.txt new file mode 100644 index 0000000..d7d6d1d --- /dev/null +++ b/data/train/gt_S1E1_frame37075.txt @@ -0,0 +1,7 @@ +633, 911, 633, 961, 819, 961, 819, 911, people +777, 826, 777, 884, 1065, 884, 1065, 826, ### +1110, 911, 1110, 958, 1365, 958, 1365, 911, marching +807, 914, 807, 961, 945, 961, 945, 914, have +552, 826, 552, 887, 762, 887, 762, 826, In Spain, +1086, 830, 1086, 891, 1389, 891, 1389, 830, of thousands +561, 911, 561, 965, 645, 965, 645, 911, of diff --git a/data/train/gt_S1E1_frame37200.txt b/data/train/gt_S1E1_frame37200.txt new file mode 100644 index 0000000..34e3476 --- /dev/null +++ b/data/train/gt_S1E1_frame37200.txt @@ -0,0 +1,6 @@ +978, 911, 978, 961, 1215, 961, 1215, 911, austerity +1209, 911, 1209, 975, 1392, 975, 1392, 911, policy. +753, 833, 753, 887, 984, 887, 984, 833, to protest +972, 826, 972, 887, 1197, 887, 1197, 826, against +618, 894, 618, 951, 957, 951, 957, 894, government's +510, 911, 510, 965, 606, 965, 606, 911, the diff --git a/data/train/gt_S1E1_frame37475.txt b/data/train/gt_S1E1_frame37475.txt new file mode 100644 index 0000000..05c34aa --- /dev/null +++ b/data/train/gt_S1E1_frame37475.txt @@ -0,0 +1,3 @@ +1044, 911, 1044, 961, 1164, 961, 1164, 911, you. +882, 907, 882, 961, 1041, 961, 1041, 907, thank +759, 911, 759, 972, 879, 972, 879, 911, Yes, diff --git a/data/train/gt_S1E1_frame37700.txt b/data/train/gt_S1E1_frame37700.txt new file mode 100644 index 0000000..e9e6182 --- /dev/null +++ b/data/train/gt_S1E1_frame37700.txt @@ -0,0 +1,7 @@ +594, 904, 594, 961, 903, 961, 903, 904, demanded +1053, 911, 1053, 965, 1311, 965, 1311, 911, response. +891, 830, 891, 891, 1200, 891, 1200, 830, aggressive +1182, 830, 1182, 887, 1404, 887, 1404, 830, attitude +915, 911, 915, 965, 1059, 965, 1059, 911, firm +507, 837, 507, 891, 612, 891, 612, 837, the +585, 826, 585, 891, 894, 891, 894, 826, protesters diff --git a/data/train/gt_S1E1_frame37725.txt b/data/train/gt_S1E1_frame37725.txt new file mode 100644 index 0000000..ea460d5 --- /dev/null +++ b/data/train/gt_S1E1_frame37725.txt @@ -0,0 +1,5 @@ +600, 901, 600, 965, 888, 965, 888, 901, demanded +888, 830, 888, 891, 1203, 891, 1203, 830, aggressive +1053, 911, 1053, 965, 1311, 965, 1311, 911, response. +504, 837, 504, 894, 615, 894, 615, 837, the +591, 830, 591, 894, 897, 894, 897, 830, protesters diff --git a/data/train/gt_S1E1_frame37850.txt b/data/train/gt_S1E1_frame37850.txt new file mode 100644 index 0000000..eeb17f0 --- /dev/null +++ b/data/train/gt_S1E1_frame37850.txt @@ -0,0 +1,3 @@ +792, 911, 792, 965, 1041, 965, 1041, 911, European +1038, 911, 1038, 961, 1236, 961, 1236, 911, dream. +684, 911, 684, 961, 789, 961, 789, 911, The diff --git a/data/train/gt_S1E1_frame37950.txt b/data/train/gt_S1E1_frame37950.txt new file mode 100644 index 0000000..54ab116 --- /dev/null +++ b/data/train/gt_S1E1_frame37950.txt @@ -0,0 +1,4 @@ +609, 907, 609, 965, 759, 965, 759, 907, Soon +1104, 907, 1104, 961, 1299, 961, 1299, 907, bullets. +990, 907, 990, 958, 1098, 958, 1098, 907, real +738, 907, 738, 961, 831, 961, 831, 907, it diff --git a/data/train/gt_S1E1_frame38050.txt b/data/train/gt_S1E1_frame38050.txt new file mode 100644 index 0000000..4fbd466 --- /dev/null +++ b/data/train/gt_S1E1_frame38050.txt @@ -0,0 +1,3 @@ +1119, 907, 1119, 958, 1362, 958, 1362, 907, anything. +747, 914, 747, 965, 1101, 965, 1101, 914, won't change +558, 911, 558, 968, 750, 968, 750, 911, Rioting diff --git a/data/train/gt_S1E1_frame38300.txt b/data/train/gt_S1E1_frame38300.txt new file mode 100644 index 0000000..cbb7151 --- /dev/null +++ b/data/train/gt_S1E1_frame38300.txt @@ -0,0 +1,4 @@ +1047, 830, 1047, 884, 1272, 884, 1272, 830, mobile? +882, 826, 882, 877, 1023, 877, 1023, 826, have +681, 911, 681, 968, 786, 968, 786, 911, Yes. +741, 830, 741, 887, 873, 887, 873, 830, you diff --git a/data/train/gt_S1E1_frame38400.txt b/data/train/gt_S1E1_frame38400.txt new file mode 100644 index 0000000..f4541ab --- /dev/null +++ b/data/train/gt_S1E1_frame38400.txt @@ -0,0 +1,7 @@ +759, 911, 759, 965, 891, 965, 891, 911, need +1167, 911, 1167, 965, 1296, 965, 1296, 911, wife. +1056, 837, 1056, 891, 1242, 891, 1242, 837, Stolen +678, 826, 678, 891, 828, 891, 828, 826, Mine +615, 907, 615, 965, 732, 965, 732, 907, and +972, 907, 972, 965, 1071, 965, 1071, 907, call +810, 833, 810, 891, 927, 891, 927, 833, has diff --git a/data/train/gt_S1E1_frame40725.txt b/data/train/gt_S1E1_frame40725.txt new file mode 100644 index 0000000..1046ced --- /dev/null +++ b/data/train/gt_S1E1_frame40725.txt @@ -0,0 +1,8 @@ +1059, 833, 1059, 887, 1236, 887, 1236, 833, where +786, 907, 786, 961, 1020, 961, 1020, 907, Museum +1134, 907, 1134, 965, 1350, 965, 1350, 907, Calais? +891, 830, 891, 891, 1041, 891, 1041, 830, know +672, 907, 672, 968, 780, 968, 780, 907, War +564, 907, 564, 968, 666, 968, 666, 907, the +777, 833, 777, 887, 897, 887, 897, 833, you +1011, 907, 1011, 961, 1089, 961, 1089, 907, is diff --git a/data/train/gt_S1E1_frame40825.txt b/data/train/gt_S1E1_frame40825.txt new file mode 100644 index 0000000..3a0d707 --- /dev/null +++ b/data/train/gt_S1E1_frame40825.txt @@ -0,0 +1,2 @@ +774, 911, 774, 965, 918, 965, 918, 911, Meet +777, 833, 777, 897, 957, 897, 957, 833, Yes... diff --git a/data/train/gt_S1E1_frame40875.txt b/data/train/gt_S1E1_frame40875.txt new file mode 100644 index 0000000..4194402 --- /dev/null +++ b/data/train/gt_S1E1_frame40875.txt @@ -0,0 +1,3 @@ +816, 904, 816, 961, 912, 961, 912, 904, OK. +684, 914, 684, 968, 801, 968, 801, 914, Yes, +1074, 914, 1074, 965, 1230, 965, 1230, 914, there. diff --git a/data/train/gt_S1E1_frame41175.txt b/data/train/gt_S1E1_frame41175.txt new file mode 100644 index 0000000..84c10ab --- /dev/null +++ b/data/train/gt_S1E1_frame41175.txt @@ -0,0 +1,2 @@ +978, 830, 978, 884, 1206, 884, 1206, 830, Joubert? +762, 907, 762, 955, 894, 955, 894, 907, Yes? | diff --git a/data/train/gt_S1E1_frame41250.txt b/data/train/gt_S1E1_frame41250.txt new file mode 100644 index 0000000..6bdc905 --- /dev/null +++ b/data/train/gt_S1E1_frame41250.txt @@ -0,0 +1,9 @@ +1248, 907, 1248, 968, 1437, 968, 1437, 907, police. +1068, 904, 1068, 961, 1260, 961, 1260, 904, British' +615, 907, 615, 961, 861, 961, 861, 907, Roebuck +963, 830, 963, 891, 1179, 891, 1179, 830, Brigade +1182, 826, 1182, 884, 1449, 884, 1449, 826, Criminelle +834, 911, 834, 961, 963, 961, 963, 911, from +459, 826, 459, 891, 594, 891, 594, 826, Elise +477, 904, 477, 972, 606, 972, 606, 904, Karl +597, 826, 597, 884, 936, 884, 936, 826, Wassermann diff --git a/data/train/gt_S1E1_frame41375.txt b/data/train/gt_S1E1_frame41375.txt new file mode 100644 index 0000000..28104a9 --- /dev/null +++ b/data/train/gt_S1E1_frame41375.txt @@ -0,0 +1 @@ +879, 911, 879, 968, 1050, 968, 1050, 911, Yes..? diff --git a/data/train/gt_S1E1_frame41450.txt b/data/train/gt_S1E1_frame41450.txt new file mode 100644 index 0000000..329683d --- /dev/null +++ b/data/train/gt_S1E1_frame41450.txt @@ -0,0 +1,8 @@ +864, 830, 864, 884, 1014, 884, 1014, 830, Marie +921, 911, 921, 965, 1236, 965, 1236, 911, threatening +693, 830, 693, 887, 855, 887, 855, 830, about +666, 911, 666, 958, 837, 958, 837, 911, sent +1230, 911, 1230, 965, 1377, 965, 1377, 911, text. +555, 907, 555, 965, 657, 965, 657, 907, You +1029, 826, 1029, 880, 1305, 880, 1305, 826, Villeneuve. +606, 826, 606, 891, 702, 891, 702, 826, It's diff --git a/data/train/gt_S1E1_frame41575.txt b/data/train/gt_S1E1_frame41575.txt new file mode 100644 index 0000000..b8823dd --- /dev/null +++ b/data/train/gt_S1E1_frame41575.txt @@ -0,0 +1,4 @@ +1014, 904, 1014, 961, 1320, 961, 1320, 904, complaint? +813, 911, 813, 961, 978, 961, 978, 911, make +708, 911, 708, 961, 825, 961, 825, 911, she +597, 907, 597, 961, 702, 961, 702, 907, Did diff --git a/data/train/gt_S1E1_frame41650.txt b/data/train/gt_S1E1_frame41650.txt new file mode 100644 index 0000000..579ae6d --- /dev/null +++ b/data/train/gt_S1E1_frame41650.txt @@ -0,0 +1,3 @@ +1035, 904, 1035, 961, 1263, 961, 1263, 904, English? +858, 911, 858, 961, 1017, 961, 1017, 911, speak +723, 914, 723, 965, 846, 965, 846, 914, you diff --git a/data/train/gt_S1E1_frame42875.txt b/data/train/gt_S1E1_frame42875.txt new file mode 100644 index 0000000..52dfcc2 --- /dev/null +++ b/data/train/gt_S1E1_frame42875.txt @@ -0,0 +1,4 @@ +735, 911, 735, 961, 849, 961, 849, 911, you +1128, 911, 1128, 961, 1362, 961, 1362, 911, creature. +540, 901, 540, 972, 744, 972, 744, 901, Listen, +852, 901, 852, 955, 1131, 955, 1131, 901, ridiculous diff --git a/data/train/gt_S1E1_frame43025.txt b/data/train/gt_S1E1_frame43025.txt new file mode 100644 index 0000000..617a080 --- /dev/null +++ b/data/train/gt_S1E1_frame43025.txt @@ -0,0 +1,4 @@ +690, 918, 690, 968, 840, 968, 840, 918, down, +858, 911, 858, 968, 1092, 968, 1092, 911, Madame +1095, 907, 1095, 965, 1311, 965, 1311, 907, Joubert. +600, 911, 600, 965, 684, 965, 684, 911, Sit diff --git a/data/train/gt_S1E1_frame4325.txt b/data/train/gt_S1E1_frame4325.txt new file mode 100644 index 0000000..11de14e --- /dev/null +++ b/data/train/gt_S1E1_frame4325.txt @@ -0,0 +1,6 @@ +735, 911, 735, 961, 891, 961, 891, 911, speak +906, 911, 906, 965, 1089, 965, 1089, 911, French +522, 907, 522, 968, 654, 968, 654, 907, They +786, 826, 786, 891, 948, 891, 948, 826, Don't +636, 907, 636, 961, 729, 961, 729, 907, all +927, 833, 927, 904, 1116, 904, 1116, 833, worry. diff --git a/data/train/gt_S1E1_frame43875.txt b/data/train/gt_S1E1_frame43875.txt new file mode 100644 index 0000000..cbb8e2c --- /dev/null +++ b/data/train/gt_S1E1_frame43875.txt @@ -0,0 +1,4 @@ +837, 904, 837, 961, 999, 961, 999, 904, I can’t. +1116, 914, 1116, 965, 1236, 965, 1236, 914, you. +996, 911, 996, 961, 1113, 961, 1113, 911, hear +672, 904, 672, 968, 816, 968, 816, 904, Wait. diff --git a/data/train/gt_S1E1_frame46725.txt b/data/train/gt_S1E1_frame46725.txt new file mode 100644 index 0000000..9486e99 --- /dev/null +++ b/data/train/gt_S1E1_frame46725.txt @@ -0,0 +1,3 @@ +852, 907, 852, 965, 1041, 965, 1041, 907, missed +1041, 904, 1041, 961, 1173, 961, 1173, 904, you. +741, 907, 741, 965, 849, 965, 849, 907, I've diff --git a/data/train/gt_S1E1_frame47050.txt b/data/train/gt_S1E1_frame47050.txt new file mode 100644 index 0000000..e3d9383 --- /dev/null +++ b/data/train/gt_S1E1_frame47050.txt @@ -0,0 +1 @@ +789, 904, 789, 968, 1098, 968, 1098, 904, Thank you. diff --git a/data/train/gt_S1E1_frame47125.txt b/data/train/gt_S1E1_frame47125.txt new file mode 100644 index 0000000..246642f --- /dev/null +++ b/data/train/gt_S1E1_frame47125.txt @@ -0,0 +1,2 @@ +801, 904, 801, 961, 1002, 961, 1002, 904, going +990, 911, 990, 968, 1170, 968, 1170, 911, alone. diff --git a/data/train/gt_S1E1_frame47150.txt b/data/train/gt_S1E1_frame47150.txt new file mode 100644 index 0000000..fe44dd1 --- /dev/null +++ b/data/train/gt_S1E1_frame47150.txt @@ -0,0 +1 @@ +828, 904, 828, 965, 1092, 965, 1092, 904, But why? diff --git a/data/train/gt_S1E1_frame4725.txt b/data/train/gt_S1E1_frame4725.txt new file mode 100644 index 0000000..c5a64ec --- /dev/null +++ b/data/train/gt_S1E1_frame4725.txt @@ -0,0 +1,4 @@ +1035, 904, 1035, 961, 1266, 961, 1266, 904, English? +741, 914, 741, 961, 846, 961, 846, 914, you +852, 911, 852, 961, 1020, 961, 1020, 911, speak +657, 911, 657, 965, 759, 965, 759, 911, Do diff --git a/data/train/gt_S1E1_frame47300.txt b/data/train/gt_S1E1_frame47300.txt new file mode 100644 index 0000000..6467086 --- /dev/null +++ b/data/train/gt_S1E1_frame47300.txt @@ -0,0 +1,2 @@ +672, 904, 672, 961, 966, 961, 966, 904, can't get +1023, 907, 1023, 958, 1266, 958, 1266, 907, involved. diff --git a/data/train/gt_S1E1_frame47325.txt b/data/train/gt_S1E1_frame47325.txt new file mode 100644 index 0000000..2c0ee1d --- /dev/null +++ b/data/train/gt_S1E1_frame47325.txt @@ -0,0 +1,2 @@ +939, 907, 939, 965, 1194, 965, 1194, 907, involved. +846, 911, 846, 958, 945, 958, 945, 911, am diff --git a/data/train/gt_S1E1_frame47525.txt b/data/train/gt_S1E1_frame47525.txt new file mode 100644 index 0000000..035b96a --- /dev/null +++ b/data/train/gt_S1E1_frame47525.txt @@ -0,0 +1,2 @@ +1023, 914, 1023, 965, 1170, 965, 1170, 914, have. +744, 907, 744, 961, 987, 961, 987, 907, You're all diff --git a/data/train/gt_S1E1_frame47600.txt b/data/train/gt_S1E1_frame47600.txt new file mode 100644 index 0000000..9d66f25 --- /dev/null +++ b/data/train/gt_S1E1_frame47600.txt @@ -0,0 +1,5 @@ +933, 904, 933, 961, 1158, 961, 1158, 904, wanted +558, 907, 558, 968, 729, 968, 729, 907, That's +729, 914, 729, 965, 849, 965, 849, 914, how +855, 914, 855, 961, 951, 961, 951, 914, you +1152, 901, 1152, 955, 1284, 955, 1284, 901, it to diff --git a/data/train/gt_S1E1_frame47700.txt b/data/train/gt_S1E1_frame47700.txt new file mode 100644 index 0000000..9c607a9 --- /dev/null +++ b/data/train/gt_S1E1_frame47700.txt @@ -0,0 +1,3 @@ +945, 904, 945, 965, 1212, 965, 1212, 904, Charlotte. +807, 911, 807, 958, 933, 958, 933, 911, over. +711, 911, 711, 965, 801, 965, 801, 911, It’s diff --git a/data/train/gt_S1E1_frame47750.txt b/data/train/gt_S1E1_frame47750.txt new file mode 100644 index 0000000..56b92ad --- /dev/null +++ b/data/train/gt_S1E1_frame47750.txt @@ -0,0 +1,5 @@ +909, 911, 909, 958, 1026, 958, 1026, 911, you +1128, 914, 1128, 961, 1293, 961, 1293, 914, more. +1023, 911, 1023, 965, 1140, 965, 1140, 911, any +792, 911, 792, 961, 927, 961, 927, 911, love. +630, 904, 630, 961, 804, 961, 804, 904, I don't diff --git a/data/train/gt_S1E1_frame47825.txt b/data/train/gt_S1E1_frame47825.txt new file mode 100644 index 0000000..cc652e8 --- /dev/null +++ b/data/train/gt_S1E1_frame47825.txt @@ -0,0 +1,3 @@ +999, 914, 999, 972, 1131, 972, 1131, 914, long +657, 904, 657, 958, 1002, 958, 1002, 904, I haven't for a +1143, 904, 1143, 965, 1281, 965, 1281, 904, time. diff --git a/data/train/gt_S1E1_frame47900.txt b/data/train/gt_S1E1_frame47900.txt new file mode 100644 index 0000000..bd8b3d7 --- /dev/null +++ b/data/train/gt_S1E1_frame47900.txt @@ -0,0 +1,5 @@ +786, 907, 786, 968, 1086, 968, 1086, 907, everything +1179, 907, 1179, 961, 1368, 961, 1368, 907, asked. +654, 911, 654, 961, 795, 961, 795, 911, done +1086, 918, 1086, 961, 1185, 961, 1185, 918, you +543, 911, 543, 965, 651, 965, 651, 911, I've diff --git a/data/train/gt_S1E1_frame48250.txt b/data/train/gt_S1E1_frame48250.txt new file mode 100644 index 0000000..b1710a0 --- /dev/null +++ b/data/train/gt_S1E1_frame48250.txt @@ -0,0 +1,2 @@ +786, 904, 786, 968, 948, 968, 948, 904, That's +948, 911, 948, 965, 1125, 965, 1125, 911, unfair. diff --git a/data/train/gt_S1E1_frame48650.txt b/data/train/gt_S1E1_frame48650.txt new file mode 100644 index 0000000..bc73167 --- /dev/null +++ b/data/train/gt_S1E1_frame48650.txt @@ -0,0 +1,7 @@ +720, 904, 720, 961, 921, 961, 921, 904, English +1137, 826, 1137, 880, 1320, 880, 1320, 826, killer is +1020, 826, 1020, 887, 1128, 887, 1128, 826, the +681, 826, 681, 887, 840, 887, 840, 826, don't +999, 907, 999, 961, 1185, 961, 1185, 907, French +840, 826, 840, 894, 996, 894, 996, 826, know +912, 911, 912, 961, 1005, 961, 1005, 911, or diff --git a/data/train/gt_S1E1_frame48725.txt b/data/train/gt_S1E1_frame48725.txt new file mode 100644 index 0000000..23084d3 --- /dev/null +++ b/data/train/gt_S1E1_frame48725.txt @@ -0,0 +1,7 @@ +1092, 833, 1092, 887, 1272, 887, 1272, 833, British... +666, 833, 666, 887, 795, 887, 795, 833, can't +840, 911, 840, 961, 1059, 961, 1059, 911, witness +960, 826, 960, 891, 1089, 891, 1089, 826, the +789, 837, 789, 894, 915, 894, 915, 837, say +699, 907, 699, 965, 831, 965, 831, 907, let +1050, 911, 1050, 965, 1155, 965, 1155, 911, go. diff --git a/data/train/gt_S1E1_frame49150.txt b/data/train/gt_S1E1_frame49150.txt new file mode 100644 index 0000000..50be32f --- /dev/null +++ b/data/train/gt_S1E1_frame49150.txt @@ -0,0 +1,4 @@ +1197, 904, 1197, 965, 1425, 965, 1425, 904, optional. +498, 907, 498, 968, 756, 968, 756, 907, Following +1092, 911, 1092, 958, 1194, 958, 1194, 911, not +762, 904, 762, 961, 1059, 961, 1059, 904, procedure is diff --git a/data/train/gt_S1E1_frame49200.txt b/data/train/gt_S1E1_frame49200.txt new file mode 100644 index 0000000..636b0e1 --- /dev/null +++ b/data/train/gt_S1E1_frame49200.txt @@ -0,0 +1,3 @@ +855, 911, 855, 965, 969, 965, 969, 911, way +753, 907, 753, 965, 852, 965, 852, 907, the +663, 904, 663, 968, 759, 968, 759, 904, It’s diff --git a/data/train/gt_S1E1_frame49400.txt b/data/train/gt_S1E1_frame49400.txt new file mode 100644 index 0000000..8e16481 --- /dev/null +++ b/data/train/gt_S1E1_frame49400.txt @@ -0,0 +1,4 @@ +1023, 907, 1023, 961, 1305, 961, 1305, 907, superiors. +624, 907, 624, 965, 747, 965, 747, 907, I will +759, 901, 759, 958, 900, 958, 900, 901, talk to +912, 907, 912, 961, 1023, 961, 1023, 907, his diff --git a/data/train/gt_S1E1_frame9575.txt b/data/train/gt_S1E1_frame9575.txt new file mode 100644 index 0000000..adc25ee --- /dev/null +++ b/data/train/gt_S1E1_frame9575.txt @@ -0,0 +1 @@ +897, 914, 897, 968, 1017, 968, 1017, 914, Yes. diff --git a/data/train/gt_S1E1_frame9825.txt b/data/train/gt_S1E1_frame9825.txt new file mode 100644 index 0000000..59d23f9 --- /dev/null +++ b/data/train/gt_S1E1_frame9825.txt @@ -0,0 +1,3 @@ +1023, 911, 1023, 961, 1164, 961, 1164, 911, you? +927, 911, 927, 958, 1026, 958, 1026, 911, are +750, 911, 750, 965, 927, 965, 927, 911, Where diff --git a/data/train/gt_S1E1_frame9875.txt b/data/train/gt_S1E1_frame9875.txt new file mode 100644 index 0000000..a8772c7 --- /dev/null +++ b/data/train/gt_S1E1_frame9875.txt @@ -0,0 +1,4 @@ +828, 911, 828, 961, 981, 961, 981, 911, come +1134, 914, 1134, 965, 1278, 965, 1278, 914, now. +642, 907, 642, 968, 822, 968, 822, 907, Please +990, 911, 990, 961, 1146, 961, 1146, 911, home diff --git a/data/train/gt_S1E1_frame9925.txt b/data/train/gt_S1E1_frame9925.txt new file mode 100644 index 0000000..294a8b0 --- /dev/null +++ b/data/train/gt_S1E1_frame9925.txt @@ -0,0 +1,4 @@ +1005, 907, 1005, 961, 1299, 961, 1299, 907, dangerous. +633, 907, 633, 965, 798, 965, 798, 907, I can't. +903, 911, 903, 958, 993, 958, 993, 911, too +801, 904, 801, 961, 891, 961, 891, 904, It's diff --git a/data/train/gt_S1E2_frame12225.txt b/data/train/gt_S1E2_frame12225.txt new file mode 100644 index 0000000..7c88b48 --- /dev/null +++ b/data/train/gt_S1E2_frame12225.txt @@ -0,0 +1,8 @@ +1137, 901, 1137, 951, 1374, 951, 1374, 901, English? +729, 830, 729, 887, 894, 887, 894, 830, Marie +549, 830, 549, 894, 714, 894, 714, 830, -Was +924, 830, 924, 884, 1209, 884, 1209, 830, Villeneuve? +840, 911, 840, 961, 1065, 961, 1065, 911, French +729, 897, 729, 958, 879, 958, 879, 897, killer +1065, 914, 1065, 958, 1170, 958, 1170, 914, or +624, 904, 624, 965, 735, 965, 735, 904, the diff --git a/data/train/gt_S1E2_frame12275.txt b/data/train/gt_S1E2_frame12275.txt new file mode 100644 index 0000000..ae52746 --- /dev/null +++ b/data/train/gt_S1E2_frame12275.txt @@ -0,0 +1,9 @@ +1137, 901, 1137, 951, 1374, 951, 1374, 901, English? +729, 830, 729, 887, 894, 887, 894, 830, Marie +549, 830, 549, 894, 714, 894, 714, 830, -Was +924, 830, 924, 884, 1209, 884, 1209, 830, Villeneuve? +840, 911, 840, 961, 1065, 961, 1065, 911, French +729, 897, 729, 958, 879, 958, 879, 897, killer +1065, 914, 1065, 958, 1170, 958, 1170, 914, or +624, 904, 624, 965, 735, 965, 735, 904, the + diff --git a/data/train/gt_S1E2_frame12300.txt b/data/train/gt_S1E2_frame12300.txt new file mode 100644 index 0000000..f1ad0cf --- /dev/null +++ b/data/train/gt_S1E2_frame12300.txt @@ -0,0 +1,3 @@ +1197, 911, 1197, 958, 1431, 958, 1431, 911, release? +1041, 911, 1041, 961, 1194, 961, 1194, 911, press +486, 904, 486, 965, 648, 965, 648, 904, When diff --git a/data/train/gt_S1E2_frame12325.txt b/data/train/gt_S1E2_frame12325.txt new file mode 100644 index 0000000..0dc1f04 --- /dev/null +++ b/data/train/gt_S1E2_frame12325.txt @@ -0,0 +1,3 @@ +1038, 911, 1038, 961, 1194, 961, 1194, 911, press +1194, 907, 1194, 958, 1422, 958, 1422, 907, release? +489, 904, 489, 965, 651, 965, 651, 904, When diff --git a/data/train/gt_S1E2_frame12350.txt b/data/train/gt_S1E2_frame12350.txt new file mode 100644 index 0000000..e83b976 --- /dev/null +++ b/data/train/gt_S1E2_frame12350.txt @@ -0,0 +1,7 @@ +669, 904, 669, 965, 840, 965, 840, 904, about +933, 907, 933, 961, 1035, 961, 1035, 907, five +1044, 833, 1044, 894, 1197, 894, 1197, 833, more +903, 833, 903, 891, 1041, 891, 1041, 833, know +1038, 901, 1038, 965, 1242, 965, 1242, 901, truths? +831, 901, 831, 961, 951, 961, 951, 901, the +690, 826, 690, 897, 810, 897, 810, 826, Do diff --git a/data/train/gt_S1E2_frame12375.txt b/data/train/gt_S1E2_frame12375.txt new file mode 100644 index 0000000..0d12def --- /dev/null +++ b/data/train/gt_S1E2_frame12375.txt @@ -0,0 +1,8 @@ +669, 904, 669, 965, 840, 965, 840, 904, about +933, 907, 933, 961, 1035, 961, 1035, 907, five +1044, 833, 1044, 894, 1197, 894, 1197, 833, more +903, 833, 903, 891, 1041, 891, 1041, 833, know +1038, 901, 1038, 965, 1242, 965, 1242, 901, truths? +831, 901, 831, 961, 951, 961, 951, 901, the +690, 826, 690, 897, 810, 897, 810, 826, Do + diff --git a/data/train/gt_S1E2_frame12450.txt b/data/train/gt_S1E2_frame12450.txt new file mode 100644 index 0000000..e0704bc --- /dev/null +++ b/data/train/gt_S1E2_frame12450.txt @@ -0,0 +1,4 @@ +1107, 914, 1107, 965, 1251, 965, 1251, 914, ### +873, 914, 873, 968, 1086, 968, 1086, 914, evening +648, 911, 648, 961, 750, 961, 750, 911, free +756, 907, 756, 965, 870, 965, 870, 907, this diff --git a/data/train/gt_S1E2_frame12575.txt b/data/train/gt_S1E2_frame12575.txt new file mode 100644 index 0000000..bfd6631 --- /dev/null +++ b/data/train/gt_S1E2_frame12575.txt @@ -0,0 +1,10 @@ +771, 904, 771, 961, 942, 961, 942, 904, video +1050, 911, 1050, 961, 1182, 961, 1182, 911, gone +1086, 816, 1086, 884, 1320, 884, 1320, 816, blocked, +558, 830, 558, 894, 687, 894, 687, 830, The +657, 833, 657, 887, 849, 887, 849, 833, server +1194, 904, 1194, 961, 1335, 961, 1335, 904, viral. +960, 830, 960, 884, 1098, 884, 1098, 830, been +849, 833, 849, 887, 951, 887, 951, 833, has +630, 907, 630, 965, 783, 965, 783, 907, but the +939, 907, 939, 961, 1041, 961, 1041, 907, has diff --git a/data/train/gt_S1E2_frame12700.txt b/data/train/gt_S1E2_frame12700.txt new file mode 100644 index 0000000..36eb2bf --- /dev/null +++ b/data/train/gt_S1E2_frame12700.txt @@ -0,0 +1,4 @@ +1272, 911, 1272, 968, 1440, 968, 1440, 911, group. +1002, 901, 1002, 955, 1257, 955, 1257, 901, organised +474, 904, 474, 968, 684, 968, 684, 904, Doesn't +819, 901, 819, 958, 960, 958, 960, 901, like an diff --git a/data/train/gt_S1E2_frame12725.txt b/data/train/gt_S1E2_frame12725.txt new file mode 100644 index 0000000..d78ebd9 --- /dev/null +++ b/data/train/gt_S1E2_frame12725.txt @@ -0,0 +1,5 @@ +624, 833, 624, 887, 747, 887, 747, 833, That +900, 826, 900, 891, 1101, 891, 1101, 826, placate +1110, 826, 1110, 887, 1263, 887, 1263, 826, them. +750, 826, 750, 891, 909, 891, 909, 826, won't +978, 911, 978, 961, 1185, 961, 1185, 911, results. diff --git a/data/train/gt_S1E2_frame12750.txt b/data/train/gt_S1E2_frame12750.txt new file mode 100644 index 0000000..1965fc5 --- /dev/null +++ b/data/train/gt_S1E2_frame12750.txt @@ -0,0 +1,5 @@ +627, 833, 627, 887, 747, 887, 747, 833, That +903, 826, 903, 891, 1101, 891, 1101, 826, placate +1113, 826, 1113, 887, 1263, 887, 1263, 826, them. +750, 826, 750, 887, 909, 887, 909, 826, won't +981, 911, 981, 961, 1185, 961, 1185, 911, results. diff --git a/data/train/gt_S1E2_frame13250.txt b/data/train/gt_S1E2_frame13250.txt new file mode 100644 index 0000000..7f1c3f7 --- /dev/null +++ b/data/train/gt_S1E2_frame13250.txt @@ -0,0 +1,11 @@ +555, 904, 555, 961, 699, 961, 699, 904, Fixed +867, 911, 867, 965, 1014, 965, 1014, 911, pipes +660, 830, 660, 891, 864, 891, 864, 830, Brother. +1170, 820, 1170, 891, 1332, 891, 1332, 820, three. +1179, 901, 1179, 968, 1371, 968, 1371, 901, tunnel. +759, 907, 759, 965, 867, 965, 867, 907, the +1044, 830, 1044, 887, 1185, 887, 1185, 830, were +885, 830, 885, 887, 1041, 887, 1041, 830, There +555, 837, 555, 894, 648, 894, 648, 837, Big +1008, 907, 1008, 965, 1086, 965, 1086, 907, in +1086, 907, 1086, 961, 1182, 961, 1182, 907, the diff --git a/data/train/gt_S1E2_frame13425.txt b/data/train/gt_S1E2_frame13425.txt new file mode 100644 index 0000000..a7a0195 --- /dev/null +++ b/data/train/gt_S1E2_frame13425.txt @@ -0,0 +1,6 @@ +1167, 914, 1167, 958, 1287, 958, 1287, 914, Way. +651, 826, 651, 887, 786, 887, 786, 826, And +999, 918, 999, 961, 1071, 961, 1071, 918, on +825, 830, 825, 891, 1203, 891, 1203, 830, researcher? +1062, 907, 1062, 958, 1173, 958, 1173, 907, his +660, 904, 660, 961, 771, 961, 771, 904, It’s diff --git a/data/train/gt_S1E2_frame13525.txt b/data/train/gt_S1E2_frame13525.txt new file mode 100644 index 0000000..b6be33b --- /dev/null +++ b/data/train/gt_S1E2_frame13525.txt @@ -0,0 +1,6 @@ +717, 911, 717, 961, 1005, 961, 1005, 911, Villeneuve +1026, 826, 1026, 884, 1176, 884, 1176, 826, hotel +1008, 907, 1008, 968, 1353, 968, 1353, 907, disappeared. +555, 907, 555, 965, 723, 965, 723, 907, where +798, 833, 798, 884, 933, 884, 933, 833, be at +921, 826, 921, 884, 1023, 884, 1023, 826, the diff --git a/data/train/gt_S1E2_frame13575.txt b/data/train/gt_S1E2_frame13575.txt new file mode 100644 index 0000000..bc38502 --- /dev/null +++ b/data/train/gt_S1E2_frame13575.txt @@ -0,0 +1,4 @@ +819, 911, 819, 968, 927, 968, 927, 911, Yes, +813, 830, 813, 891, 933, 891, 933, 830, Got +915, 820, 915, 884, 1074, 884, 1074, 820, that? +1020, 911, 1020, 968, 1146, 968, 1146, 911, Pam. diff --git a/data/train/gt_S1E2_frame13600.txt b/data/train/gt_S1E2_frame13600.txt new file mode 100644 index 0000000..23f15e0 --- /dev/null +++ b/data/train/gt_S1E2_frame13600.txt @@ -0,0 +1,4 @@ +816, 833, 816, 891, 927, 891, 927, 833, Got +828, 911, 828, 968, 930, 968, 930, 911, Yes, +927, 820, 927, 884, 1077, 884, 1077, 820, that? +1017, 907, 1017, 968, 1149, 968, 1149, 907, Pam. diff --git a/data/train/gt_S1E2_frame16775.txt b/data/train/gt_S1E2_frame16775.txt new file mode 100644 index 0000000..879efd8 --- /dev/null +++ b/data/train/gt_S1E2_frame16775.txt @@ -0,0 +1,6 @@ +1059, 901, 1059, 955, 1341, 955, 1341, 901, spattered. +732, 830, 732, 887, 900, 887, 900, 830, found +897, 904, 897, 965, 1059, 965, 1059, 904, blood +1062, 833, 1062, 887, 1254, 887, 1254, 833, traces +873, 826, 873, 894, 1086, 894, 1086, 826, minute +600, 911, 600, 965, 888, 965, 888, 911, of Gemma’s diff --git a/data/train/gt_S1E2_frame16850.txt b/data/train/gt_S1E2_frame16850.txt new file mode 100644 index 0000000..acb40ce --- /dev/null +++ b/data/train/gt_S1E2_frame16850.txt @@ -0,0 +1,4 @@ +1134, 907, 1134, 965, 1329, 965, 1329, 907, round. +1026, 914, 1026, 961, 1146, 961, 1146, 914, way +588, 907, 588, 961, 687, 961, 687, 907, But +693, 907, 693, 958, 870, 958, 870, 907, not the diff --git a/data/train/gt_S1E2_frame16975.txt b/data/train/gt_S1E2_frame16975.txt new file mode 100644 index 0000000..76ef15d --- /dev/null +++ b/data/train/gt_S1E2_frame16975.txt @@ -0,0 +1 @@ +897, 914, 897, 968, 1020, 968, 1020, 914, Yes. diff --git a/data/train/gt_S1E2_frame17000.txt b/data/train/gt_S1E2_frame17000.txt new file mode 100644 index 0000000..a31578a --- /dev/null +++ b/data/train/gt_S1E2_frame17000.txt @@ -0,0 +1,7 @@ +1311, 914, 1311, 961, 1443, 961, 1443, 914, saw. +1167, 914, 1167, 961, 1320, 961, 1320, 914, same +636, 911, 636, 961, 789, 961, 789, 911, same +927, 897, 927, 961, 1068, 961, 1068, 897, With +1065, 907, 1065, 965, 1170, 965, 1170, 907, the +486, 904, 486, 968, 648, 968, 648, 904, At the +792, 907, 792, 961, 924, 961, 924, 907, time. diff --git a/data/train/gt_S1E2_frame17075.txt b/data/train/gt_S1E2_frame17075.txt new file mode 100644 index 0000000..ff64b63 --- /dev/null +++ b/data/train/gt_S1E2_frame17075.txt @@ -0,0 +1,2 @@ +1005, 911, 1005, 965, 1206, 965, 1206, 911, of saw? +690, 907, 690, 968, 993, 968, 993, 907, What type diff --git a/data/train/gt_S1E2_frame17100.txt b/data/train/gt_S1E2_frame17100.txt new file mode 100644 index 0000000..5b78ce3 --- /dev/null +++ b/data/train/gt_S1E2_frame17100.txt @@ -0,0 +1,4 @@ +870, 911, 870, 968, 1062, 968, 1062, 911, cutting +504, 904, 504, 968, 783, 968, 783, 904, bandsaw, +1179, 907, 1179, 958, 1437, 958, 1437, 907, carcasses. +783, 911, 783, 965, 885, 965, 885, 911, for diff --git a/data/train/gt_S1E2_frame17425.txt b/data/train/gt_S1E2_frame17425.txt new file mode 100644 index 0000000..dcf0320 --- /dev/null +++ b/data/train/gt_S1E2_frame17425.txt @@ -0,0 +1,3 @@ +933, 904, 933, 965, 1236, 965, 1236, 904, Eurotunnel. +675, 904, 675, 965, 831, 965, 831, 904, So is +813, 904, 813, 961, 930, 961, 930, 904, the diff --git a/data/train/gt_S1E2_frame17475.txt b/data/train/gt_S1E2_frame17475.txt new file mode 100644 index 0000000..14fad4c --- /dev/null +++ b/data/train/gt_S1E2_frame17475.txt @@ -0,0 +1 @@ +837, 904, 837, 978, 1065, 978, 1065, 904, Exactly. diff --git a/data/train/gt_S1E2_frame17650.txt b/data/train/gt_S1E2_frame17650.txt new file mode 100644 index 0000000..3515e3f --- /dev/null +++ b/data/train/gt_S1E2_frame17650.txt @@ -0,0 +1,8 @@ +735, 907, 735, 968, 870, 968, 870, 907, body +975, 904, 975, 968, 1167, 968, 1167, 904, needs, +690, 826, 690, 887, 825, 887, 825, 826, Get +894, 911, 894, 961, 1002, 961, 1002, 911, has +1083, 833, 1083, 887, 1191, 887, 1191, 833, Eat. +792, 833, 792, 887, 951, 887, 951, 833, some +630, 904, 630, 965, 735, 965, 735, 904, The +954, 830, 954, 884, 1080, 884, 1080, 830, rest. diff --git a/data/train/gt_S1E2_frame17825.txt b/data/train/gt_S1E2_frame17825.txt new file mode 100644 index 0000000..2a5dd27 --- /dev/null +++ b/data/train/gt_S1E2_frame17825.txt @@ -0,0 +1 @@ +873, 911, 873, 968, 1059, 968, 1059, 911, I know. diff --git a/data/train/gt_S1E2_frame25425.txt b/data/train/gt_S1E2_frame25425.txt new file mode 100644 index 0000000..997f11c --- /dev/null +++ b/data/train/gt_S1E2_frame25425.txt @@ -0,0 +1,5 @@ +648, 826, 648, 887, 825, 887, 825, 826, That's +693, 904, 693, 961, 927, 961, 927, 904, Madame +807, 830, 807, 891, 987, 891, 987, 830, where +930, 904, 930, 955, 1239, 955, 1239, 904, Villeneuve. +1020, 830, 1020, 884, 1230, 884, 1230, 830, last saw diff --git a/data/train/gt_S1E2_frame25525.txt b/data/train/gt_S1E2_frame25525.txt new file mode 100644 index 0000000..1578c03 --- /dev/null +++ b/data/train/gt_S1E2_frame25525.txt @@ -0,0 +1,11 @@ +1179, 914, 1179, 961, 1413, 961, 1413, 914, meeting. +555, 911, 555, 965, 699, 965, 699, 911, clear +918, 830, 918, 880, 1056, 880, 1056, 830, walk +1107, 833, 1107, 884, 1218, 884, 1218, 833, the +1206, 826, 1206, 887, 1350, 887, 1350, 826, park +942, 911, 942, 961, 1182, 961, 1182, 911, after the +537, 830, 537, 891, 666, 891, 666, 830, She +660, 826, 660, 884, 804, 884, 804, 826, went +708, 907, 708, 965, 810, 965, 810, 907, her +795, 837, 795, 897, 906, 897, 906, 837, for a +1041, 830, 1041, 891, 1137, 891, 1137, 830, ### diff --git a/data/train/gt_S1E2_frame25575.txt b/data/train/gt_S1E2_frame25575.txt new file mode 100644 index 0000000..5f14170 --- /dev/null +++ b/data/train/gt_S1E2_frame25575.txt @@ -0,0 +1,12 @@ +1182, 911, 1182, 958, 1410, 958, 1410, 911, meeting. +804, 907, 804, 961, 936, 961, 936, 907, head +561, 911, 561, 961, 696, 961, 696, 911, clear +915, 833, 915, 884, 1062, 884, 1062, 833, walk +1110, 833, 1110, 887, 1218, 887, 1218, 833, the +537, 830, 537, 887, 663, 887, 663, 830, She +939, 907, 939, 961, 1182, 961, 1182, 907, after the +1212, 826, 1212, 891, 1353, 891, 1353, 826, park +711, 911, 711, 965, 813, 965, 813, 911, her +660, 830, 660, 884, 804, 884, 804, 830, went +795, 837, 795, 894, 900, 894, 900, 837, for +1041, 826, 1041, 887, 1131, 887, 1131, 826, in diff --git a/data/train/gt_S1E2_frame25600.txt b/data/train/gt_S1E2_frame25600.txt new file mode 100644 index 0000000..0c6aa3b --- /dev/null +++ b/data/train/gt_S1E2_frame25600.txt @@ -0,0 +1,9 @@ +624, 826, 624, 891, 789, 891, 789, 826, We've +1041, 907, 1041, 961, 1320, 961, 1320, 907, witnesses. +684, 907, 684, 958, 945, 958, 945, 907, evidence. +1107, 826, 1107, 891, 1257, 891, 1257, 826, park. +792, 826, 792, 891, 1023, 891, 1023, 826, combed +1014, 830, 1014, 891, 1134, 891, 1134, 830, the +933, 904, 933, 958, 1044, 958, 1044, 904, No + + diff --git a/data/train/gt_S1E2_frame25700.txt b/data/train/gt_S1E2_frame25700.txt new file mode 100644 index 0000000..2bdbe26 --- /dev/null +++ b/data/train/gt_S1E2_frame25700.txt @@ -0,0 +1,4 @@ +867, 911, 867, 958, 978, 958, 978, 911, you +729, 914, 729, 961, 873, 961, 873, 914, were +1041, 901, 1041, 961, 1323, 961, 1323, 901, Marseille? +957, 911, 957, 961, 1044, 961, 1044, 911, in diff --git a/data/train/gt_S1E2_frame25825.txt b/data/train/gt_S1E2_frame25825.txt new file mode 100644 index 0000000..970b381 --- /dev/null +++ b/data/train/gt_S1E2_frame25825.txt @@ -0,0 +1,2 @@ +804, 904, 804, 961, 996, 961, 996, 904, Thank +984, 914, 984, 961, 1101, 961, 1101, 914, you. diff --git a/data/train/gt_S1E2_frame26000.txt b/data/train/gt_S1E2_frame26000.txt new file mode 100644 index 0000000..67b5774 --- /dev/null +++ b/data/train/gt_S1E2_frame26000.txt @@ -0,0 +1 @@ +876, 914, 876, 958, 1026, 958, 1026, 914, thank diff --git a/data/train/gt_S1E2_frame26200.txt b/data/train/gt_S1E2_frame26200.txt new file mode 100644 index 0000000..fd42720 --- /dev/null +++ b/data/train/gt_S1E2_frame26200.txt @@ -0,0 +1,3 @@ +1002, 911, 1002, 961, 1209, 961, 1209, 911, dossier. +816, 904, 816, 958, 999, 958, 999, 904, lunatic +702, 907, 702, 961, 807, 961, 807, 907, The diff --git a/data/train/gt_S1E2_frame26250.txt b/data/train/gt_S1E2_frame26250.txt new file mode 100644 index 0000000..1ba0c74 --- /dev/null +++ b/data/train/gt_S1E2_frame26250.txt @@ -0,0 +1,3 @@ +1008, 907, 1008, 955, 1260, 955, 1260, 907, lunatics? +810, 907, 810, 961, 948, 961, 948, 907, kind +915, 911, 915, 961, 1047, 961, 1047, 911, of diff --git a/data/train/gt_S1E2_frame26300.txt b/data/train/gt_S1E2_frame26300.txt new file mode 100644 index 0000000..245ca33 --- /dev/null +++ b/data/train/gt_S1E2_frame26300.txt @@ -0,0 +1,6 @@ +969, 826, 969, 887, 1263, 887, 1263, 826, the far left +627, 907, 627, 965, 969, 965, 969, 907, conspiracy +630, 833, 630, 891, 747, 891, 747, 833, The +978, 907, 978, 958, 1272, 958, 1272, 907, theorists... +732, 837, 732, 887, 843, 887, 843, 837, far +804, 830, 804, 891, 969, 891, 969, 830, right, diff --git a/data/train/gt_S1E2_frame26400.txt b/data/train/gt_S1E2_frame26400.txt new file mode 100644 index 0000000..99c8876 --- /dev/null +++ b/data/train/gt_S1E2_frame26400.txt @@ -0,0 +1,7 @@ +825, 907, 825, 961, 1074, 961, 1074, 907, Occupied +609, 914, 609, 961, 819, 961, 819, 914, Zionist +576, 820, 576, 884, 954, 884, 954, 820, "Vaccinations +1101, 907, 1101, 961, 1434, 961, 1434, 907, Government." +462, 911, 462, 961, 603, 961, 603, 911, of the +1089, 833, 1089, 891, 1317, 891, 1317, 833, weapon +936, 833, 936, 884, 1083, 884, 1083, 833, are a diff --git a/data/train/gt_S1E2_frame26425.txt b/data/train/gt_S1E2_frame26425.txt new file mode 100644 index 0000000..99c8876 --- /dev/null +++ b/data/train/gt_S1E2_frame26425.txt @@ -0,0 +1,7 @@ +825, 907, 825, 961, 1074, 961, 1074, 907, Occupied +609, 914, 609, 961, 819, 961, 819, 914, Zionist +576, 820, 576, 884, 954, 884, 954, 820, "Vaccinations +1101, 907, 1101, 961, 1434, 961, 1434, 907, Government." +462, 911, 462, 961, 603, 961, 603, 911, of the +1089, 833, 1089, 891, 1317, 891, 1317, 833, weapon +936, 833, 936, 884, 1083, 884, 1083, 833, are a diff --git a/data/train/gt_S1E2_frame26450.txt b/data/train/gt_S1E2_frame26450.txt new file mode 100644 index 0000000..9171da8 --- /dev/null +++ b/data/train/gt_S1E2_frame26450.txt @@ -0,0 +1,11 @@ +1191, 826, 1191, 880, 1329, 880, 1329, 826, idiot +1035, 901, 1035, 955, 1392, 955, 1392, 901, vaccinations. +1089, 837, 1089, 887, 1197, 887, 1197, 837, an +798, 914, 798, 965, 954, 965, 954, 914, views +660, 904, 660, 965, 798, 965, 798, 904, their +945, 914, 945, 965, 1038, 965, 1038, 914, on +804, 833, 804, 891, 993, 891, 993, 833, always +513, 907, 513, 968, 651, 968, 651, 907, from +978, 833, 978, 891, 1122, 891, 1122, 833, spot +567, 826, 567, 897, 693, 897, 693, 826, You +672, 833, 672, 891, 786, 891, 786, 833, can \ No newline at end of file diff --git a/data/train/gt_S1E2_frame26500.txt b/data/train/gt_S1E2_frame26500.txt new file mode 100644 index 0000000..ebe2d14 --- /dev/null +++ b/data/train/gt_S1E2_frame26500.txt @@ -0,0 +1,11 @@ +1191, 826, 1191, 880, 1329, 880, 1329, 826, idiot +1035, 901, 1035, 955, 1392, 955, 1392, 901, vaccinations. +1089, 837, 1089, 887, 1197, 887, 1197, 837, an +798, 914, 798, 965, 954, 965, 954, 914, views +660, 904, 660, 965, 798, 965, 798, 904, their +945, 914, 945, 965, 1038, 965, 1038, 914, on +804, 833, 804, 891, 993, 891, 993, 833, always +513, 907, 513, 968, 651, 968, 651, 907, from +978, 833, 978, 891, 1122, 891, 1122, 833, spot +567, 826, 567, 897, 693, 897, 693, 826, You +672, 833, 672, 891, 786, 891, 786, 833, can diff --git a/data/train/gt_S1E2_frame26600.txt b/data/train/gt_S1E2_frame26600.txt new file mode 100644 index 0000000..0cdacd3 --- /dev/null +++ b/data/train/gt_S1E2_frame26600.txt @@ -0,0 +1,5 @@ +1167, 826, 1167, 880, 1398, 880, 1398, 826, Zidane? +735, 830, 735, 884, 936, 884, 936, 830, Aliens? +951, 830, 951, 884, 1191, 884, 1191, 830, Zinedine +474, 830, 474, 887, 732, 887, 732, 830, Mossad? +846, 911, 846, 961, 945, 961, 945, 911, all diff --git a/data/train/gt_S1E2_frame26725.txt b/data/train/gt_S1E2_frame26725.txt new file mode 100644 index 0000000..715e284 --- /dev/null +++ b/data/train/gt_S1E2_frame26725.txt @@ -0,0 +1,9 @@ +831, 907, 831, 961, 1059, 961, 1059, 907, stealing +1047, 911, 1047, 965, 1182, 965, 1182, 911, their +1179, 911, 1179, 958, 1317, 958, 1317, 911, vote. +825, 837, 825, 887, 942, 887, 942, 837, was +1116, 820, 1116, 887, 1281, 887, 1281, 820, right. +597, 907, 597, 961, 702, 961, 702, 907, She +621, 826, 621, 891, 801, 891, 801, 826, I think +717, 914, 717, 961, 825, 961, 825, 914, was +951, 830, 951, 891, 1047, 891, 1047, 830, the diff --git a/data/train/gt_S1E2_frame26775.txt b/data/train/gt_S1E2_frame26775.txt new file mode 100644 index 0000000..7c59874 --- /dev/null +++ b/data/train/gt_S1E2_frame26775.txt @@ -0,0 +1,9 @@ +1047, 911, 1047, 961, 1185, 961, 1185, 911, their +828, 907, 828, 961, 1059, 961, 1059, 907, stealing +1182, 911, 1182, 958, 1314, 958, 1314, 911, vote. +825, 837, 825, 887, 942, 887, 942, 837, was +600, 907, 600, 961, 705, 961, 705, 907, She +624, 826, 624, 891, 792, 891, 792, 826, I think +1095, 823, 1095, 887, 1281, 887, 1281, 823, far right. +717, 911, 717, 961, 831, 961, 831, 911, was +954, 830, 954, 891, 1041, 891, 1041, 830, the diff --git a/data/train/gt_S1E2_frame26800.txt b/data/train/gt_S1E2_frame26800.txt new file mode 100644 index 0000000..9c82036 --- /dev/null +++ b/data/train/gt_S1E2_frame26800.txt @@ -0,0 +1,2 @@ +858, 907, 858, 961, 1023, 961, 1023, 907, racist +1023, 911, 1023, 958, 1164, 958, 1164, 911, vote. diff --git a/data/train/gt_S1E2_frame26850.txt b/data/train/gt_S1E2_frame26850.txt new file mode 100644 index 0000000..3e8422e --- /dev/null +++ b/data/train/gt_S1E2_frame26850.txt @@ -0,0 +1,3 @@ +684, 904, 684, 965, 954, 965, 954, 904, I wouldn't +945, 907, 945, 958, 1047, 958, 1047, 907, call +1044, 907, 1044, 961, 1236, 961, 1236, 907, it that. diff --git a/data/train/gt_S1E2_frame26950.txt b/data/train/gt_S1E2_frame26950.txt new file mode 100644 index 0000000..20356ab --- /dev/null +++ b/data/train/gt_S1E2_frame26950.txt @@ -0,0 +1,10 @@ +1248, 907, 1248, 958, 1404, 958, 1404, 907, truth. +798, 914, 798, 958, 978, 958, 978, 914, want to +504, 911, 504, 961, 657, 961, 657, 911, when +960, 911, 960, 958, 1158, 958, 1158, 911, avoid +543, 826, 543, 891, 747, 891, 747, 826, People +846, 833, 846, 894, 1011, 894, 1011, 833, things +1116, 830, 1116, 887, 1353, 887, 1353, 830, complex +1158, 907, 1158, 955, 1260, 955, 1260, 907, the +717, 837, 717, 891, 831, 891, 831, 837, Say +999, 843, 999, 891, 1104, 891, 1104, 843, are diff --git a/data/train/gt_S1E2_frame35600.txt b/data/train/gt_S1E2_frame35600.txt new file mode 100644 index 0000000..b9ac924 --- /dev/null +++ b/data/train/gt_S1E2_frame35600.txt @@ -0,0 +1,5 @@ +759, 907, 759, 965, 972, 965, 972, 907, through +1077, 907, 1077, 958, 1269, 958, 1269, 907, lunatic +975, 907, 975, 961, 1083, 961, 1083, 907, the +516, 907, 516, 968, 624, 968, 624, 907, I've +1269, 918, 1269, 968, 1398, 968, 1398, 918, files. diff --git a/data/train/gt_S1E2_frame35725.txt b/data/train/gt_S1E2_frame35725.txt new file mode 100644 index 0000000..37a830d --- /dev/null +++ b/data/train/gt_S1E2_frame35725.txt @@ -0,0 +1,6 @@ +744, 904, 744, 961, 999, 961, 999, 904, religious +534, 826, 534, 891, 852, 891, 852, 826, Anarchists, +852, 826, 852, 887, 984, 887, 984, 826, both +1191, 826, 1191, 887, 1335, 887, 1335, 826, right. +981, 911, 981, 961, 1134, 961, 1134, 911, nuts. +993, 826, 993, 884, 1143, 884, 1143, 826, left and diff --git a/data/train/gt_S1E2_frame35850.txt b/data/train/gt_S1E2_frame35850.txt new file mode 100644 index 0000000..a3c612f --- /dev/null +++ b/data/train/gt_S1E2_frame35850.txt @@ -0,0 +1,8 @@ +792, 914, 792, 961, 912, 961, 912, 914, eats +663, 907, 663, 961, 792, 961, 792, 907, only +1125, 911, 1125, 968, 1383, 968, 1383, 911, produce. +573, 826, 573, 887, 747, 887, 747, 826, There’s +1188, 833, 1188, 887, 1317, 887, 1317, 833, farm +966, 914, 966, 961, 1140, 961, 1140, 914, his own +945, 837, 945, 894, 1071, 894, 1071, 837, guy +774, 837, 774, 887, 951, 887, 951, 837, even a diff --git a/data/train/gt_S1E2_frame35925.txt b/data/train/gt_S1E2_frame35925.txt new file mode 100644 index 0000000..a3c612f --- /dev/null +++ b/data/train/gt_S1E2_frame35925.txt @@ -0,0 +1,8 @@ +792, 914, 792, 961, 912, 961, 912, 914, eats +663, 907, 663, 961, 792, 961, 792, 907, only +1125, 911, 1125, 968, 1383, 968, 1383, 911, produce. +573, 826, 573, 887, 747, 887, 747, 826, There’s +1188, 833, 1188, 887, 1317, 887, 1317, 833, farm +966, 914, 966, 961, 1140, 961, 1140, 914, his own +945, 837, 945, 894, 1071, 894, 1071, 837, guy +774, 837, 774, 887, 951, 887, 951, 837, even a diff --git a/data/train/gt_S1E2_frame36225.txt b/data/train/gt_S1E2_frame36225.txt new file mode 100644 index 0000000..fbe12ad --- /dev/null +++ b/data/train/gt_S1E2_frame36225.txt @@ -0,0 +1,3 @@ +753, 911, 753, 968, 936, 968, 936, 911, Sorry? +951, 830, 951, 884, 1182, 884, 1182, 830, welcome +762, 830, 762, 891, 945, 891, 945, 830, You're diff --git a/data/train/gt_S1E2_frame36250.txt b/data/train/gt_S1E2_frame36250.txt new file mode 100644 index 0000000..31ea760 --- /dev/null +++ b/data/train/gt_S1E2_frame36250.txt @@ -0,0 +1,3 @@ +753, 914, 753, 972, 936, 972, 936, 914, Sorry? +945, 826, 945, 887, 1188, 887, 1188, 826, welcome. +759, 826, 759, 891, 945, 891, 945, 826, You're diff --git a/data/train/gt_S1E2_frame36400.txt b/data/train/gt_S1E2_frame36400.txt new file mode 100644 index 0000000..277b390 --- /dev/null +++ b/data/train/gt_S1E2_frame36400.txt @@ -0,0 +1,9 @@ +1020, 826, 1020, 884, 1188, 884, 1188, 826, thank +561, 907, 561, 965, 699, 965, 699, 907, each +831, 904, 831, 965, 942, 965, 942, 904, you +1224, 897, 1224, 961, 1359, 961, 1359, 897, file? +714, 833, 714, 891, 849, 891, 849, 833, want +711, 907, 711, 965, 831, 965, 831, 907, time +1161, 837, 1161, 894, 1293, 894, 1293, 837, you +606, 830, 606, 894, 726, 894, 726, 830, You +957, 833, 957, 894, 1029, 894, 1029, 833, to \ No newline at end of file diff --git a/data/train/gt_S1E2_frame36425.txt b/data/train/gt_S1E2_frame36425.txt new file mode 100644 index 0000000..225cb81 --- /dev/null +++ b/data/train/gt_S1E2_frame36425.txt @@ -0,0 +1,4 @@ +879, 907, 879, 958, 1047, 958, 1047, 907, would +1143, 907, 1143, 955, 1407, 955, 1407, 907, sufficient. +630, 907, 630, 961, 885, 961, 885, 907, Just once +1041, 907, 1041, 955, 1131, 955, 1131, 907, be diff --git a/data/train/gt_S1E2_frame36625.txt b/data/train/gt_S1E2_frame36625.txt new file mode 100644 index 0000000..b4c2958 --- /dev/null +++ b/data/train/gt_S1E2_frame36625.txt @@ -0,0 +1,8 @@ +681, 907, 681, 965, 795, 965, 795, 907, That +807, 911, 807, 961, 918, 961, 918, 911, one +1044, 833, 1044, 887, 1176, 887, 1176, 833, next +1026, 918, 1026, 965, 1230, 965, 1230, 918, cover it. +558, 826, 558, 891, 723, 891, 723, 826, Don't +723, 833, 723, 891, 897, 891, 897, 833, worry. +1176, 830, 1176, 887, 1308, 887, 1308, 830, time. +873, 823, 873, 884, 1053, 884, 1053, 823, about diff --git a/data/train/gt_S1E2_frame36675.txt b/data/train/gt_S1E2_frame36675.txt new file mode 100644 index 0000000..9fa3f7e --- /dev/null +++ b/data/train/gt_S1E2_frame36675.txt @@ -0,0 +1,8 @@ +810, 911, 810, 961, 918, 961, 918, 911, one +1041, 830, 1041, 887, 1173, 887, 1173, 830, next +912, 907, 912, 965, 1020, 965, 1020, 907, will +1029, 914, 1029, 961, 1227, 961, 1227, 914, cover it. +561, 830, 561, 891, 726, 891, 726, 830, Don't +1176, 830, 1176, 887, 1308, 887, 1308, 830, time. +723, 837, 723, 894, 900, 894, 900, 837, worry +870, 826, 870, 887, 1053, 887, 1053, 826, about diff --git a/data/train/gt_S1E2_frame43725.txt b/data/train/gt_S1E2_frame43725.txt new file mode 100644 index 0000000..f1703d9 --- /dev/null +++ b/data/train/gt_S1E2_frame43725.txt @@ -0,0 +1,4 @@ +672, 911, 672, 968, 783, 968, 783, 911, Can +810, 904, 810, 958, 939, 958, 939, 904, get +1065, 907, 1065, 965, 1251, 965, 1251, 907, drink? +894, 914, 894, 965, 1038, 965, 1038, 914, you diff --git a/data/train/gt_S1E2_frame43800.txt b/data/train/gt_S1E2_frame43800.txt new file mode 100644 index 0000000..5122ae7 --- /dev/null +++ b/data/train/gt_S1E2_frame43800.txt @@ -0,0 +1,4 @@ +765, 911, 765, 965, 924, 965, 924, 911, prefer +1125, 911, 1125, 958, 1350, 958, 1350, 911, women? +621, 914, 621, 961, 756, 961, 756, 914, you +1044, 918, 1044, 961, 1134, 961, 1134, 918, or diff --git a/data/train/gt_S1E2_frame43950.txt b/data/train/gt_S1E2_frame43950.txt new file mode 100644 index 0000000..1ea7bfd --- /dev/null +++ b/data/train/gt_S1E2_frame43950.txt @@ -0,0 +1,5 @@ +639, 826, 639, 891, 825, 891, 825, 826, Mostly +1029, 901, 1029, 972, 1311, 972, 1311, 901, girlfriend? +732, 911, 732, 961, 846, 961, 846, 911, you +843, 907, 843, 965, 987, 965, 987, 907, have +834, 833, 834, 891, 1032, 891, 1032, 833, women. diff --git a/data/train/gt_S1E2_frame44100.txt b/data/train/gt_S1E2_frame44100.txt new file mode 100644 index 0000000..3979eed --- /dev/null +++ b/data/train/gt_S1E2_frame44100.txt @@ -0,0 +1,2 @@ +837, 914, 837, 961, 981, 961, 981, 914, have +1023, 911, 1023, 961, 1287, 961, 1287, 911, husband? diff --git a/data/train/gt_S1E2_frame44175.txt b/data/train/gt_S1E2_frame44175.txt new file mode 100644 index 0000000..cc36cee --- /dev/null +++ b/data/train/gt_S1E2_frame44175.txt @@ -0,0 +1,2 @@ +666, 907, 666, 968, 831, 968, 831, 907, Show +930, 914, 930, 965, 1065, 965, 1065, 914, your diff --git a/data/train/gt_S1E2_frame44350.txt b/data/train/gt_S1E2_frame44350.txt new file mode 100644 index 0000000..749b414 --- /dev/null +++ b/data/train/gt_S1E2_frame44350.txt @@ -0,0 +1,5 @@ +1143, 911, 1143, 965, 1254, 965, 1254, 911, ring +585, 907, 585, 961, 762, 961, 762, 907, could +747, 911, 747, 961, 894, 961, 894, 911, have +924, 826, 924, 894, 1146, 894, 1146, 826, nothing. +738, 833, 738, 891, 930, 891, 930, 833, Proves diff --git a/data/train/gt_S1E2_frame44600.txt b/data/train/gt_S1E2_frame44600.txt new file mode 100644 index 0000000..3cc721e --- /dev/null +++ b/data/train/gt_S1E2_frame44600.txt @@ -0,0 +1,5 @@ +993, 914, 993, 961, 1134, 961, 1134, 914, sleep +516, 904, 516, 968, 762, 968, 762, 904, Because +1146, 907, 1146, 961, 1269, 961, 1269, 907, with +1263, 911, 1263, 965, 1395, 965, 1395, 911, you. +780, 914, 780, 961, 921, 961, 921, 914, I want diff --git a/data/train/gt_S1E2_frame48525.txt b/data/train/gt_S1E2_frame48525.txt new file mode 100644 index 0000000..ba6b03d --- /dev/null +++ b/data/train/gt_S1E2_frame48525.txt @@ -0,0 +1,2 @@ +984, 914, 984, 965, 1152, 965, 1152, 914, sleep. +774, 907, 774, 965, 921, 965, 921, 907, I need diff --git a/data/train/gt_S1E2_frame48550.txt b/data/train/gt_S1E2_frame48550.txt new file mode 100644 index 0000000..309f761 --- /dev/null +++ b/data/train/gt_S1E2_frame48550.txt @@ -0,0 +1,7 @@ +702, 911, 702, 968, 840, 968, 840, 911, sleep +591, 911, 591, 961, 696, 961, 696, 911, can +1314, 918, 1314, 965, 1434, 965, 1434, 918, free. +846, 907, 846, 965, 990, 965, 990, 907, here. +474, 914, 474, 968, 585, 968, 585, 914, You +1002, 907, 1002, 958, 1110, 958, 1110, 907, The +1251, 907, 1251, 955, 1341, 955, 1341, 907, is diff --git a/data/train/gt_S1E2_frame48625.txt b/data/train/gt_S1E2_frame48625.txt new file mode 100644 index 0000000..909acae --- /dev/null +++ b/data/train/gt_S1E2_frame48625.txt @@ -0,0 +1,5 @@ +1110, 911, 1110, 965, 1242, 965, 1242, 911, back +1248, 914, 1248, 965, 1380, 965, 1380, 914, later. +594, 911, 594, 968, 855, 968, 855, 911, have to go, +942, 901, 942, 961, 1038, 961, 1038, 901, ### +1017, 907, 1017, 961, 1113, 961, 1113, 907, be diff --git a/data/train/gt_S1E2_frame48650.txt b/data/train/gt_S1E2_frame48650.txt new file mode 100644 index 0000000..581c23a --- /dev/null +++ b/data/train/gt_S1E2_frame48650.txt @@ -0,0 +1,5 @@ +960, 837, 960, 887, 1104, 887, 1104, 837, sleep +735, 911, 735, 961, 999, 961, 999, 911, someone +999, 907, 999, 961, 1164, 961, 1164, 907, next to +618, 911, 618, 965, 744, 965, 744, 911, with +789, 826, 789, 884, 951, 884, 951, 826, I can't diff --git a/data/train/gt_S1E2_frame48800.txt b/data/train/gt_S1E2_frame48800.txt new file mode 100644 index 0000000..bb37929 --- /dev/null +++ b/data/train/gt_S1E2_frame48800.txt @@ -0,0 +1,4 @@ +978, 904, 978, 955, 1185, 955, 1185, 904, earlier. +657, 826, 657, 891, 819, 891, 819, 826, You're +978, 830, 978, 887, 1227, 887, 1227, 830, stranger. +840, 837, 840, 891, 963, 891, 963, 837, not a diff --git a/data/train/gt_S1E2_frame48900.txt b/data/train/gt_S1E2_frame48900.txt new file mode 100644 index 0000000..3233308 --- /dev/null +++ b/data/train/gt_S1E2_frame48900.txt @@ -0,0 +1,3 @@ +666, 911, 666, 965, 900, 965, 900, 911, Put your +1014, 904, 1014, 965, 1161, 965, 1161, 904, back +900, 911, 900, 968, 1017, 968, 1017, 911, ring diff --git a/data/train/gt_S1E2_frame49000.txt b/data/train/gt_S1E2_frame49000.txt new file mode 100644 index 0000000..bd0b038 --- /dev/null +++ b/data/train/gt_S1E2_frame49000.txt @@ -0,0 +1,5 @@ +1122, 914, 1122, 961, 1401, 961, 1401, 914, someone. +951, 911, 951, 961, 1086, 961, 1086, 911, next +663, 914, 663, 965, 756, 965, 756, 914, can't +519, 907, 519, 965, 648, 965, 648, 907, I just +762, 911, 762, 968, 939, 968, 939, 911, sleep diff --git a/data/train/gt_S1E2_frame49125.txt b/data/train/gt_S1E2_frame49125.txt new file mode 100644 index 0000000..0c01b12 --- /dev/null +++ b/data/train/gt_S1E2_frame49125.txt @@ -0,0 +1,4 @@ +753, 830, 753, 891, 984, 891, 984, 830, breathe +627, 833, 627, 894, 765, 894, 765, 833, They +747, 904, 747, 965, 1050, 965, 1050, 904, It disturbs +1083, 830, 1083, 887, 1251, 887, 1251, 830, much. diff --git a/data/train/gt_S1E2_frame49375.txt b/data/train/gt_S1E2_frame49375.txt new file mode 100644 index 0000000..fba0353 --- /dev/null +++ b/data/train/gt_S1E2_frame49375.txt @@ -0,0 +1,5 @@ +1044, 911, 1044, 961, 1236, 961, 1236, 911, you're +711, 918, 711, 961, 837, 961, 837, 918, ever +492, 904, 492, 965, 714, 965, 714, 904, Anyone +951, 911, 951, 961, 1068, 961, 1068, 911, you +1230, 907, 1230, 961, 1425, 961, 1425, 907, weird? diff --git a/data/train/gt_S1E2_frame49600.txt b/data/train/gt_S1E2_frame49600.txt new file mode 100644 index 0000000..fda499e --- /dev/null +++ b/data/train/gt_S1E2_frame49600.txt @@ -0,0 +1,2 @@ +945, 914, 945, 965, 1065, 965, 1065, 914, was +693, 911, 693, 961, 900, 961, 900, 911, Thanks. diff --git a/data/train/gt_S1E2_frame49675.txt b/data/train/gt_S1E2_frame49675.txt new file mode 100644 index 0000000..6c8db3f --- /dev/null +++ b/data/train/gt_S1E2_frame49675.txt @@ -0,0 +1 @@ +840, 901, 840, 965, 1083, 965, 1083, 901, Anytime. diff --git a/data/train/gt_S1E2_frame49700.txt b/data/train/gt_S1E2_frame49700.txt new file mode 100644 index 0000000..dcbd7b8 --- /dev/null +++ b/data/train/gt_S1E2_frame49700.txt @@ -0,0 +1 @@ +849, 904, 849, 972, 1062, 972, 1062, 904, Really? diff --git a/data/train/gt_S1E2_frame49750.txt b/data/train/gt_S1E2_frame49750.txt new file mode 100644 index 0000000..9b157d1 --- /dev/null +++ b/data/train/gt_S1E2_frame49750.txt @@ -0,0 +1 @@ +879, 914, 879, 968, 1032, 968, 1032, 914, Sure. diff --git a/data/train/gt_S1E2_frame49825.txt b/data/train/gt_S1E2_frame49825.txt new file mode 100644 index 0000000..bb9253a --- /dev/null +++ b/data/train/gt_S1E2_frame49825.txt @@ -0,0 +1 @@ +909, 904, 909, 965, 1020, 965, 1020, 904, OK. diff --git a/data/train/gt_S1E2_frame55350.txt b/data/train/gt_S1E2_frame55350.txt new file mode 100644 index 0000000..37fd1c3 --- /dev/null +++ b/data/train/gt_S1E2_frame55350.txt @@ -0,0 +1,5 @@ +1143, 907, 1143, 961, 1275, 961, 1275, 907, head +1020, 914, 1020, 961, 1131, 961, 1131, 914, your +687, 907, 687, 958, 807, 958, 807, 907, and +531, 911, 531, 968, 684, 968, 684, 911, Move +1287, 911, 1287, 961, 1383, 961, 1383, 911, off. diff --git a/data/train/gt_S1E2_frame55525.txt b/data/train/gt_S1E2_frame55525.txt new file mode 100644 index 0000000..7d3c9f0 --- /dev/null +++ b/data/train/gt_S1E2_frame55525.txt @@ -0,0 +1,5 @@ +618, 826, 618, 894, 888, 894, 888, 826, Capitaine +591, 901, 591, 958, 813, 958, 813, 901, Brigade +1101, 907, 1101, 961, 1266, 961, 1266, 907, I have +897, 830, 897, 887, 1239, 887, 1239, 830, Wassermann +798, 904, 798, 965, 1092, 965, 1092, 904, Criminelle. diff --git a/data/train/gt_S1E2_frame55825.txt b/data/train/gt_S1E2_frame55825.txt new file mode 100644 index 0000000..c0f0f13 --- /dev/null +++ b/data/train/gt_S1E2_frame55825.txt @@ -0,0 +1,2 @@ +996, 907, 996, 965, 1185, 965, 1185, 907, inside. +804, 914, 804, 961, 903, 961, 903, 914, on. diff --git a/data/train/gt_S1E2_frame55850.txt b/data/train/gt_S1E2_frame55850.txt new file mode 100644 index 0000000..a534a18 --- /dev/null +++ b/data/train/gt_S1E2_frame55850.txt @@ -0,0 +1,3 @@ +801, 904, 801, 965, 1065, 965, 1065, 904, yourself at +651, 911, 651, 968, 798, 968, 798, 911, Make +1095, 907, 1095, 961, 1260, 961, 1260, 907, home. diff --git a/data/train/gt_S1E2_frame56225.txt b/data/train/gt_S1E2_frame56225.txt new file mode 100644 index 0000000..8a44af5 --- /dev/null +++ b/data/train/gt_S1E2_frame56225.txt @@ -0,0 +1,2 @@ +1017, 907, 1017, 958, 1158, 958, 1158, 907, you? +894, 914, 894, 958, 1014, 958, 1014, 914, sent diff --git a/data/train/gt_S1E2_frame56675.txt b/data/train/gt_S1E2_frame56675.txt new file mode 100644 index 0000000..8e8d5dc --- /dev/null +++ b/data/train/gt_S1E2_frame56675.txt @@ -0,0 +1,3 @@ +744, 911, 744, 958, 855, 958, 855, 911, not +849, 911, 849, 965, 1155, 965, 1155, 911, important to +645, 907, 645, 965, 738, 965, 738, 907, It’s diff --git a/data/train/gt_S1E2_frame56750.txt b/data/train/gt_S1E2_frame56750.txt new file mode 100644 index 0000000..ce8f0af --- /dev/null +++ b/data/train/gt_S1E2_frame56750.txt @@ -0,0 +1 @@ +846, 907, 846, 968, 1011, 968, 1011, 907, Move diff --git a/data/train/gt_S1E2_frame57050.txt b/data/train/gt_S1E2_frame57050.txt new file mode 100644 index 0000000..eaa8e55 --- /dev/null +++ b/data/train/gt_S1E2_frame57050.txt @@ -0,0 +1,2 @@ +801, 907, 801, 968, 933, 968, 933, 907, They +942, 914, 942, 968, 1110, 968, 1110, 914, know. diff --git a/data/train/gt_S1E2_frame57375.txt b/data/train/gt_S1E2_frame57375.txt new file mode 100644 index 0000000..4fd8225 --- /dev/null +++ b/data/train/gt_S1E2_frame57375.txt @@ -0,0 +1 @@ +948, 914, 948, 968, 1041, 968, 1041, 914, in. diff --git a/data/train/gt_S1E2_frame57500.txt b/data/train/gt_S1E2_frame57500.txt new file mode 100644 index 0000000..c17be85 --- /dev/null +++ b/data/train/gt_S1E2_frame57500.txt @@ -0,0 +1 @@ +867, 911, 867, 968, 1029, 968, 1029, 911, Go on diff --git a/data/train/gt_S1E2_frame58325.txt b/data/train/gt_S1E2_frame58325.txt new file mode 100644 index 0000000..5a48e8d --- /dev/null +++ b/data/train/gt_S1E2_frame58325.txt @@ -0,0 +1,2 @@ +786, 901, 786, 965, 984, 965, 984, 901, What's +978, 904, 978, 965, 1137, 965, 1137, 904, that? diff --git a/data/train/gt_S1E2_frame58425.txt b/data/train/gt_S1E2_frame58425.txt new file mode 100644 index 0000000..b593dbb --- /dev/null +++ b/data/train/gt_S1E2_frame58425.txt @@ -0,0 +1,2 @@ +954, 918, 954, 965, 1116, 965, 1116, 918, move. +795, 907, 795, 968, 957, 968, 957, 907, Don't diff --git a/data/train/gt_S1E2_frame58825.txt b/data/train/gt_S1E2_frame58825.txt new file mode 100644 index 0000000..cc00f52 --- /dev/null +++ b/data/train/gt_S1E2_frame58825.txt @@ -0,0 +1,8 @@ +555, 830, 555, 891, 711, 891, 711, 830, What +1170, 833, 1170, 894, 1317, 894, 1317, 833, body +828, 830, 828, 884, 945, 884, 945, 830, half +990, 830, 990, 891, 1170, 891, 1170, 830, human +657, 907, 657, 961, 837, 961, 837, 907, doing in +1020, 907, 1020, 965, 1239, 965, 1239, 907, abattoir? +873, 907, 873, 958, 1017, 958, 1017, 907, your +714, 840, 714, 887, 825, 887, 825, 840, was diff --git a/data/train/gt_S1E2_frame58900.txt b/data/train/gt_S1E2_frame58900.txt new file mode 100644 index 0000000..1a75865 --- /dev/null +++ b/data/train/gt_S1E2_frame58900.txt @@ -0,0 +1,7 @@ +927, 911, 927, 961, 1083, 961, 1083, 911, there +534, 911, 534, 965, 738, 965, 738, 911, Haven't +1212, 911, 1212, 965, 1386, 965, 1386, 911, week. +1035, 830, 1035, 891, 1188, 891, 1188, 830, about +825, 826, 825, 891, 1032, 891, 1032, 826, nothing +657, 833, 657, 894, 813, 894, 813, 833, know +1098, 914, 1098, 965, 1203, 965, 1203, 914, for a diff --git a/data/train/gt_S1E2_frame59125.txt b/data/train/gt_S1E2_frame59125.txt new file mode 100644 index 0000000..c77d7b9 --- /dev/null +++ b/data/train/gt_S1E2_frame59125.txt @@ -0,0 +1,6 @@ +924, 911, 924, 961, 1233, 961, 1233, 911, Villeneuve? +753, 904, 753, 961, 915, 961, 915, 904, Marie +1041, 833, 1041, 884, 1203, 884, 1203, 833, these +894, 840, 894, 887, 1050, 887, 1050, 840, send +684, 826, 684, 894, 795, 894, 795, 826, Did +786, 833, 786, 897, 906, 897, 906, 833, you diff --git a/data/train/gt_S1E2_frame59225.txt b/data/train/gt_S1E2_frame59225.txt new file mode 100644 index 0000000..22871ba --- /dev/null +++ b/data/train/gt_S1E2_frame59225.txt @@ -0,0 +1,3 @@ +819, 914, 819, 958, 1023, 958, 1023, 914, secret +1173, 911, 1173, 965, 1341, 965, 1341, 911, views. +579, 907, 579, 965, 750, 965, 750, 907, I make diff --git a/data/train/gt_S1E2_frame59300.txt b/data/train/gt_S1E2_frame59300.txt new file mode 100644 index 0000000..cbf8b98 --- /dev/null +++ b/data/train/gt_S1E2_frame59300.txt @@ -0,0 +1,4 @@ +924, 904, 924, 961, 1119, 961, 1119, 904, minded +1122, 911, 1122, 968, 1284, 968, 1284, 911, killing +543, 907, 543, 961, 918, 961, 918, 907, wouldn't have. +1290, 911, 1290, 965, 1401, 965, 1401, 911, her. diff --git a/data/train/gt_S1E2_frame59325.txt b/data/train/gt_S1E2_frame59325.txt new file mode 100644 index 0000000..99ac92c --- /dev/null +++ b/data/train/gt_S1E2_frame59325.txt @@ -0,0 +1,4 @@ +720, 830, 720, 891, 975, 891, 975, 830, Monsieur +972, 826, 972, 887, 1197, 887, 1197, 826, Mougin. +870, 907, 870, 955, 993, 955, 993, 907, not +723, 904, 723, 958, 885, 958, 885, 904, She's diff --git a/data/train/gt_S1E2_frame59700.txt b/data/train/gt_S1E2_frame59700.txt new file mode 100644 index 0000000..a560ab3 --- /dev/null +++ b/data/train/gt_S1E2_frame59700.txt @@ -0,0 +1,4 @@ +1062, 911, 1062, 968, 1281, 968, 1281, 911, saying? +630, 911, 630, 968, 831, 968, 831, 911, What's +927, 904, 927, 961, 1065, 961, 1065, 904, bitch +816, 907, 816, 965, 924, 965, 924, 907, the diff --git a/data/train/gt_S1E2_frame60775.txt b/data/train/gt_S1E2_frame60775.txt new file mode 100644 index 0000000..5708679 --- /dev/null +++ b/data/train/gt_S1E2_frame60775.txt @@ -0,0 +1,6 @@ +723, 907, 723, 968, 903, 968, 903, 907, barely +915, 897, 915, 968, 1215, 968, 1215, 897, questioned +1206, 904, 1206, 961, 1344, 961, 1344, 904, him. +696, 830, 696, 894, 807, 894, 807, 830, not +621, 907, 621, 968, 729, 968, 729, 907, You +609, 823, 609, 901, 720, 901, 720, 823, It's. diff --git a/data/train/gt_S1E2_frame60825.txt b/data/train/gt_S1E2_frame60825.txt new file mode 100644 index 0000000..d5518b2 --- /dev/null +++ b/data/train/gt_S1E2_frame60825.txt @@ -0,0 +1,12 @@ +600, 907, 600, 958, 861, 958, 861, 907, obsessed +1026, 901, 1026, 968, 1203, 968, 1203, 901, hatred +744, 830, 744, 891, 954, 891, 954, 830, speaks +1284, 911, 1284, 965, 1452, 965, 1452, 911, Jews. +843, 907, 843, 968, 939, 968, 939, 907, by +669, 833, 669, 887, 756, 887, 756, 833, he +1194, 904, 1194, 965, 1299, 965, 1299, 904, for +1035, 823, 1035, 897, 1245, 897, 1245, 823, English +462, 911, 462, 965, 579, 965, 579, 911, he's +1236, 826, 1236, 887, 1359, 887, 1359, 826, and +927, 904, 927, 965, 1032, 965, 1032, 904, his +930, 833, 930, 894, 1044, 894, 1044, 833, no diff --git a/data/train/gt_S1E2_frame61000.txt b/data/train/gt_S1E2_frame61000.txt new file mode 100644 index 0000000..684542f --- /dev/null +++ b/data/train/gt_S1E2_frame61000.txt @@ -0,0 +1,9 @@ +1161, 907, 1161, 958, 1335, 958, 1335, 907, aqain. +702, 837, 702, 887, 846, 887, 846, 837, killer +1086, 823, 1086, 880, 1296, 880, 1296, 823, abattoir +609, 914, 609, 961, 816, 961, 816, 914, in order +984, 826, 984, 887, 1095, 887, 1095, 826, his +804, 904, 804, 961, 1077, 961, 1077, 904, to mislead +849, 833, 849, 887, 987, 887, 987, 833, used +591, 826, 591, 891, 717, 891, 717, 826, The +1092, 914, 1092, 961, 1167, 961, 1167, 914, us diff --git a/data/train/gt_S1E2_frame61100.txt b/data/train/gt_S1E2_frame61100.txt new file mode 100644 index 0000000..76b7602 --- /dev/null +++ b/data/train/gt_S1E2_frame61100.txt @@ -0,0 +1,6 @@ +798, 833, 798, 884, 939, 884, 939, 833, killer +1050, 830, 1050, 887, 1209, 887, 1209, 830, called +1053, 914, 1053, 961, 1227, 961, 1227, 914, again. +777, 904, 777, 961, 1059, 961, 1059, 904, journalist +924, 833, 924, 884, 1035, 884, 1035, 833, has +678, 823, 678, 891, 795, 891, 795, 823, The diff --git a/data/train/gt_S1E2_frame61175.txt b/data/train/gt_S1E2_frame61175.txt new file mode 100644 index 0000000..f6b3f75 --- /dev/null +++ b/data/train/gt_S1E2_frame61175.txt @@ -0,0 +1,2 @@ +843, 911, 843, 972, 1008, 972, 1008, 911, going +999, 907, 999, 965, 1161, 965, 1161, 907, back. diff --git a/data/train/gt_S1E2_frame6600.txt b/data/train/gt_S1E2_frame6600.txt new file mode 100644 index 0000000..7f9f741 --- /dev/null +++ b/data/train/gt_S1E2_frame6600.txt @@ -0,0 +1,7 @@ +918, 914, 918, 961, 1071, 961, 1071, 914, video +663, 826, 663, 891, 846, 891, 846, 826, Olivier, +1077, 911, 1077, 961, 1263, 961, 1263, 911, online. +1023, 823, 1023, 884, 1224, 884, 1224, 823, quickly, +780, 904, 780, 958, 891, 958, 891, 904, put +864, 830, 864, 887, 1017, 887, 1017, 830, come +654, 904, 654, 958, 777, 958, 777, 904, he's diff --git a/data/train/gt_S1E2_frame6625.txt b/data/train/gt_S1E2_frame6625.txt new file mode 100644 index 0000000..367ad0d --- /dev/null +++ b/data/train/gt_S1E2_frame6625.txt @@ -0,0 +1,6 @@ +609, 907, 609, 968, 804, 968, 804, 907, already +909, 907, 909, 961, 1206, 961, 1206, 907, thousands +1200, 911, 1200, 958, 1299, 958, 1299, 911, of +807, 907, 807, 961, 918, 961, 918, 907, had +1269, 911, 1269, 968, 1401, 968, 1401, 911, hits. +519, 907, 519, 968, 618, 968, 618, 907, It’s diff --git a/data/train/gt_S1E2_frame7000.txt b/data/train/gt_S1E2_frame7000.txt new file mode 100644 index 0000000..310fbc1 --- /dev/null +++ b/data/train/gt_S1E2_frame7000.txt @@ -0,0 +1 @@ +849, 911, 849, 965, 1071, 965, 1071, 911, I'm on it. diff --git a/data/train/gt_S1E2_frame7175.txt b/data/train/gt_S1E2_frame7175.txt new file mode 100644 index 0000000..5d1c2fe --- /dev/null +++ b/data/train/gt_S1E2_frame7175.txt @@ -0,0 +1,5 @@ +741, 907, 741, 968, 921, 968, 921, 907, bodies +513, 904, 513, 961, 636, 961, 636, 904, I left +1092, 901, 1092, 958, 1401, 958, 1401, 901, Eurotunnel - +915, 911, 915, 965, 993, 965, 993, 911, in +990, 907, 990, 958, 1092, 958, 1092, 907, the diff --git a/data/train/gt_S1E2_frame7225.txt b/data/train/gt_S1E2_frame7225.txt new file mode 100644 index 0000000..5d1c2fe --- /dev/null +++ b/data/train/gt_S1E2_frame7225.txt @@ -0,0 +1,5 @@ +741, 907, 741, 968, 921, 968, 921, 907, bodies +513, 904, 513, 961, 636, 961, 636, 904, I left +1092, 901, 1092, 958, 1401, 958, 1401, 901, Eurotunnel - +915, 911, 915, 965, 993, 965, 993, 911, in +990, 907, 990, 958, 1092, 958, 1092, 907, the diff --git a/data/train/gt_S1E2_frame7275.txt b/data/train/gt_S1E2_frame7275.txt new file mode 100644 index 0000000..b87e094 --- /dev/null +++ b/data/train/gt_S1E2_frame7275.txt @@ -0,0 +1,3 @@ +768, 904, 768, 958, 1014, 958, 1014, 904, politician +1134, 901, 1134, 958, 1401, 958, 1401, 901, mattered +558, 907, 558, 965, 765, 965, 765, 907, a French diff --git a/data/train/gt_S1E2_frame7300.txt b/data/train/gt_S1E2_frame7300.txt new file mode 100644 index 0000000..1d1363f --- /dev/null +++ b/data/train/gt_S1E2_frame7300.txt @@ -0,0 +1,5 @@ +666, 904, 666, 961, 837, 961, 837, 904, British +837, 907, 837, 965, 1119, 965, 1119, 907, prostitute +1104, 907, 1104, 958, 1239, 958, 1239, 907, who +1242, 901, 1242, 955, 1416, 955, 1416, 901, didn't. +501, 904, 501, 958, 621, 958, 621, 904, and diff --git a/data/train/gt_S1E2_frame7975.txt b/data/train/gt_S1E2_frame7975.txt new file mode 100644 index 0000000..928e6bb --- /dev/null +++ b/data/train/gt_S1E2_frame7975.txt @@ -0,0 +1,7 @@ +846, 907, 846, 961, 1044, 961, 1044, 907, utmost +1014, 830, 1014, 887, 1182, 887, 1182, 830, police +534, 911, 534, 965, 639, 965, 639, 911, will +726, 911, 726, 961, 840, 961, 840, 911, their +915, 833, 915, 887, 1023, 887, 1023, 833, the +747, 820, 747, 884, 936, 884, 936, 820, I'm sure +1026, 911, 1026, 961, 1119, 961, 1119, 911, to diff --git a/data/train/gt_S1E2_frame8025.txt b/data/train/gt_S1E2_frame8025.txt new file mode 100644 index 0000000..da8d207 --- /dev/null +++ b/data/train/gt_S1E2_frame8025.txt @@ -0,0 +1,10 @@ +882, 911, 882, 955, 1125, 955, 1125, 911, wonderful +1035, 830, 1035, 891, 1203, 891, 1203, 830, crime +1143, 907, 1143, 961, 1239, 961, 1239, 907, job. +660, 911, 660, 965, 822, 965, 822, 911, doing +957, 830, 957, 884, 1053, 884, 1053, 830, the +660, 830, 660, 894, 792, 894, 792, 830, they +516, 830, 516, 891, 654, 891, 654, 830, Here +1191, 833, 1191, 891, 1365, 891, 1365, 833, scene +855, 837, 855, 884, 942, 884, 942, 837, at +771, 833, 771, 887, 888, 887, 888, 833, are diff --git a/data/train/gt_S1E2_frame8100.txt b/data/train/gt_S1E2_frame8100.txt new file mode 100644 index 0000000..da8d207 --- /dev/null +++ b/data/train/gt_S1E2_frame8100.txt @@ -0,0 +1,10 @@ +882, 911, 882, 955, 1125, 955, 1125, 911, wonderful +1035, 830, 1035, 891, 1203, 891, 1203, 830, crime +1143, 907, 1143, 961, 1239, 961, 1239, 907, job. +660, 911, 660, 965, 822, 965, 822, 911, doing +957, 830, 957, 884, 1053, 884, 1053, 830, the +660, 830, 660, 894, 792, 894, 792, 830, they +516, 830, 516, 891, 654, 891, 654, 830, Here +1191, 833, 1191, 891, 1365, 891, 1365, 833, scene +855, 837, 855, 884, 942, 884, 942, 837, at +771, 833, 771, 887, 888, 887, 888, 833, are diff --git a/data/train/gt_S1E2_frame8225.txt b/data/train/gt_S1E2_frame8225.txt new file mode 100644 index 0000000..27fa0c7 --- /dev/null +++ b/data/train/gt_S1E2_frame8225.txt @@ -0,0 +1,6 @@ +723, 907, 723, 961, 900, 961, 900, 907, tunnel. +1047, 907, 1047, 961, 1191, 961, 1191, 907, those +1206, 911, 1206, 961, 1455, 961, 1455, 911, cameras. +591, 904, 591, 961, 720, 961, 720, 904, the +468, 904, 468, 965, 645, 965, 645, 904, Go to +918, 907, 918, 961, 1038, 961, 1038, 907, Find diff --git a/data/train/gt_S1E2_frame8250.txt b/data/train/gt_S1E2_frame8250.txt new file mode 100644 index 0000000..27fa0c7 --- /dev/null +++ b/data/train/gt_S1E2_frame8250.txt @@ -0,0 +1,6 @@ +723, 907, 723, 961, 900, 961, 900, 907, tunnel. +1047, 907, 1047, 961, 1191, 961, 1191, 907, those +1206, 911, 1206, 961, 1455, 961, 1455, 911, cameras. +591, 904, 591, 961, 720, 961, 720, 904, the +468, 904, 468, 965, 645, 965, 645, 904, Go to +918, 907, 918, 961, 1038, 961, 1038, 907, Find diff --git a/data/train/gt_S1E2_frame8600.txt b/data/train/gt_S1E2_frame8600.txt new file mode 100644 index 0000000..997080d --- /dev/null +++ b/data/train/gt_S1E2_frame8600.txt @@ -0,0 +1,9 @@ +675, 826, 675, 880, 882, 880, 882, 826, hacked +963, 830, 963, 887, 1152, 887, 1152, 830, British +774, 914, 774, 968, 933, 968, 933, 914, using +945, 911, 945, 961, 1068, 961, 1068, 911, their +1155, 830, 1155, 887, 1335, 887, 1335, 830, police. +1080, 918, 1080, 965, 1248, 965, 1248, 918, server. +861, 826, 861, 887, 975, 887, 975, 826, the +543, 826, 543, 891, 666, 891, 666, 826, He's +657, 904, 657, 958, 771, 958, 771, 904, He's diff --git a/data/train/gt_S1E2_frame8625.txt b/data/train/gt_S1E2_frame8625.txt new file mode 100644 index 0000000..05f7900 --- /dev/null +++ b/data/train/gt_S1E2_frame8625.txt @@ -0,0 +1,9 @@ +966, 833, 966, 891, 1149, 891, 1149, 833, British +675, 823, 675, 880, 879, 880, 879, 823, hacked +1155, 826, 1155, 884, 1338, 884, 1338, 826, police. +867, 823, 867, 887, 978, 887, 978, 823, the +1077, 911, 1077, 958, 1275, 958, 1275, 911, server. +780, 914, 780, 968, 930, 968, 930, 914, using +942, 911, 942, 961, 1065, 961, 1065, 911, their +540, 830, 540, 891, 666, 891, 666, 830, He's +660, 904, 660, 958, 774, 958, 774, 904, He's diff --git a/data/train/gt_S1E3_frame16400.txt b/data/train/gt_S1E3_frame16400.txt new file mode 100644 index 0000000..85ed13a --- /dev/null +++ b/data/train/gt_S1E3_frame16400.txt @@ -0,0 +1,5 @@ +903, 914, 903, 965, 1029, 965, 1029, 914, play +498, 911, 498, 961, 696, 961, 696, 911, Do you +693, 911, 693, 955, 894, 955, 894, 911, want to +1014, 911, 1014, 961, 1278, 961, 1278, 911, with your +1287, 901, 1287, 958, 1419, 958, 1419, 901, ball? diff --git a/data/train/gt_S1E3_frame16425.txt b/data/train/gt_S1E3_frame16425.txt new file mode 100644 index 0000000..c865e52 --- /dev/null +++ b/data/train/gt_S1E3_frame16425.txt @@ -0,0 +1,4 @@ +1137, 911, 1137, 961, 1278, 961, 1278, 911, your +888, 911, 888, 968, 1020, 968, 1020, 911, play +591, 911, 591, 961, 699, 961, 699, 911, you +1278, 897, 1278, 958, 1422, 958, 1422, 897, Ball? diff --git a/data/train/gt_S1E3_frame16475.txt b/data/train/gt_S1E3_frame16475.txt new file mode 100644 index 0000000..3059e22 --- /dev/null +++ b/data/train/gt_S1E3_frame16475.txt @@ -0,0 +1,4 @@ +873, 914, 873, 961, 1005, 961, 1005, 914, with +996, 907, 996, 961, 1140, 961, 1140, 907, your +540, 907, 540, 965, 756, 965, 756, 907, Shall we +1137, 904, 1137, 955, 1251, 955, 1251, 904, little diff --git a/data/train/gt_S1E3_frame21300.txt b/data/train/gt_S1E3_frame21300.txt new file mode 100644 index 0000000..ef9c085 --- /dev/null +++ b/data/train/gt_S1E3_frame21300.txt @@ -0,0 +1,4 @@ +1137, 911, 1137, 972, 1338, 972, 1338, 911, elderly. +882, 911, 882, 961, 1041, 961, 1041, 911, about +579, 901, 579, 972, 867, 972, 867, 901, The truth is +1044, 907, 1044, 958, 1158, 958, 1158, 907, the diff --git a/data/train/gt_S1E3_frame21450.txt b/data/train/gt_S1E3_frame21450.txt new file mode 100644 index 0000000..f174a21 --- /dev/null +++ b/data/train/gt_S1E3_frame21450.txt @@ -0,0 +1,7 @@ +504, 830, 504, 884, 636, 884, 636, 830, He'd +636, 830, 636, 884, 882, 884, 882, 830, better not +978, 833, 978, 891, 1134, 891, 1134, 833, using +1239, 837, 1239, 884, 1413, 884, 1413, 837, server +822, 904, 822, 965, 948, 965, 948, 904, this +939, 907, 939, 965, 1080, 965, 1080, 907, time. +1140, 840, 1140, 887, 1233, 887, 1233, 840, our diff --git a/data/train/gt_S1E3_frame21475.txt b/data/train/gt_S1E3_frame21475.txt new file mode 100644 index 0000000..6bfa2ee --- /dev/null +++ b/data/train/gt_S1E3_frame21475.txt @@ -0,0 +1,8 @@ +636, 833, 636, 884, 801, 884, 801, 833, better +1245, 837, 1245, 884, 1407, 884, 1407, 837, server +981, 837, 981, 891, 1134, 891, 1134, 837, using +801, 833, 801, 891, 900, 891, 900, 833, not +504, 830, 504, 887, 633, 887, 633, 830, He'd +828, 904, 828, 961, 951, 961, 951, 904, this +939, 911, 939, 965, 1080, 965, 1080, 911, time. +1143, 840, 1143, 884, 1245, 884, 1245, 840, our diff --git a/data/train/gt_S1E3_frame21600.txt b/data/train/gt_S1E3_frame21600.txt new file mode 100644 index 0000000..9ca1b34 --- /dev/null +++ b/data/train/gt_S1E3_frame21600.txt @@ -0,0 +1,3 @@ +813, 911, 813, 958, 987, 958, 987, 911, lavers +564, 911, 564, 965, 792, 965, 792, 911, There are +1008, 914, 1008, 968, 1356, 968, 1356, 914, of encryption. diff --git a/data/train/gt_S1E3_frame21675.txt b/data/train/gt_S1E3_frame21675.txt new file mode 100644 index 0000000..4945a9e --- /dev/null +++ b/data/train/gt_S1E3_frame21675.txt @@ -0,0 +1,7 @@ +1083, 830, 1083, 887, 1305, 887, 1305, 830, tracked +717, 911, 717, 958, 1008, 958, 1008, 911, somewhere +588, 914, 588, 961, 705, 961, 705, 914, was +1068, 911, 1068, 961, 1329, 961, 1329, 911, Moldova. +723, 837, 723, 887, 837, 887, 837, 837, last +615, 830, 615, 887, 723, 887, 723, 830, The +819, 840, 819, 884, 1032, 884, 1032, 840, server diff --git a/data/train/gt_S1E3_frame21775.txt b/data/train/gt_S1E3_frame21775.txt new file mode 100644 index 0000000..ae1800d --- /dev/null +++ b/data/train/gt_S1E3_frame21775.txt @@ -0,0 +1,2 @@ +1002, 907, 1002, 961, 1161, 961, 1161, 907, Elise? +744, 901, 744, 958, 969, 958, 969, 901, Where is diff --git a/data/train/gt_S1E3_frame21800.txt b/data/train/gt_S1E3_frame21800.txt new file mode 100644 index 0000000..354bb1a --- /dev/null +++ b/data/train/gt_S1E3_frame21800.txt @@ -0,0 +1,3 @@ +645, 904, 645, 968, 1023, 968, 1023, 904, with Sherlock +990, 826, 990, 891, 1212, 891, 1212, 826, Channel +1026, 907, 1026, 965, 1257, 965, 1257, 907, Holmes. diff --git a/data/train/gt_S1E3_frame24200.txt b/data/train/gt_S1E3_frame24200.txt new file mode 100644 index 0000000..d3f667b --- /dev/null +++ b/data/train/gt_S1E3_frame24200.txt @@ -0,0 +1,7 @@ +1095, 904, 1095, 961, 1311, 961, 1311, 904, imaging +582, 911, 582, 968, 789, 968, 789, 911, Starting +486, 816, 486, 884, 648, 884, 648, 816, We're +1083, 826, 1083, 884, 1269, 884, 1269, 826, search +642, 820, 642, 884, 984, 884, 984, 820, approaching +990, 830, 990, 891, 1092, 891, 1092, 830, the +1275, 840, 1275, 891, 1419, 891, 1419, 840, zone. diff --git a/data/train/gt_S1E3_frame24300.txt b/data/train/gt_S1E3_frame24300.txt new file mode 100644 index 0000000..9b898e9 --- /dev/null +++ b/data/train/gt_S1E3_frame24300.txt @@ -0,0 +1,8 @@ +1056, 823, 1056, 887, 1257, 887, 1257, 823, hopeful. +1047, 911, 1047, 958, 1224, 958, 1224, 911, warm +891, 911, 891, 958, 1032, 958, 1032, 911, some +1203, 907, 1203, 958, 1359, 958, 1359, 907, spots. +591, 911, 591, 958, 825, 958, 825, 911, but there +732, 837, 732, 884, 849, 884, 849, 837, not +858, 830, 858, 891, 1038, 891, 1038, 830, looking +660, 830, 660, 884, 753, 884, 753, 830, It’s diff --git a/data/train/gt_S1E3_frame24450.txt b/data/train/gt_S1E3_frame24450.txt new file mode 100644 index 0000000..0668433 --- /dev/null +++ b/data/train/gt_S1E3_frame24450.txt @@ -0,0 +1,4 @@ +633, 911, 633, 968, 777, 968, 777, 911, Copy +1152, 914, 1152, 961, 1287, 961, 1287, 914, over. +906, 907, 906, 965, 1089, 965, 1089, 907, Falcon +771, 904, 771, 958, 891, 958, 891, 904, that. diff --git a/data/train/gt_S1E3_frame24500.txt b/data/train/gt_S1E3_frame24500.txt new file mode 100644 index 0000000..ae825bb --- /dev/null +++ b/data/train/gt_S1E3_frame24500.txt @@ -0,0 +1,4 @@ +873, 907, 873, 958, 990, 958, 990, 907, and +972, 911, 972, 958, 1086, 958, 1086, 911, see +1077, 911, 1077, 968, 1215, 968, 1215, 911, this. +702, 907, 702, 965, 876, 965, 876, 907, Come. diff --git a/data/train/gt_S1E3_frame25800.txt b/data/train/gt_S1E3_frame25800.txt new file mode 100644 index 0000000..0ba9428 --- /dev/null +++ b/data/train/gt_S1E3_frame25800.txt @@ -0,0 +1,4 @@ +723, 904, 723, 965, 924, 965, 924, 904, through +1104, 907, 1104, 972, 1404, 972, 1404, 907, Préfecture. +936, 907, 936, 961, 1050, 961, 1050, 907, to +588, 907, 588, 965, 720, 965, 720, 907, me diff --git a/data/train/gt_S1E3_frame25850.txt b/data/train/gt_S1E3_frame25850.txt new file mode 100644 index 0000000..aac852b --- /dev/null +++ b/data/train/gt_S1E3_frame25850.txt @@ -0,0 +1,2 @@ +951, 911, 951, 965, 1086, 965, 1086, 911, Now. +822, 911, 822, 968, 945, 968, 945, 911, Yes. diff --git a/data/train/gt_S1E3_frame26450.txt b/data/train/gt_S1E3_frame26450.txt new file mode 100644 index 0000000..c5e53ca --- /dev/null +++ b/data/train/gt_S1E3_frame26450.txt @@ -0,0 +1 @@ +951, 911, 951, 965, 1095, 965, 1095, 911, dure.’ diff --git a/data/train/gt_S1E3_frame26550.txt b/data/train/gt_S1E3_frame26550.txt new file mode 100644 index 0000000..2205c60 --- /dev/null +++ b/data/train/gt_S1E3_frame26550.txt @@ -0,0 +1,3 @@ +771, 907, 771, 958, 900, 958, 900, 907, right +903, 911, 903, 965, 1056, 965, 1056, 911, there, +1068, 907, 1068, 961, 1293, 961, 1293, 907, madam! diff --git a/data/train/gt_S1E3_frame26600.txt b/data/train/gt_S1E3_frame26600.txt new file mode 100644 index 0000000..76fdba8 --- /dev/null +++ b/data/train/gt_S1E3_frame26600.txt @@ -0,0 +1,6 @@ +819, 914, 819, 968, 984, 968, 984, 914, young +1251, 918, 1251, 961, 1377, 961, 1377, 918, sue. +1110, 911, 1110, 958, 1203, 958, 1203, 911, or +732, 914, 732, 965, 816, 965, 816, 914, go +987, 914, 987, 961, 1107, 961, 1107, 914, man +543, 907, 543, 965, 651, 965, 651, 907, Let diff --git a/data/train/gt_S1E3_frame26725.txt b/data/train/gt_S1E3_frame26725.txt new file mode 100644 index 0000000..9132968 --- /dev/null +++ b/data/train/gt_S1E3_frame26725.txt @@ -0,0 +1,2 @@ +1053, 911, 1053, 965, 1182, 965, 1182, 911, you +642, 904, 642, 965, 765, 965, 765, 904, And diff --git a/data/train/gt_S1E3_frame26750.txt b/data/train/gt_S1E3_frame26750.txt new file mode 100644 index 0000000..1ab2d4b --- /dev/null +++ b/data/train/gt_S1E3_frame26750.txt @@ -0,0 +1,4 @@ +819, 911, 819, 961, 1032, 961, 1032, 911, kitchen +690, 911, 690, 961, 837, 961, 837, 911, soup. +636, 806, 636, 877, 906, 877, 906, 806, Catherine +582, 907, 582, 958, 687, 958, 687, 907, the diff --git a/data/train/gt_S1E3_frame26950.txt b/data/train/gt_S1E3_frame26950.txt new file mode 100644 index 0000000..39f11df --- /dev/null +++ b/data/train/gt_S1E3_frame26950.txt @@ -0,0 +1,3 @@ +1032, 904, 1032, 961, 1233, 961, 1233, 904, English. +864, 911, 864, 958, 1017, 958, 1017, 911, speak +675, 904, 675, 965, 858, 965, 858, 904, I don't diff --git a/data/train/gt_S1E3_frame27100.txt b/data/train/gt_S1E3_frame27100.txt new file mode 100644 index 0000000..99b3ace --- /dev/null +++ b/data/train/gt_S1E3_frame27100.txt @@ -0,0 +1,4 @@ +813, 833, 813, 887, 984, 887, 984, 833, check +609, 823, 609, 887, 747, 887, 747, 823, - And +1146, 833, 1146, 887, 1287, 887, 1287, 833, Foch. +1050, 840, 1050, 887, 1134, 887, 1134, 840, on diff --git a/data/train/gt_S1E3_frame27300.txt b/data/train/gt_S1E3_frame27300.txt new file mode 100644 index 0000000..1cc8e4a --- /dev/null +++ b/data/train/gt_S1E3_frame27300.txt @@ -0,0 +1,3 @@ +735, 911, 735, 965, 885, 965, 885, 911, know +888, 904, 888, 965, 1230, 965, 1230, 904, Jean-Claude +561, 904, 561, 965, 735, 965, 735, 904, Do you diff --git a/data/train/gt_S1E3_frame27350.txt b/data/train/gt_S1E3_frame27350.txt new file mode 100644 index 0000000..9334c82 --- /dev/null +++ b/data/train/gt_S1E3_frame27350.txt @@ -0,0 +1,5 @@ +705, 907, 705, 965, 831, 965, 831, 907, used +969, 830, 969, 887, 1119, 887, 1119, 830, loner. +1053, 907, 1053, 961, 1143, 961, 1143, 907, the +792, 826, 792, 891, 909, 891, 909, 826, He's +954, 904, 954, 961, 1038, 961, 1038, 904, in diff --git a/data/train/gt_S1E3_frame27425.txt b/data/train/gt_S1E3_frame27425.txt new file mode 100644 index 0000000..7a834d1 --- /dev/null +++ b/data/train/gt_S1E3_frame27425.txt @@ -0,0 +1,7 @@ +1110, 837, 1110, 891, 1206, 891, 1206, 837, his +1002, 907, 1002, 958, 1155, 958, 1155, 907, name. +603, 826, 603, 887, 774, 887, 774, 826, That's +873, 907, 873, 968, 996, 968, 996, 907, silly +1206, 837, 1206, 891, 1317, 891, 1317, 837, dog +753, 901, 753, 961, 873, 961, 873, 901, that +969, 833, 969, 887, 1113, 887, 1113, 833, gave diff --git a/data/train/gt_S1E3_frame27550.txt b/data/train/gt_S1E3_frame27550.txt new file mode 100644 index 0000000..527f2e4 --- /dev/null +++ b/data/train/gt_S1E3_frame27550.txt @@ -0,0 +1,3 @@ +822, 914, 822, 961, 990, 961, 990, 914, social +999, 901, 999, 955, 1335, 955, 1335, 901, conscience? +672, 907, 672, 961, 777, 961, 777, 907, had diff --git a/data/train/gt_S1E3_frame27800.txt b/data/train/gt_S1E3_frame27800.txt new file mode 100644 index 0000000..6ad88f4 --- /dev/null +++ b/data/train/gt_S1E3_frame27800.txt @@ -0,0 +1,7 @@ +1125, 911, 1125, 958, 1362, 958, 1362, 911, bastard. +627, 826, 627, 887, 846, 887, 846, 826, I helped +990, 911, 990, 961, 1140, 961, 1140, 911, right +1056, 833, 1056, 887, 1290, 887, 1290, 833, because +918, 830, 918, 884, 1056, 884, 1056, 830, out +663, 901, 663, 958, 903, 958, 903, 901, landlord +567, 904, 567, 958, 654, 958, 654, 904, his diff --git a/data/train/gt_S1E3_frame27825.txt b/data/train/gt_S1E3_frame27825.txt new file mode 100644 index 0000000..6ad88f4 --- /dev/null +++ b/data/train/gt_S1E3_frame27825.txt @@ -0,0 +1,7 @@ +1125, 911, 1125, 958, 1362, 958, 1362, 911, bastard. +627, 826, 627, 887, 846, 887, 846, 826, I helped +990, 911, 990, 961, 1140, 961, 1140, 911, right +1056, 833, 1056, 887, 1290, 887, 1290, 833, because +918, 830, 918, 884, 1056, 884, 1056, 830, out +663, 901, 663, 958, 903, 958, 903, 901, landlord +567, 904, 567, 958, 654, 958, 654, 904, his diff --git a/data/train/gt_S1E3_frame27875.txt b/data/train/gt_S1E3_frame27875.txt new file mode 100644 index 0000000..b1f19c4 --- /dev/null +++ b/data/train/gt_S1E3_frame27875.txt @@ -0,0 +1,5 @@ +744, 907, 744, 961, 939, 961, 939, 907, trouble +1194, 907, 1194, 965, 1383, 965, 1383, 907, before. +1074, 911, 1074, 961, 1191, 961, 1191, 911, him +639, 907, 639, 961, 747, 961, 747, 907, had +537, 907, 537, 968, 645, 968, 645, 907, I've. diff --git a/data/train/gt_S1E3_frame27925.txt b/data/train/gt_S1E3_frame27925.txt new file mode 100644 index 0000000..077a275 --- /dev/null +++ b/data/train/gt_S1E3_frame27925.txt @@ -0,0 +1,4 @@ +1047, 911, 1047, 958, 1191, 958, 1191, 911, evict +807, 914, 807, 968, 972, 968, 972, 914, trying +690, 914, 690, 961, 813, 961, 813, 914, was. +1191, 911, 1191, 965, 1317, 965, 1317, 911, him. diff --git a/data/train/gt_S1E3_frame28050.txt b/data/train/gt_S1E3_frame28050.txt new file mode 100644 index 0000000..7acb48f --- /dev/null +++ b/data/train/gt_S1E3_frame28050.txt @@ -0,0 +1,3 @@ +1023, 918, 1023, 961, 1116, 961, 1116, 918, our +780, 904, 780, 955, 981, 955, 981, 904, We're on +669, 904, 669, 961, 768, 961, 768, 904, OK. diff --git a/data/train/gt_S1E3_frame28700.txt b/data/train/gt_S1E3_frame28700.txt new file mode 100644 index 0000000..b049dd7 --- /dev/null +++ b/data/train/gt_S1E3_frame28700.txt @@ -0,0 +1,6 @@ +882, 904, 882, 958, 1167, 958, 1167, 904, unmarked +693, 918, 693, 965, 795, 965, 795, 918, was +1158, 918, 1158, 965, 1281, 965, 1281, 918, van. +855, 823, 855, 880, 1065, 880, 1065, 823, witness +738, 830, 738, 891, 852, 891, 852, 830, The +1029, 830, 1029, 887, 1185, 887, 1185, 830, said diff --git a/data/train/gt_S1E3_frame28875.txt b/data/train/gt_S1E3_frame28875.txt new file mode 100644 index 0000000..84e704a --- /dev/null +++ b/data/train/gt_S1E3_frame28875.txt @@ -0,0 +1,9 @@ +819, 911, 819, 961, 927, 961, 927, 911, got +570, 826, 570, 894, 792, 894, 792, 826, thought +999, 830, 999, 887, 1173, 887, 1173, 830, police +1173, 826, 1173, 884, 1425, 884, 1425, 826, operation +489, 837, 489, 891, 570, 891, 570, 837, He +657, 907, 657, 961, 813, 961, 813, 907, so he +816, 837, 816, 887, 963, 887, 963, 837, was +918, 911, 918, 958, 1023, 958, 1023, 911, out +1020, 911, 1020, 958, 1101, 958, 1101, 911, of diff --git a/data/train/gt_S1E3_frame28975.txt b/data/train/gt_S1E3_frame28975.txt new file mode 100644 index 0000000..68d636f --- /dev/null +++ b/data/train/gt_S1E3_frame28975.txt @@ -0,0 +1,7 @@ +801, 907, 801, 965, 1176, 965, 1176, 907, identification +777, 830, 777, 884, 933, 884, 933, 830, have +516, 823, 516, 884, 792, 884, 792, 823, Forensics +1194, 911, 1194, 965, 1323, 965, 1323, 911, tags. +666, 911, 666, 958, 849, 958, 849, 911, Taser. +927, 826, 927, 880, 1134, 880, 1134, 826, finished +1155, 833, 1155, 887, 1398, 887, 1398, 833, sweeping diff --git a/data/train/gt_S1E3_frame29125.txt b/data/train/gt_S1E3_frame29125.txt new file mode 100644 index 0000000..1454e2c --- /dev/null +++ b/data/train/gt_S1E3_frame29125.txt @@ -0,0 +1 @@ +891, 911, 891, 968, 1146, 968, 1146, 911, thorough. diff --git a/data/train/gt_S1E3_frame29800.txt b/data/train/gt_S1E3_frame29800.txt new file mode 100644 index 0000000..6babbe9 --- /dev/null +++ b/data/train/gt_S1E3_frame29800.txt @@ -0,0 +1,3 @@ +852, 907, 852, 961, 996, 961, 996, 907, got a +1002, 904, 1002, 958, 1191, 958, 1191, 904, comb? +726, 904, 726, 965, 846, 965, 846, 904, You diff --git a/data/train/gt_S1E3_frame31075.txt b/data/train/gt_S1E3_frame31075.txt new file mode 100644 index 0000000..2aa2416 --- /dev/null +++ b/data/train/gt_S1E3_frame31075.txt @@ -0,0 +1,3 @@ +870, 907, 870, 965, 1035, 965, 1035, 907, do you +1044, 907, 1044, 958, 1221, 958, 1221, 907, want? +702, 907, 702, 965, 846, 965, 846, 907, What diff --git a/data/train/gt_S1E3_frame31350.txt b/data/train/gt_S1E3_frame31350.txt new file mode 100644 index 0000000..63dc5a8 --- /dev/null +++ b/data/train/gt_S1E3_frame31350.txt @@ -0,0 +1,2 @@ +678, 911, 678, 961, 903, 961, 903, 911, Answer +996, 904, 996, 961, 1236, 961, 1236, 904, question. diff --git a/data/train/gt_S1E3_frame31375.txt b/data/train/gt_S1E3_frame31375.txt new file mode 100644 index 0000000..86a2ffd --- /dev/null +++ b/data/train/gt_S1E3_frame31375.txt @@ -0,0 +1,2 @@ +672, 907, 672, 965, 906, 965, 906, 907, Answer +984, 901, 984, 958, 1242, 958, 1242, 901, question! diff --git a/data/train/gt_S1E3_frame31425.txt b/data/train/gt_S1E3_frame31425.txt new file mode 100644 index 0000000..eda8b87 --- /dev/null +++ b/data/train/gt_S1E3_frame31425.txt @@ -0,0 +1,4 @@ +921, 907, 921, 968, 1068, 968, 1068, 907, bring +711, 907, 711, 965, 813, 965, 813, 907, did +813, 907, 813, 965, 924, 965, 924, 907, you +1167, 904, 1167, 961, 1338, 961, 1338, 904, here? diff --git a/data/train/gt_S1E3_frame31475.txt b/data/train/gt_S1E3_frame31475.txt new file mode 100644 index 0000000..ade8421 --- /dev/null +++ b/data/train/gt_S1E3_frame31475.txt @@ -0,0 +1 @@ +837, 904, 837, 961, 936, 961, 936, 904, Tell diff --git a/data/train/gt_S1E3_frame31925.txt b/data/train/gt_S1E3_frame31925.txt new file mode 100644 index 0000000..c4b132c --- /dev/null +++ b/data/train/gt_S1E3_frame31925.txt @@ -0,0 +1 @@ +843, 907, 843, 968, 1065, 968, 1065, 907, Nothing. diff --git a/data/train/gt_S1E3_frame35900.txt b/data/train/gt_S1E3_frame35900.txt new file mode 100644 index 0000000..7faa5c0 --- /dev/null +++ b/data/train/gt_S1E3_frame35900.txt @@ -0,0 +1,2 @@ +969, 911, 969, 961, 1158, 961, 1158, 911, Taser? +768, 904, 768, 958, 975, 958, 975, 904, Is it his diff --git a/data/train/gt_S1E3_frame36025.txt b/data/train/gt_S1E3_frame36025.txt new file mode 100644 index 0000000..9ed6956 --- /dev/null +++ b/data/train/gt_S1E3_frame36025.txt @@ -0,0 +1,3 @@ +1107, 918, 1107, 968, 1239, 968, 1239, 918, cop. +921, 911, 921, 961, 1119, 961, 1119, 911, terrible +756, 914, 756, 958, 891, 958, 891, 914, was diff --git a/data/train/gt_S1E3_frame36050.txt b/data/train/gt_S1E3_frame36050.txt new file mode 100644 index 0000000..9ed6956 --- /dev/null +++ b/data/train/gt_S1E3_frame36050.txt @@ -0,0 +1,3 @@ +1107, 918, 1107, 968, 1239, 968, 1239, 918, cop. +921, 911, 921, 961, 1119, 961, 1119, 911, terrible +756, 914, 756, 958, 891, 958, 891, 914, was diff --git a/data/train/gt_S1E3_frame36225.txt b/data/train/gt_S1E3_frame36225.txt new file mode 100644 index 0000000..2758ba3 --- /dev/null +++ b/data/train/gt_S1E3_frame36225.txt @@ -0,0 +1 @@ +858, 904, 858, 961, 1071, 961, 1071, 904, Olivier? diff --git a/data/train/gt_S1E3_frame36575.txt b/data/train/gt_S1E3_frame36575.txt new file mode 100644 index 0000000..d38773c --- /dev/null +++ b/data/train/gt_S1E3_frame36575.txt @@ -0,0 +1 @@ +816, 904, 816, 968, 1110, 968, 1110, 904, Deblicker? diff --git a/data/train/gt_S1E3_frame36700.txt b/data/train/gt_S1E3_frame36700.txt new file mode 100644 index 0000000..5005ac4 --- /dev/null +++ b/data/train/gt_S1E3_frame36700.txt @@ -0,0 +1,5 @@ +612, 904, 612, 968, 750, 968, 750, 904, Hey! +894, 911, 894, 961, 993, 961, 993, 911, are +1113, 907, 1113, 968, 1293, 968, 1293, 907, doing? +1002, 911, 1002, 961, 1107, 961, 1107, 911, you +750, 907, 750, 961, 891, 961, 891, 907, What diff --git a/data/train/gt_S1E3_frame36775.txt b/data/train/gt_S1E3_frame36775.txt new file mode 100644 index 0000000..47c47ac --- /dev/null +++ b/data/train/gt_S1E3_frame36775.txt @@ -0,0 +1 @@ +957, 907, 957, 968, 1107, 968, 1107, 907, Stop! diff --git a/data/train/gt_S1E3_frame39825.txt b/data/train/gt_S1E3_frame39825.txt new file mode 100644 index 0000000..31b5887 --- /dev/null +++ b/data/train/gt_S1E3_frame39825.txt @@ -0,0 +1,7 @@ +906, 833, 906, 891, 1020, 891, 1020, 833, lost +522, 837, 522, 891, 630, 891, 630, 837, The +636, 837, 636, 887, 795, 887, 795, 837, Taser +1005, 837, 1005, 887, 1122, 887, 1122, 837, has +1251, 833, 1251, 884, 1404, 884, 1404, 833, used +873, 914, 873, 968, 1104, 968, 1104, 914, a kidnap. +771, 837, 771, 891, 894, 891, 894, 837, you diff --git a/data/train/gt_S1E3_frame39925.txt b/data/train/gt_S1E3_frame39925.txt new file mode 100644 index 0000000..406c3bc --- /dev/null +++ b/data/train/gt_S1E3_frame39925.txt @@ -0,0 +1 @@ +903, 914, 903, 968, 1017, 968, 1017, 914, So? diff --git a/data/train/gt_S1E3_frame40100.txt b/data/train/gt_S1E3_frame40100.txt new file mode 100644 index 0000000..1963fb2 --- /dev/null +++ b/data/train/gt_S1E3_frame40100.txt @@ -0,0 +1,6 @@ +1002, 830, 1002, 884, 1158, 884, 1158, 830, leave +840, 907, 840, 961, 951, 961, 951, 907, roof +825, 823, 825, 891, 1005, 891, 1005, 823, didn't +1008, 914, 1008, 965, 1197, 965, 1197, 914, your +735, 904, 735, 958, 834, 958, 834, 904, the +726, 830, 726, 891, 840, 891, 840, 830, You diff --git a/data/train/gt_S1E3_frame40175.txt b/data/train/gt_S1E3_frame40175.txt new file mode 100644 index 0000000..c2dc33c --- /dev/null +++ b/data/train/gt_S1E3_frame40175.txt @@ -0,0 +1,4 @@ +834, 914, 834, 958, 972, 958, 972, 914, you +1101, 911, 1101, 961, 1263, 961, 1263, 911, lost it. +933, 914, 933, 958, 1107, 958, 1107, 914, never +678, 907, 678, 965, 828, 965, 828, 907, fact, diff --git a/data/train/gt_S1E3_frame40250.txt b/data/train/gt_S1E3_frame40250.txt new file mode 100644 index 0000000..a9b0837 --- /dev/null +++ b/data/train/gt_S1E3_frame40250.txt @@ -0,0 +1,6 @@ +555, 911, 555, 965, 864, 965, 864, 911, something +717, 830, 717, 887, 906, 887, 906, 830, would +1056, 833, 1056, 884, 1239, 884, 1239, 833, made +912, 914, 912, 968, 1332, 968, 1332, 914, embarrassing? +939, 833, 939, 884, 1092, 884, 1092, 833, have +1203, 833, 1203, 894, 1311, 894, 1311, 833, up diff --git a/data/train/gt_S1E3_frame40325.txt b/data/train/gt_S1E3_frame40325.txt new file mode 100644 index 0000000..6509d00 --- /dev/null +++ b/data/train/gt_S1E3_frame40325.txt @@ -0,0 +1,3 @@ +945, 907, 945, 965, 1143, 965, 1143, 907, sacked +624, 911, 624, 965, 756, 965, 756, 911, I was +1149, 907, 1149, 965, 1263, 965, 1263, 907, for it diff --git a/data/train/gt_S1E3_frame40525.txt b/data/train/gt_S1E3_frame40525.txt new file mode 100644 index 0000000..1b02cf2 --- /dev/null +++ b/data/train/gt_S1E3_frame40525.txt @@ -0,0 +1,5 @@ +996, 826, 996, 880, 1206, 880, 1206, 826, decides +906, 901, 906, 951, 1095, 951, 1095, 901, police +720, 830, 720, 887, 990, 887, 990, 830, A criminal +1089, 907, 1089, 958, 1299, 958, 1299, 907, officer. +648, 914, 648, 965, 930, 965, 930, 914, to follow a diff --git a/data/train/gt_S1E3_frame40650.txt b/data/train/gt_S1E3_frame40650.txt new file mode 100644 index 0000000..2a77994 --- /dev/null +++ b/data/train/gt_S1E3_frame40650.txt @@ -0,0 +1,10 @@ +864, 830, 864, 884, 963, 884, 963, 830, will +672, 830, 672, 884, 789, 884, 789, 830, that +1047, 830, 1047, 887, 1218, 887, 1218, 830, stupid +489, 826, 489, 894, 678, 894, 678, 826, hoping +792, 833, 792, 884, 885, 884, 885, 833, he +795, 907, 795, 955, 1044, 955, 1044, 907, Taser on +555, 907, 555, 958, 771, 958, 771, 907, leave +1239, 826, 1239, 891, 1431, 891, 1431, 826, enough +1050, 914, 1050, 961, 1206, 961, 1206, 914, top of +1170, 907, 1170, 955, 1311, 955, 1311, 907, his diff --git a/data/train/gt_S1E3_frame40725.txt b/data/train/gt_S1E3_frame40725.txt new file mode 100644 index 0000000..b4bb9c8 --- /dev/null +++ b/data/train/gt_S1E3_frame40725.txt @@ -0,0 +1,3 @@ +669, 911, 669, 961, 798, 961, 798, 911, Does +1083, 907, 1083, 968, 1254, 968, 1254, 907, likely? +927, 911, 927, 961, 1074, 961, 1074, 911, seem diff --git a/data/train/gt_S1E3_frame40825.txt b/data/train/gt_S1E3_frame40825.txt new file mode 100644 index 0000000..c69785b --- /dev/null +++ b/data/train/gt_S1E3_frame40825.txt @@ -0,0 +1,5 @@ +855, 907, 855, 958, 978, 958, 978, 907, paid +1071, 904, 1071, 961, 1221, 961, 1221, 904, price +564, 907, 564, 968, 846, 968, 846, 907, I‘ve already +1227, 907, 1227, 961, 1341, 961, 1341, 907, for it +978, 904, 978, 961, 1089, 961, 1089, 904, the diff --git a/data/train/gt_S1E3_frame40875.txt b/data/train/gt_S1E3_frame40875.txt new file mode 100644 index 0000000..cabe46c --- /dev/null +++ b/data/train/gt_S1E3_frame40875.txt @@ -0,0 +1,6 @@ +861, 833, 861, 884, 990, 884, 990, 833, what +699, 826, 699, 891, 846, 891, 846, 826, Think +903, 907, 903, 958, 1050, 958, 1050, 907, give a +1110, 833, 1110, 891, 1227, 891, 1227, 833, like, +999, 833, 999, 887, 1095, 887, 1095, 833, you +1056, 914, 1056, 961, 1194, 961, 1194, 914, shit. diff --git a/data/train/gt_S1E3_frame41025.txt b/data/train/gt_S1E3_frame41025.txt new file mode 100644 index 0000000..671b3ca --- /dev/null +++ b/data/train/gt_S1E3_frame41025.txt @@ -0,0 +1,3 @@ +933, 904, 933, 961, 1191, 961, 1191, 904, married? +834, 911, 834, 961, 942, 961, 942, 911, you +726, 907, 726, 961, 831, 961, 831, 907, Are diff --git a/data/train/gt_S1E3_frame41125.txt b/data/train/gt_S1E3_frame41125.txt new file mode 100644 index 0000000..5b15884 --- /dev/null +++ b/data/train/gt_S1E3_frame41125.txt @@ -0,0 +1,10 @@ +882, 907, 882, 961, 1065, 961, 1065, 907, phone +1071, 833, 1071, 884, 1188, 884, 1188, 833, that +1272, 914, 1272, 965, 1440, 965, 1440, 914, men? +1098, 911, 1098, 958, 1275, 958, 1275, 911, meet +750, 914, 750, 968, 912, 968, 912, 914, yours +522, 830, 522, 891, 663, 891, 663, 830, Does +918, 830, 918, 894, 1068, 894, 1068, 830, know +567, 907, 567, 965, 678, 965, 678, 907, app +666, 830, 666, 891, 801, 891, 801, 830, your +1188, 833, 1188, 887, 1290, 887, 1290, 833, you diff --git a/data/train/gt_S1E3_frame41300.txt b/data/train/gt_S1E3_frame41300.txt new file mode 100644 index 0000000..b0f5f67 --- /dev/null +++ b/data/train/gt_S1E3_frame41300.txt @@ -0,0 +1,5 @@ +1302, 914, 1302, 965, 1470, 965, 1470, 914, know. +1113, 914, 1113, 961, 1299, 961, 1299, 914, doesn't +810, 918, 810, 958, 987, 958, 987, 918, means +447, 904, 447, 961, 687, 961, 687, 904, I assume +702, 914, 702, 958, 810, 958, 810, 914, that diff --git a/data/train/gt_S1E3_frame41525.txt b/data/train/gt_S1E3_frame41525.txt new file mode 100644 index 0000000..8cb570f --- /dev/null +++ b/data/train/gt_S1E3_frame41525.txt @@ -0,0 +1,8 @@ +1041, 816, 1041, 880, 1320, 880, 1320, 816, implicated +759, 911, 759, 961, 921, 961, 921, 911, serial +903, 907, 903, 961, 1110, 961, 1110, 907, murder +873, 830, 873, 884, 1023, 884, 1023, 830, being +603, 833, 603, 891, 735, 891, 735, 833, than +1110, 911, 1110, 961, 1260, 961, 1260, 911, case. +729, 833, 729, 891, 873, 891, 873, 833, your +651, 911, 651, 965, 738, 965, 738, 911, in diff --git a/data/train/gt_S1E3_frame41575.txt b/data/train/gt_S1E3_frame41575.txt new file mode 100644 index 0000000..f3d78cc --- /dev/null +++ b/data/train/gt_S1E3_frame41575.txt @@ -0,0 +1,5 @@ +969, 907, 969, 968, 1149, 968, 1149, 907, telling +1245, 907, 1245, 961, 1398, 961, 1398, 907, truth. +519, 907, 519, 965, 681, 965, 681, 907, You'd +828, 907, 828, 958, 981, 958, 981, 907, start +1146, 904, 1146, 961, 1251, 961, 1251, 904, the diff --git a/data/train/gt_S1E3_frame43725.txt b/data/train/gt_S1E3_frame43725.txt new file mode 100644 index 0000000..7eaa0e0 --- /dev/null +++ b/data/train/gt_S1E3_frame43725.txt @@ -0,0 +1,2 @@ +948, 914, 948, 961, 1101, 961, 1101, 914, place. +813, 911, 813, 961, 933, 961, 933, 911, Nice diff --git a/data/train/gt_S1E3_frame43800.txt b/data/train/gt_S1E3_frame43800.txt new file mode 100644 index 0000000..8497b33 --- /dev/null +++ b/data/train/gt_S1E3_frame43800.txt @@ -0,0 +1,2 @@ +972, 914, 972, 955, 1137, 955, 1137, 914, weird. +777, 907, 777, 961, 966, 961, 966, 907, You're diff --git a/data/train/gt_S1E3_frame43825.txt b/data/train/gt_S1E3_frame43825.txt new file mode 100644 index 0000000..97ce411 --- /dev/null +++ b/data/train/gt_S1E3_frame43825.txt @@ -0,0 +1,11 @@ +555, 826, 555, 884, 720, 884, 720, 826, Weird +1155, 914, 1155, 961, 1323, 961, 1323, 914, world. +1191, 833, 1191, 891, 1365, 891, 1365, 833, online +1038, 911, 1038, 961, 1143, 961, 1143, 911, real +588, 914, 588, 961, 696, 961, 696, 914, and +717, 911, 717, 958, 813, 958, 813, 911, can't +1098, 833, 1098, 891, 1200, 891, 1200, 833, live +957, 904, 957, 955, 1059, 955, 1059, 904, the +798, 911, 798, 958, 936, 958, 936, 911, see +783, 833, 783, 891, 960, 891, 960, 833, people +699, 833, 699, 894, 789, 894, 789, 833, is diff --git a/data/train/gt_S1E3_frame44100.txt b/data/train/gt_S1E3_frame44100.txt new file mode 100644 index 0000000..08a7efe --- /dev/null +++ b/data/train/gt_S1E3_frame44100.txt @@ -0,0 +1,4 @@ +954, 911, 954, 965, 1101, 965, 1101, 911, you +1110, 907, 1110, 961, 1314, 961, 1314, 907, get in? +624, 907, 624, 968, 777, 968, 777, 907, Yeah. +786, 911, 786, 961, 906, 961, 906, 911, How diff --git a/data/train/gt_S1E3_frame44125.txt b/data/train/gt_S1E3_frame44125.txt new file mode 100644 index 0000000..0a269c7 --- /dev/null +++ b/data/train/gt_S1E3_frame44125.txt @@ -0,0 +1,4 @@ +786, 918, 786, 961, 903, 961, 903, 918, How +972, 907, 972, 961, 1101, 961, 1101, 907, you +1104, 904, 1104, 955, 1299, 955, 1299, 904, get in? +624, 911, 624, 965, 780, 965, 780, 911, Yeah. diff --git a/data/train/gt_S1E3_frame44250.txt b/data/train/gt_S1E3_frame44250.txt new file mode 100644 index 0000000..273b4dd --- /dev/null +++ b/data/train/gt_S1E3_frame44250.txt @@ -0,0 +1,8 @@ +606, 830, 606, 891, 759, 891, 759, 830, Climb +1104, 833, 1104, 887, 1206, 887, 1206, 833, the +822, 911, 822, 965, 948, 965, 948, 911, then +951, 904, 951, 958, 1209, 958, 1209, 904, you're in. +969, 833, 969, 891, 1101, 891, 1101, 833, onto +708, 911, 708, 965, 834, 965, 834, 911, and +849, 826, 849, 887, 969, 887, 969, 826, here +756, 833, 756, 901, 849, 901, 849, 833, up diff --git a/data/train/gt_S1E3_frame44375.txt b/data/train/gt_S1E3_frame44375.txt new file mode 100644 index 0000000..4b073e8 --- /dev/null +++ b/data/train/gt_S1E3_frame44375.txt @@ -0,0 +1,2 @@ +936, 904, 936, 958, 1218, 958, 1218, 904, Spiderman. +780, 918, 780, 965, 912, 965, 912, 918, you, diff --git a/data/train/gt_S1E3_frame44400.txt b/data/train/gt_S1E3_frame44400.txt new file mode 100644 index 0000000..cff786c --- /dev/null +++ b/data/train/gt_S1E3_frame44400.txt @@ -0,0 +1,2 @@ +822, 823, 822, 884, 1158, 884, 1158, 823, Are you sure? +792, 891, 792, 948, 1023, 948, 1023, 891, Yeah. diff --git a/data/train/gt_S1E3_frame46925.txt b/data/train/gt_S1E3_frame46925.txt new file mode 100644 index 0000000..6b07fd5 --- /dev/null +++ b/data/train/gt_S1E3_frame46925.txt @@ -0,0 +1,2 @@ +765, 907, 765, 958, 972, 958, 972, 907, It stinks +1038, 911, 1038, 961, 1161, 961, 1161, 911, here. diff --git a/data/train/gt_S1E3_frame47150.txt b/data/train/gt_S1E3_frame47150.txt new file mode 100644 index 0000000..ea8d2aa --- /dev/null +++ b/data/train/gt_S1E3_frame47150.txt @@ -0,0 +1,5 @@ +792, 830, 792, 887, 1035, 887, 1035, 830, excited +1137, 826, 1137, 887, 1428, 887, 1428, 826, knackered +597, 830, 597, 887, 750, 887, 750, 830, get +660, 907, 660, 965, 1023, 965, 1023, 907, after walking +987, 907, 987, 961, 1254, 961, 1254, 907, all night. diff --git a/data/train/gt_S1E3_frame47375.txt b/data/train/gt_S1E3_frame47375.txt new file mode 100644 index 0000000..80b48ac --- /dev/null +++ b/data/train/gt_S1E3_frame47375.txt @@ -0,0 +1,2 @@ +792, 901, 792, 961, 984, 961, 984, 901, What's +972, 907, 972, 968, 1134, 968, 1134, 907, that? diff --git a/data/train/gt_S1E3_frame47450.txt b/data/train/gt_S1E3_frame47450.txt new file mode 100644 index 0000000..39c9d6d --- /dev/null +++ b/data/train/gt_S1E3_frame47450.txt @@ -0,0 +1,2 @@ +1077, 914, 1077, 965, 1236, 965, 1236, 914, store. +828, 904, 828, 955, 960, 955, 960, 904, old diff --git a/data/train/gt_S1E3_frame47500.txt b/data/train/gt_S1E3_frame47500.txt new file mode 100644 index 0000000..1aa568e --- /dev/null +++ b/data/train/gt_S1E3_frame47500.txt @@ -0,0 +1,4 @@ +582, 904, 582, 972, 768, 972, 768, 904, Maybe +960, 911, 960, 961, 1089, 961, 1089, 911, wine +1143, 904, 1143, 965, 1326, 965, 1326, 904, there? +762, 901, 762, 965, 951, 965, 951, 901, there's diff --git a/data/train/gt_S1E3_frame47550.txt b/data/train/gt_S1E3_frame47550.txt new file mode 100644 index 0000000..5ba124b --- /dev/null +++ b/data/train/gt_S1E3_frame47550.txt @@ -0,0 +1,2 @@ +1047, 914, 1047, 958, 1206, 958, 1206, 914, even! +711, 907, 711, 965, 1038, 965, 1038, 907, Champagne diff --git a/data/train/gt_S1E3_frame47625.txt b/data/train/gt_S1E3_frame47625.txt new file mode 100644 index 0000000..c588ae4 --- /dev/null +++ b/data/train/gt_S1E3_frame47625.txt @@ -0,0 +1,5 @@ +930, 911, 930, 965, 1086, 965, 1086, 911, away +741, 904, 741, 972, 936, 972, 936, 904, getting +471, 904, 471, 965, 750, 965, 750, 904, Celebrate +1083, 911, 1083, 965, 1218, 965, 1218, 911, from +1317, 907, 1317, 961, 1434, 961, 1434, 907, dad. diff --git a/data/train/gt_S1E3_frame47725.txt b/data/train/gt_S1E3_frame47725.txt new file mode 100644 index 0000000..1f421f4 --- /dev/null +++ b/data/train/gt_S1E3_frame47725.txt @@ -0,0 +1,3 @@ +660, 911, 660, 965, 804, 965, 804, 911, does +891, 907, 891, 958, 1017, 958, 1017, 907, hate +1098, 914, 1098, 961, 1194, 961, 1194, 914, so diff --git a/data/train/gt_S1E3_frame47775.txt b/data/train/gt_S1E3_frame47775.txt new file mode 100644 index 0000000..1e2e7c4 --- /dev/null +++ b/data/train/gt_S1E3_frame47775.txt @@ -0,0 +1,2 @@ +621, 914, 621, 965, 804, 965, 804, 914, Do you +807, 911, 807, 965, 957, 965, 957, 911, really diff --git a/data/train/gt_S1E3_frame48000.txt b/data/train/gt_S1E3_frame48000.txt new file mode 100644 index 0000000..d961d1f --- /dev/null +++ b/data/train/gt_S1E3_frame48000.txt @@ -0,0 +1,5 @@ +1215, 911, 1215, 972, 1401, 972, 1401, 911, lovely. +885, 911, 885, 965, 1014, 965, 1014, 911, Your +678, 901, 678, 961, 873, 961, 873, 901, stupid. +1014, 907, 1014, 961, 1185, 961, 1185, 907, mum +516, 904, 516, 968, 684, 968, 684, 904, That's diff --git a/data/train/gt_S1E3_frame48050.txt b/data/train/gt_S1E3_frame48050.txt new file mode 100644 index 0000000..58c0386 --- /dev/null +++ b/data/train/gt_S1E3_frame48050.txt @@ -0,0 +1,3 @@ +966, 911, 966, 968, 1131, 968, 1131, 911, marry +750, 907, 750, 961, 975, 961, 975, 907, did she +1143, 897, 1143, 961, 1281, 961, 1281, 897, him? diff --git a/data/train/gt_S1E3_frame48675.txt b/data/train/gt_S1E3_frame48675.txt new file mode 100644 index 0000000..f53a061 --- /dev/null +++ b/data/train/gt_S1E3_frame48675.txt @@ -0,0 +1,7 @@ +561, 904, 561, 958, 900, 958, 900, 904, Jean-Claude +1200, 907, 1200, 958, 1359, 958, 1359, 907, faces. +1086, 823, 1086, 887, 1281, 887, 1281, 823, tight on +702, 833, 702, 884, 927, 884, 927, 833, camera +1062, 911, 1062, 965, 1191, 965, 1191, 911, their +978, 830, 978, 887, 1089, 887, 1089, 830, too +603, 833, 603, 891, 747, 891, 747, 833, The \ No newline at end of file diff --git a/data/train/gt_S1E3_frame48750.txt b/data/train/gt_S1E3_frame48750.txt new file mode 100644 index 0000000..88e119a --- /dev/null +++ b/data/train/gt_S1E3_frame48750.txt @@ -0,0 +1,6 @@ +672, 826, 672, 891, 846, 891, 846, 826, What's +1050, 830, 1050, 884, 1248, 884, 1248, 830, sleeve? +927, 907, 927, 958, 1116, 958, 1116, 907, frame +765, 907, 765, 961, 945, 961, 945, 907, freeze. +954, 826, 954, 884, 1056, 884, 1056, 826, the +627, 907, 627, 955, 729, 955, 729, 907, Get diff --git a/data/train/gt_S1E3_frame48900.txt b/data/train/gt_S1E3_frame48900.txt new file mode 100644 index 0000000..af39a07 --- /dev/null +++ b/data/train/gt_S1E3_frame48900.txt @@ -0,0 +1,5 @@ +792, 911, 792, 958, 894, 958, 894, 911, you +975, 904, 975, 965, 1113, 965, 1113, 904, right, +1125, 907, 1125, 961, 1239, 961, 1239, 907, sir? +897, 904, 897, 961, 975, 961, 975, 904, all +681, 911, 681, 965, 789, 965, 789, 911, Are diff --git a/data/train/gt_S1E3_frame49050.txt b/data/train/gt_S1E3_frame49050.txt new file mode 100644 index 0000000..6012aa5 --- /dev/null +++ b/data/train/gt_S1E3_frame49050.txt @@ -0,0 +1,4 @@ +777, 826, 777, 891, 972, 891, 972, 826, Leave! +777, 897, 777, 958, 915, 958, 915, 897, We'll +1047, 911, 1047, 961, 1170, 961, 1170, 911, you. +915, 907, 915, 968, 1038, 968, 1038, 907, help diff --git a/data/train/gt_S1E3_frame49075.txt b/data/train/gt_S1E3_frame49075.txt new file mode 100644 index 0000000..fa1be70 --- /dev/null +++ b/data/train/gt_S1E3_frame49075.txt @@ -0,0 +1,4 @@ +807, 914, 807, 958, 900, 958, 900, 914, out +897, 911, 897, 958, 1089, 958, 1089, 911, of here +1089, 911, 1089, 961, 1236, 961, 1236, 911, now! +684, 911, 684, 961, 786, 961, 786, 911, Get diff --git a/data/train/gt_S1E3_frame49225.txt b/data/train/gt_S1E3_frame49225.txt new file mode 100644 index 0000000..6364d1e --- /dev/null +++ b/data/train/gt_S1E3_frame49225.txt @@ -0,0 +1,9 @@ +870, 907, 870, 965, 1068, 965, 1068, 907, people +1203, 901, 1203, 961, 1434, 961, 1434, 901, mobiles! +750, 911, 750, 972, 870, 972, 870, 911, why +738, 823, 738, 887, 927, 887, 927, 823, police! +621, 914, 621, 961, 747, 961, 747, 914, see +1056, 914, 1056, 965, 1194, 965, 1194, 914, have +519, 823, 519, 891, 636, 891, 636, 823, Call +636, 823, 636, 891, 759, 891, 759, 823, the +537, 907, 537, 961, 657, 961, 657, 907, You diff --git a/data/train/gt_S1E3_frame49250.txt b/data/train/gt_S1E3_frame49250.txt new file mode 100644 index 0000000..8bbdfbd --- /dev/null +++ b/data/train/gt_S1E3_frame49250.txt @@ -0,0 +1,9 @@ +870, 907, 870, 965, 1068, 965, 1068, 907, people +1203, 901, 1203, 961, 1434, 961, 1434, 901, mobiles! +750, 911, 750, 972, 870, 972, 870, 911, why +738, 823, 738, 887, 927, 887, 927, 823, police! +621, 914, 621, 961, 747, 961, 747, 914, see +1056, 914, 1056, 965, 1194, 965, 1194, 914, have +519, 823, 519, 891, 636, 891, 636, 823, Call +636, 823, 636, 891, 759, 891, 759, 823, the +537, 907, 537, 961, 657, 961, 657, 907, You \ No newline at end of file diff --git a/data/train/gt_S1E3_frame49300.txt b/data/train/gt_S1E3_frame49300.txt new file mode 100644 index 0000000..54b8fc0 --- /dev/null +++ b/data/train/gt_S1E3_frame49300.txt @@ -0,0 +1,7 @@ +975, 911, 975, 961, 1152, 961, 1152, 911, signal. +804, 833, 804, 887, 906, 887, 906, 833, can't +903, 830, 903, 891, 1017, 891, 1017, 830, do +675, 830, 675, 891, 798, 891, 798, 830, You +858, 914, 858, 961, 981, 961, 981, 914, no +687, 897, 687, 955, 882, 955, 882, 897, There's +1017, 826, 1017, 897, 1269, 897, 1269, 826, anything. diff --git a/data/train/gt_S1E3_frame49350.txt b/data/train/gt_S1E3_frame49350.txt new file mode 100644 index 0000000..96b2e56 --- /dev/null +++ b/data/train/gt_S1E3_frame49350.txt @@ -0,0 +1,4 @@ +1200, 904, 1200, 958, 1398, 958, 1398, 904, signal! +615, 911, 615, 961, 840, 961, 840, 911, outside! +837, 911, 837, 961, 1038, 961, 1038, 911, Go and +1050, 907, 1050, 965, 1215, 965, 1215, 907, find a diff --git a/data/train/gt_S1E3_frame49375.txt b/data/train/gt_S1E3_frame49375.txt new file mode 100644 index 0000000..59256a4 --- /dev/null +++ b/data/train/gt_S1E3_frame49375.txt @@ -0,0 +1,5 @@ +1200, 904, 1200, 958, 1398, 958, 1398, 904, signal! +615, 911, 615, 961, 840, 961, 840, 911, outside! +837, 911, 837, 961, 1038, 961, 1038, 911, Go and +1050, 907, 1050, 965, 1215, 965, 1215, 907, find a + diff --git a/data/train/gt_S1E3_frame49825.txt b/data/train/gt_S1E3_frame49825.txt new file mode 100644 index 0000000..dd79c25 --- /dev/null +++ b/data/train/gt_S1E3_frame49825.txt @@ -0,0 +1,8 @@ +867, 914, 867, 961, 999, 961, 999, 914, qone +1068, 907, 1068, 961, 1176, 961, 1176, 907, aet +756, 907, 756, 965, 861, 965, 861, 907, has +903, 826, 903, 884, 1056, 884, 1056, 826, here! +1167, 907, 1167, 965, 1299, 965, 1299, 907, help. +645, 833, 645, 891, 762, 891, 762, 833, Get +987, 911, 987, 968, 1080, 968, 1080, 911, to +741, 830, 741, 887, 885, 887, 885, 830, out of diff --git a/data/train/gt_S1E3_frame49900.txt b/data/train/gt_S1E3_frame49900.txt new file mode 100644 index 0000000..3e687ad --- /dev/null +++ b/data/train/gt_S1E3_frame49900.txt @@ -0,0 +1,6 @@ +810, 907, 810, 961, 960, 961, 960, 907, leave +969, 911, 969, 961, 1080, 961, 1080, 911, you +1071, 907, 1071, 958, 1233, 958, 1233, 907, alone. +666, 907, 666, 961, 813, 961, 813, 907, can't +579, 904, 579, 961, 684, 961, 684, 904, We +1248, 911, 1248, 961, 1332, 961, 1332, 911, sir. diff --git a/data/train/gt_S1E3_frame50625.txt b/data/train/gt_S1E3_frame50625.txt new file mode 100644 index 0000000..2c95d0a --- /dev/null +++ b/data/train/gt_S1E3_frame50625.txt @@ -0,0 +1,6 @@ +927, 833, 927, 887, 1158, 887, 1158, 833, reported +1146, 830, 1146, 887, 1374, 887, 1374, 830, missing +546, 823, 546, 891, 681, 891, 681, 823, A girl +924, 901, 924, 958, 1110, 958, 1110, 901, Martin. +675, 830, 675, 887, 789, 887, 789, 830, has +801, 904, 801, 965, 921, 965, 921, 904, Léa diff --git a/data/train/gt_S1E3_frame50725.txt b/data/train/gt_S1E3_frame50725.txt new file mode 100644 index 0000000..a391ede --- /dev/null +++ b/data/train/gt_S1E3_frame50725.txt @@ -0,0 +1,8 @@ +1116, 820, 1116, 887, 1389, 887, 1389, 820, boyfriend +762, 901, 762, 968, 933, 968, 933, 901, Simon +939, 897, 939, 961, 1167, 961, 1167, 897, Mercier. +1017, 830, 1017, 887, 1119, 887, 1119, 830, her +543, 837, 543, 891, 651, 891, 651, 837, She +735, 833, 735, 887, 915, 887, 915, 833, away +858, 826, 858, 897, 1029, 897, 1029, 826, with +654, 837, 654, 887, 765, 887, 765, 837, ran diff --git a/data/train/gt_S1E3_frame50875.txt b/data/train/gt_S1E3_frame50875.txt new file mode 100644 index 0000000..409fefb --- /dev/null +++ b/data/train/gt_S1E3_frame50875.txt @@ -0,0 +1,9 @@ +1122, 911, 1122, 955, 1278, 955, 1278, 911, can't +900, 911, 900, 958, 1002, 958, 1002, 911, her +768, 826, 768, 884, 981, 884, 981, 826, doesn't +972, 826, 972, 880, 1173, 880, 1173, 826, have one +996, 911, 996, 961, 1113, 961, 1113, 911, dad +681, 830, 681, 887, 780, 887, 780, 830, He +1245, 911, 1245, 961, 1362, 961, 1362, 911, call. +552, 907, 552, 961, 783, 961, 783, 907, Hers is +780, 911, 780, 958, 897, 958, 897, 911, off so diff --git a/data/train/gt_S1E3_frame50925.txt b/data/train/gt_S1E3_frame50925.txt new file mode 100644 index 0000000..35530fe --- /dev/null +++ b/data/train/gt_S1E3_frame50925.txt @@ -0,0 +1,8 @@ +1116, 833, 1116, 887, 1242, 887, 1242, 833, local +1233, 833, 1233, 884, 1374, 884, 1374, 833, area +972, 907, 972, 961, 1113, 961, 1113, 907, their +972, 826, 972, 887, 1110, 887, 1110, 826, their +717, 911, 717, 968, 909, 968, 909, 911, talking +1104, 904, 1104, 961, 1296, 961, 1296, 904, friends. +534, 833, 534, 891, 657, 891, 657, 833, We +702, 823, 702, 891, 972, 891, 972, 823, searching diff --git a/data/train/gt_S1E3_frame51000.txt b/data/train/gt_S1E3_frame51000.txt new file mode 100644 index 0000000..4dc1f58 --- /dev/null +++ b/data/train/gt_S1E3_frame51000.txt @@ -0,0 +1,5 @@ +726, 907, 726, 961, 1026, 961, 1026, 907, might give +1125, 911, 1125, 958, 1371, 958, 1371, 911, location. +759, 830, 759, 887, 972, 887, 972, 830, looking +624, 833, 624, 891, 753, 891, 753, 833, Keep +996, 911, 996, 955, 1155, 955, 1155, 911, us a \ No newline at end of file diff --git a/data/train/gt_S1E3_frame51500.txt b/data/train/gt_S1E3_frame51500.txt new file mode 100644 index 0000000..0b0c70b --- /dev/null +++ b/data/train/gt_S1E3_frame51500.txt @@ -0,0 +1 @@ +825, 914, 825, 965, 1101, 965, 1101, 914, Or maybe... diff --git a/data/train/gt_S1E3_frame51525.txt b/data/train/gt_S1E3_frame51525.txt new file mode 100644 index 0000000..aa27620 --- /dev/null +++ b/data/train/gt_S1E3_frame51525.txt @@ -0,0 +1,5 @@ +1041, 914, 1041, 965, 1245, 965, 1245, 914, always. +738, 904, 738, 961, 978, 961, 978, 904, carefully +1110, 830, 1110, 887, 1230, 887, 1230, 830, this +780, 833, 780, 887, 894, 887, 894, 833, has +945, 914, 945, 961, 1074, 961, 1074, 914, as diff --git a/data/train/gt_S1E3_frame61250.txt b/data/train/gt_S1E3_frame61250.txt new file mode 100644 index 0000000..a83c841 --- /dev/null +++ b/data/train/gt_S1E3_frame61250.txt @@ -0,0 +1,5 @@ +708, 826, 708, 891, 855, 891, 855, 826, Each +681, 907, 681, 968, 822, 968, 822, 907, learn +828, 904, 828, 961, 975, 961, 975, 904, more +855, 830, 855, 891, 984, 891, 984, 830, time +1020, 830, 1020, 891, 1200, 891, 1200, 830, acts, diff --git a/data/train/gt_S1E3_frame61400.txt b/data/train/gt_S1E3_frame61400.txt new file mode 100644 index 0000000..dc60f93 --- /dev/null +++ b/data/train/gt_S1E3_frame61400.txt @@ -0,0 +1,5 @@ +942, 911, 942, 965, 1137, 965, 1137, 911, follows +1140, 907, 1140, 961, 1323, 961, 1323, 907, rules? +708, 904, 708, 961, 855, 961, 855, 904, think +600, 911, 600, 965, 711, 965, 711, 911, You +864, 907, 864, 958, 942, 958, 942, 907, he diff --git a/data/train/gt_S1E3_frame62075.txt b/data/train/gt_S1E3_frame62075.txt new file mode 100644 index 0000000..c00f75b --- /dev/null +++ b/data/train/gt_S1E3_frame62075.txt @@ -0,0 +1,5 @@ +1119, 826, 1119, 884, 1281, 884, 1281, 826, night. +750, 833, 750, 891, 906, 891, 906, 833, stay +1011, 833, 1011, 884, 1116, 884, 1116, 833, all +909, 830, 909, 887, 1056, 887, 1056, 830, here +639, 833, 639, 891, 771, 891, 771, 833, Don’t diff --git a/data/train/gt_S1E4_frame12750.txt b/data/train/gt_S1E4_frame12750.txt new file mode 100644 index 0000000..d9e42e6 --- /dev/null +++ b/data/train/gt_S1E4_frame12750.txt @@ -0,0 +1,9 @@ +1047, 897, 1047, 955, 1377, 955, 1377, 897, something. +804, 911, 804, 965, 1062, 965, 1062, 911, indicating +1014, 830, 1014, 891, 1215, 891, 1215, 830, before +822, 830, 822, 891, 987, 891, 987, 830, done +546, 904, 546, 965, 678, 965, 678, 904, Like +672, 907, 672, 965, 798, 965, 798, 907, he's +696, 826, 696, 894, 825, 894, 825, 826, He's + +s diff --git a/data/train/gt_S1E4_frame13125.txt b/data/train/gt_S1E4_frame13125.txt new file mode 100644 index 0000000..2f819c7 --- /dev/null +++ b/data/train/gt_S1E4_frame13125.txt @@ -0,0 +1,4 @@ +1029, 901, 1029, 968, 1290, 968, 1290, 901, vibrating? +864, 911, 864, 968, 1014, 968, 1014, 911, thing +627, 907, 627, 961, 753, 961, 753, 907, or is +753, 901, 753, 958, 873, 958, 873, 901, that diff --git a/data/train/gt_S1E4_frame14375.txt b/data/train/gt_S1E4_frame14375.txt new file mode 100644 index 0000000..9eca04d --- /dev/null +++ b/data/train/gt_S1E4_frame14375.txt @@ -0,0 +1,8 @@ +1140, 826, 1140, 884, 1377, 884, 1377, 826, vibration +636, 914, 636, 965, 753, 965, 753, 914, into +756, 911, 756, 955, 924, 955, 924, 911, some +906, 914, 906, 961, 1029, 961, 1029, 914, sort +1089, 907, 1089, 955, 1290, 955, 1290, 907, sound. +840, 826, 840, 887, 1047, 887, 1047, 826, convert +1053, 830, 1053, 891, 1143, 891, 1143, 830, the +633, 837, 633, 891, 780, 891, 780, 837, went diff --git a/data/train/gt_S1E4_frame14400.txt b/data/train/gt_S1E4_frame14400.txt new file mode 100644 index 0000000..92767c2 --- /dev/null +++ b/data/train/gt_S1E4_frame14400.txt @@ -0,0 +1,7 @@ +1134, 826, 1134, 884, 1386, 884, 1386, 826, vibration +834, 830, 834, 891, 1047, 891, 1047, 830, convert +756, 911, 756, 958, 918, 958, 918, 911, some +1077, 911, 1077, 961, 1275, 961, 1275, 911, sound. +900, 911, 900, 965, 1026, 965, 1026, 911, sort +633, 911, 633, 965, 750, 965, 750, 911, into +1053, 830, 1053, 887, 1143, 887, 1143, 830, the diff --git a/data/train/gt_S1E4_frame14450.txt b/data/train/gt_S1E4_frame14450.txt new file mode 100644 index 0000000..6952275 --- /dev/null +++ b/data/train/gt_S1E4_frame14450.txt @@ -0,0 +1,3 @@ +918, 901, 918, 965, 1188, 965, 1188, 901, possible? +795, 904, 795, 965, 915, 965, 915, 904, that +741, 904, 741, 961, 813, 961, 813, 904, Is diff --git a/data/train/gt_S1E4_frame14550.txt b/data/train/gt_S1E4_frame14550.txt new file mode 100644 index 0000000..18e3a84 --- /dev/null +++ b/data/train/gt_S1E4_frame14550.txt @@ -0,0 +1,3 @@ +564, 904, 564, 965, 867, 965, 867, 904, To replicate +1155, 914, 1155, 972, 1365, 972, 1365, 914, hearing, +1011, 907, 1011, 965, 1137, 965, 1137, 907, he is diff --git a/data/train/gt_S1E4_frame14600.txt b/data/train/gt_S1E4_frame14600.txt new file mode 100644 index 0000000..ebc53fc --- /dev/null +++ b/data/train/gt_S1E4_frame14600.txt @@ -0,0 +1,6 @@ +987, 907, 987, 965, 1305, 965, 1305, 907, wavelength. +615, 897, 615, 955, 885, 955, 885, 897, amplitude +870, 911, 870, 961, 999, 961, 999, 911, and +630, 833, 630, 887, 774, 887, 774, 833, need +1089, 823, 1089, 884, 1353, 884, 1353, 823, frequency +744, 833, 744, 894, 843, 894, 843, 833, to diff --git a/data/train/gt_S1E4_frame14675.txt b/data/train/gt_S1E4_frame14675.txt new file mode 100644 index 0000000..0a89fce --- /dev/null +++ b/data/train/gt_S1E4_frame14675.txt @@ -0,0 +1,6 @@ +663, 914, 663, 965, 837, 965, 837, 914, a rough +1089, 907, 1089, 965, 1272, 965, 1272, 907, those? +855, 907, 855, 965, 1017, 965, 1017, 907, quess +879, 830, 879, 891, 1047, 891, 1047, 830, could +651, 823, 651, 887, 762, 887, 762, 823, OK. +1023, 833, 1023, 887, 1149, 887, 1149, 833, you diff --git a/data/train/gt_S1E4_frame14800.txt b/data/train/gt_S1E4_frame14800.txt new file mode 100644 index 0000000..7118f60 --- /dev/null +++ b/data/train/gt_S1E4_frame14800.txt @@ -0,0 +1,3 @@ +864, 911, 864, 961, 1020, 961, 1020, 911, much +1032, 894, 1032, 958, 1182, 958, 1182, 894, time? +735, 907, 735, 965, 867, 965, 867, 907, How diff --git a/data/train/gt_S1E4_frame14925.txt b/data/train/gt_S1E4_frame14925.txt new file mode 100644 index 0000000..751cfcd --- /dev/null +++ b/data/train/gt_S1E4_frame14925.txt @@ -0,0 +1,4 @@ +654, 904, 654, 965, 777, 965, 777, 904, One +948, 911, 948, 968, 1125, 968, 1125, 911, hours, +1128, 904, 1128, 968, 1263, 968, 1263, 904, OK? +774, 907, 774, 961, 858, 961, 858, 907, to diff --git a/data/train/gt_S1E4_frame20400.txt b/data/train/gt_S1E4_frame20400.txt new file mode 100644 index 0000000..73d0578 --- /dev/null +++ b/data/train/gt_S1E4_frame20400.txt @@ -0,0 +1,9 @@ +579, 911, 579, 965, 741, 965, 741, 911, again, +519, 826, 519, 884, 663, 884, 663, 826, Hello +981, 907, 981, 965, 1158, 965, 1158, 907, Calais +909, 826, 909, 891, 1131, 891, 1131, 826, Joubert +1227, 826, 1227, 887, 1401, 887, 1401, 826, Cecile +675, 826, 675, 887, 909, 887, 909, 826, Madame +1158, 901, 1158, 955, 1341, 955, 1341, 901, police. +744, 904, 744, 961, 885, 961, 885, 904, from +885, 907, 885, 961, 987, 961, 987, 907, the diff --git a/data/train/gt_S1E4_frame20500.txt b/data/train/gt_S1E4_frame20500.txt new file mode 100644 index 0000000..777de2c --- /dev/null +++ b/data/train/gt_S1E4_frame20500.txt @@ -0,0 +1,6 @@ +738, 901, 738, 965, 966, 965, 966, 901, please? +795, 830, 795, 887, 915, 887, 915, 830, call +1146, 823, 1146, 887, 1371, 887, 1371, 823, urgently. +993, 830, 993, 891, 1131, 891, 1131, 830, back +537, 830, 537, 891, 702, 891, 702, 830, Could +969, 911, 969, 961, 1164, 961, 1164, 911, Thanks. diff --git a/data/train/gt_S1E4_frame22325.txt b/data/train/gt_S1E4_frame22325.txt new file mode 100644 index 0000000..bd0aa6c --- /dev/null +++ b/data/train/gt_S1E4_frame22325.txt @@ -0,0 +1,2 @@ +909, 914, 909, 961, 1041, 961, 1041, 914, you +693, 907, 693, 965, 951, 965, 951, 907, What do diff --git a/data/train/gt_S1E4_frame22975.txt b/data/train/gt_S1E4_frame22975.txt new file mode 100644 index 0000000..611f4db --- /dev/null +++ b/data/train/gt_S1E4_frame22975.txt @@ -0,0 +1,5 @@ +801, 911, 801, 965, 1005, 965, 1005, 911, fucking +546, 914, 546, 965, 693, 965, 693, 914, Were +1104, 904, 1104, 965, 1383, 965, 1383, 904, husband? +1002, 914, 1002, 965, 1104, 965, 1104, 914, my +687, 914, 687, 961, 801, 961, 801, 914, you diff --git a/data/train/gt_S1E4_frame23050.txt b/data/train/gt_S1E4_frame23050.txt new file mode 100644 index 0000000..57223aa --- /dev/null +++ b/data/train/gt_S1E4_frame23050.txt @@ -0,0 +1 @@ +1137, 904, 1137, 961, 1293, 961, 1293, 904, you? diff --git a/data/train/gt_S1E4_frame25000.txt b/data/train/gt_S1E4_frame25000.txt new file mode 100644 index 0000000..e5a1ee4 --- /dev/null +++ b/data/train/gt_S1E4_frame25000.txt @@ -0,0 +1,4 @@ +867, 914, 867, 961, 987, 961, 987, 914, post +591, 911, 591, 965, 867, 965, 867, 911, Command +1086, 907, 1086, 965, 1263, 965, 1263, 907, Falcon +1002, 914, 1002, 961, 1092, 961, 1092, 914, for diff --git a/data/train/gt_S1E4_frame25125.txt b/data/train/gt_S1E4_frame25125.txt new file mode 100644 index 0000000..3768e26 --- /dev/null +++ b/data/train/gt_S1E4_frame25125.txt @@ -0,0 +1,7 @@ +1131, 911, 1131, 961, 1374, 961, 1374, 911, Boulogne. +894, 911, 894, 965, 1104, 965, 1104, 911, towards +543, 911, 543, 965, 666, 965, 666, 911, Now +654, 904, 654, 961, 879, 961, 879, 904, heading +489, 830, 489, 894, 642, 894, 642, 830, We've +795, 823, 795, 887, 999, 887, 999, 823, over the +1131, 830, 1131, 891, 1404, 891, 1404, 830, hoverport diff --git a/data/train/gt_S1E4_frame25500.txt b/data/train/gt_S1E4_frame25500.txt new file mode 100644 index 0000000..e365978 --- /dev/null +++ b/data/train/gt_S1E4_frame25500.txt @@ -0,0 +1,2 @@ +756, 901, 756, 958, 1014, 958, 1014, 901, 8 MISSED +972, 911, 972, 965, 1203, 965, 1203, 911, CALLS diff --git a/data/train/gt_S1E4_frame25725.txt b/data/train/gt_S1E4_frame25725.txt new file mode 100644 index 0000000..5a26701 --- /dev/null +++ b/data/train/gt_S1E4_frame25725.txt @@ -0,0 +1,7 @@ +993, 907, 993, 961, 1227, 961, 1227, 907, Joubert, +897, 830, 897, 894, 1221, 894, 1221, 830, high-profile +744, 907, 744, 961, 990, 961, 990, 907, Charlotte +759, 833, 759, 891, 903, 891, 903, 833, these +519, 826, 519, 891, 753, 891, 753, 826, Amongst +1230, 830, 1230, 880, 1419, 880, 1419, 830, names +666, 911, 666, 968, 780, 968, 780, 911, is diff --git a/data/train/gt_S1E4_frame25750.txt b/data/train/gt_S1E4_frame25750.txt new file mode 100644 index 0000000..5a26701 --- /dev/null +++ b/data/train/gt_S1E4_frame25750.txt @@ -0,0 +1,7 @@ +993, 907, 993, 961, 1227, 961, 1227, 907, Joubert, +897, 830, 897, 894, 1221, 894, 1221, 830, high-profile +744, 907, 744, 961, 990, 961, 990, 907, Charlotte +759, 833, 759, 891, 903, 891, 903, 833, these +519, 826, 519, 891, 753, 891, 753, 826, Amongst +1230, 830, 1230, 880, 1419, 880, 1419, 830, names +666, 911, 666, 968, 780, 968, 780, 911, is diff --git a/data/train/gt_S1E4_frame25900.txt b/data/train/gt_S1E4_frame25900.txt new file mode 100644 index 0000000..9f25160 --- /dev/null +++ b/data/train/gt_S1E4_frame25900.txt @@ -0,0 +1,10 @@ +642, 911, 642, 961, 825, 961, 825, 911, police +849, 830, 849, 884, 963, 884, 963, 830, that +1245, 911, 1245, 965, 1437, 965, 1437, 911, Calais, +1173, 833, 1173, 887, 1314, 887, 1314, 833, them +846, 901, 846, 955, 1191, 955, 1191, 901, headquarters +957, 830, 957, 884, 1107, 884, 1107, 830, three +483, 914, 483, 965, 630, 965, 630, 914, now +1299, 837, 1299, 887, 1419, 887, 1419, 837, are +510, 830, 510, 891, 741, 891, 741, 830, Sources +1170, 904, 1170, 965, 1275, 965, 1275, 904, in diff --git a/data/train/gt_S1E4_frame2650.txt b/data/train/gt_S1E4_frame2650.txt new file mode 100644 index 0000000..326f9ee --- /dev/null +++ b/data/train/gt_S1E4_frame2650.txt @@ -0,0 +1,3 @@ +615, 833, 615, 887, 780, 887, 780, 833, Police +642, 911, 642, 961, 978, 961, 978, 911, Jean-Claude +975, 907, 975, 961, 1284, 961, 1284, 907, Delplanaque diff --git a/data/train/gt_S1E4_frame2675.txt b/data/train/gt_S1E4_frame2675.txt new file mode 100644 index 0000000..f549c77 --- /dev/null +++ b/data/train/gt_S1E4_frame2675.txt @@ -0,0 +1,6 @@ +609, 830, 609, 887, 780, 887, 780, 830, Police +972, 833, 972, 887, 1095, 887, 1095, 833, that +774, 833, 774, 884, 963, 884, 963, 833, believe +645, 911, 645, 961, 978, 961, 978, 911, Jean-Claude +966, 907, 966, 961, 1290, 961, 1290, 907, Delplanque +1071, 833, 1071, 891, 1320, 891, 1320, 833, ### diff --git a/data/train/gt_S1E4_frame2775.txt b/data/train/gt_S1E4_frame2775.txt new file mode 100644 index 0000000..81947d9 --- /dev/null +++ b/data/train/gt_S1E4_frame2775.txt @@ -0,0 +1,6 @@ +543, 907, 543, 958, 723, 958, 723, 907, within +927, 914, 927, 965, 1113, 965, 1113, 914, radius +1188, 907, 1188, 961, 1365, 961, 1365, 907, Calais. +780, 914, 780, 965, 954, 965, 954, 914, 160km +789, 826, 789, 884, 969, 884, 969, 826, held +1050, 833, 1050, 887, 1179, 887, 1179, 833, cold store diff --git a/data/train/gt_S1E4_frame2875.txt b/data/train/gt_S1E4_frame2875.txt new file mode 100644 index 0000000..8784714 --- /dev/null +++ b/data/train/gt_S1E4_frame2875.txt @@ -0,0 +1,4 @@ +1056, 830, 1056, 887, 1269, 887, 1269, 830, wether +657, 833, 657, 891, 777, 891, 777, 833, It is +627, 897, 627, 955, 843, 955, 843, 897, he is in +801, 823, 801, 887, 1053, 887, 1053, 823, certain diff --git a/data/train/gt_S1E4_frame2950.txt b/data/train/gt_S1E4_frame2950.txt new file mode 100644 index 0000000..5b5a8ab --- /dev/null +++ b/data/train/gt_S1E4_frame2950.txt @@ -0,0 +1,5 @@ +525, 830, 525, 887, 633, 887, 633, 830, But +1125, 830, 1125, 891, 1398, 891, 1398, 830, focussing +624, 830, 624, 884, 729, 884, 729, 830, the +876, 907, 876, 958, 1092, 958, 1092, 907, France. +804, 914, 804, 961, 906, 961, 906, 914, on diff --git a/data/train/gt_S1E4_frame29775.txt b/data/train/gt_S1E4_frame29775.txt new file mode 100644 index 0000000..35429d9 --- /dev/null +++ b/data/train/gt_S1E4_frame29775.txt @@ -0,0 +1,4 @@ +816, 911, 816, 958, 993, 958, 993, 911, sound +1002, 904, 1002, 958, 1347, 958, 1347, 904, recognisable. +555, 911, 555, 961, 669, 961, 669, 911, and +672, 911, 672, 961, 819, 961, 819, 911, none diff --git a/data/train/gt_S1E4_frame29825.txt b/data/train/gt_S1E4_frame29825.txt new file mode 100644 index 0000000..770dd18 --- /dev/null +++ b/data/train/gt_S1E4_frame29825.txt @@ -0,0 +1,3 @@ +801, 911, 801, 961, 945, 961, 945, 911, from +954, 918, 954, 961, 1065, 961, 1065, 918, one. +1182, 907, 1182, 968, 1245, 968, 1245, 907, it diff --git a/data/train/gt_S1E4_frame3100.txt b/data/train/gt_S1E4_frame3100.txt new file mode 100644 index 0000000..508719d --- /dev/null +++ b/data/train/gt_S1E4_frame3100.txt @@ -0,0 +1,7 @@ +732, 911, 732, 961, 1071, 961, 1071, 911, announced +678, 833, 678, 887, 999, 887, 999, 833, unexpected +1227, 904, 1227, 958, 1350, 958, 1350, 904, site +648, 911, 648, 958, 753, 958, 753, 911, has +1056, 918, 1056, 961, 1149, 961, 1149, 918, on +1146, 914, 1146, 958, 1233, 958, 1233, 914, his +600, 837, 600, 887, 696, 887, 696, 837, an diff --git a/data/train/gt_S1E4_frame3125.txt b/data/train/gt_S1E4_frame3125.txt new file mode 100644 index 0000000..727cabe --- /dev/null +++ b/data/train/gt_S1E4_frame3125.txt @@ -0,0 +1,9 @@ +1008, 820, 1008, 877, 1383, 877, 1383, 820, development. +732, 911, 732, 961, 1071, 961, 1071, 911, announced +678, 833, 678, 887, 999, 887, 999, 833, unexpected +1227, 904, 1227, 958, 1350, 958, 1350, 904, site +648, 911, 648, 958, 753, 958, 753, 911, has +1056, 918, 1056, 961, 1149, 961, 1149, 918, on +1146, 914, 1146, 958, 1233, 958, 1233, 914, his +600, 837, 600, 887, 696, 887, 696, 837, an + diff --git a/data/train/gt_S1E4_frame3200.txt b/data/train/gt_S1E4_frame3200.txt new file mode 100644 index 0000000..7f46f16 --- /dev/null +++ b/data/train/gt_S1E4_frame3200.txt @@ -0,0 +1,9 @@ +597, 914, 597, 961, 786, 961, 786, 914, worlds +915, 830, 915, 891, 1206, 891, 1206, 830, prominent +849, 907, 849, 955, 1098, 955, 1098, 907, business +1086, 914, 1086, 958, 1209, 958, 1209, 914, and +1200, 914, 1200, 968, 1419, 968, 1419, 914, finance, +456, 830, 456, 894, 564, 894, 564, 830, the +792, 837, 792, 891, 927, 891, 927, 837, four +489, 904, 489, 965, 585, 965, 585, 904, the +558, 826, 558, 887, 759, 887, 759, 826, names diff --git a/data/train/gt_S1E4_frame3250.txt b/data/train/gt_S1E4_frame3250.txt new file mode 100644 index 0000000..7f46f16 --- /dev/null +++ b/data/train/gt_S1E4_frame3250.txt @@ -0,0 +1,9 @@ +597, 914, 597, 961, 786, 961, 786, 914, worlds +915, 830, 915, 891, 1206, 891, 1206, 830, prominent +849, 907, 849, 955, 1098, 955, 1098, 907, business +1086, 914, 1086, 958, 1209, 958, 1209, 914, and +1200, 914, 1200, 968, 1419, 968, 1419, 914, finance, +456, 830, 456, 894, 564, 894, 564, 830, the +792, 837, 792, 891, 927, 891, 927, 837, four +489, 904, 489, 965, 585, 965, 585, 904, the +558, 826, 558, 887, 759, 887, 759, 826, names diff --git a/data/train/gt_S1E4_frame3275.txt b/data/train/gt_S1E4_frame3275.txt new file mode 100644 index 0000000..74beb49 --- /dev/null +++ b/data/train/gt_S1E4_frame3275.txt @@ -0,0 +1,6 @@ +987, 833, 987, 884, 1167, 884, 1167, 833, could +981, 907, 981, 961, 1299, 961, 1299, 907, Delplanaque. +639, 897, 639, 958, 981, 958, 981, 897, Jean-Claude +621, 833, 621, 887, 759, 887, 759, 833, who +1116, 833, 1116, 887, 1302, 887, 1302, 833, save +756, 830, 756, 887, 909, 887, 909, 830, he diff --git a/data/train/gt_S1E4_frame3375.txt b/data/train/gt_S1E4_frame3375.txt new file mode 100644 index 0000000..3d6d742 --- /dev/null +++ b/data/train/gt_S1E4_frame3375.txt @@ -0,0 +1,3 @@ +1236, 914, 1236, 961, 1389, 961, 1389, 914, news +807, 911, 807, 965, 1089, 965, 1089, 911, celebrating +1047, 833, 1047, 891, 1191, 891, 1191, 833, note diff --git a/data/train/gt_S1E4_frame3425.txt b/data/train/gt_S1E4_frame3425.txt new file mode 100644 index 0000000..c3097b6 --- /dev/null +++ b/data/train/gt_S1E4_frame3425.txt @@ -0,0 +1,2 @@ +876, 904, 876, 961, 1020, 961, 1020, 904, birth +780, 904, 780, 961, 879, 961, 879, 904, the diff --git a/data/train/gt_S1E4_frame37525.txt b/data/train/gt_S1E4_frame37525.txt new file mode 100644 index 0000000..e6b1b5b --- /dev/null +++ b/data/train/gt_S1E4_frame37525.txt @@ -0,0 +1,6 @@ +726, 907, 726, 965, 951, 965, 951, 907, Madame +1122, 833, 1122, 887, 1269, 887, 1269, 833, word. +933, 826, 933, 884, 1080, 884, 1080, 826, said +966, 911, 966, 961, 1164, 961, 1164, 911, Joubert +630, 830, 630, 887, 744, 887, 744, 830, You +762, 830, 762, 887, 951, 887, 951, 830, haven't diff --git a/data/train/gt_S1E4_frame37575.txt b/data/train/gt_S1E4_frame37575.txt new file mode 100644 index 0000000..f1e50f0 --- /dev/null +++ b/data/train/gt_S1E4_frame37575.txt @@ -0,0 +1,2 @@ +927, 907, 927, 961, 1041, 961, 1041, 907, you +1035, 907, 1035, 968, 1221, 968, 1221, 907, think? diff --git a/data/train/gt_S1E4_frame39425.txt b/data/train/gt_S1E4_frame39425.txt new file mode 100644 index 0000000..bfef00e --- /dev/null +++ b/data/train/gt_S1E4_frame39425.txt @@ -0,0 +1,6 @@ +1029, 907, 1029, 961, 1272, 961, 1272, 907, emerged +717, 830, 717, 887, 813, 887, 813, 830, the +639, 907, 639, 965, 891, 965, 891, 907, rumours +888, 911, 888, 961, 1020, 961, 1020, 911, have +1032, 830, 1032, 891, 1257, 891, 1257, 830, minutes +915, 833, 915, 887, 1020, 887, 1020, 833, few diff --git a/data/train/gt_S1E4_frame39525.txt b/data/train/gt_S1E4_frame39525.txt new file mode 100644 index 0000000..74db2ae --- /dev/null +++ b/data/train/gt_S1E4_frame39525.txt @@ -0,0 +1,5 @@ +918, 830, 918, 887, 1209, 887, 1209, 830, individuals +1095, 907, 1095, 965, 1347, 965, 1347, 907, Terrorist +852, 907, 852, 965, 942, 965, 942, 907, the +576, 904, 576, 965, 771, 965, 771, 904, named +696, 823, 696, 891, 831, 891, 831, 823, that diff --git a/data/train/gt_S1E4_frame39600.txt b/data/train/gt_S1E4_frame39600.txt new file mode 100644 index 0000000..52c390a --- /dev/null +++ b/data/train/gt_S1E4_frame39600.txt @@ -0,0 +1,6 @@ +975, 907, 975, 961, 1278, 961, 1278, 907, Delplanaque. +627, 901, 627, 968, 972, 968, 972, 901, Jean-Claude +699, 826, 699, 891, 996, 891, 996, 826, prepared +1053, 843, 1053, 891, 1167, 891, 1167, 843, pay +549, 837, 549, 887, 654, 887, 654, 837, are +1152, 843, 1152, 891, 1245, 891, 1245, 843, to diff --git a/data/train/gt_S1E4_frame39675.txt b/data/train/gt_S1E4_frame39675.txt new file mode 100644 index 0000000..e1d9d73 --- /dev/null +++ b/data/train/gt_S1E4_frame39675.txt @@ -0,0 +1,4 @@ +1095, 914, 1095, 961, 1299, 961, 1299, 914, reports +762, 911, 762, 961, 1116, 961, 1116, 911, unconfirmed +615, 911, 615, 965, 741, 965, 741, 911, from +756, 833, 756, 887, 1053, 887, 1053, 833, reluctance diff --git a/data/train/gt_S1E4_frame42725.txt b/data/train/gt_S1E4_frame42725.txt new file mode 100644 index 0000000..a4bcad7 --- /dev/null +++ b/data/train/gt_S1E4_frame42725.txt @@ -0,0 +1,2 @@ +780, 901, 780, 965, 963, 965, 963, 901, Thalys +954, 907, 954, 968, 1149, 968, 1149, 907, PBKA. diff --git a/data/train/gt_S1E4_frame42850.txt b/data/train/gt_S1E4_frame42850.txt new file mode 100644 index 0000000..f29490b --- /dev/null +++ b/data/train/gt_S1E4_frame42850.txt @@ -0,0 +1,2 @@ +933, 911, 933, 968, 1122, 968, 1122, 911, PBKA +795, 907, 795, 968, 942, 968, 942, 907, It's a diff --git a/data/train/gt_S1E4_frame42975.txt b/data/train/gt_S1E4_frame42975.txt new file mode 100644 index 0000000..d09019a --- /dev/null +++ b/data/train/gt_S1E4_frame42975.txt @@ -0,0 +1,5 @@ +759, 907, 759, 965, 894, 965, 894, 907, 8,800 +1056, 826, 1056, 891, 1314, 891, 1314, 826, supplying +906, 907, 906, 961, 1158, 961, 1158, 907, kilowatts. +594, 833, 594, 887, 723, 887, 723, 833, with +831, 837, 831, 891, 1050, 891, 1050, 837, rin diff --git a/data/train/gt_S1E4_frame43100.txt b/data/train/gt_S1E4_frame43100.txt new file mode 100644 index 0000000..8df53d8 --- /dev/null +++ b/data/train/gt_S1E4_frame43100.txt @@ -0,0 +1,5 @@ +930, 907, 930, 965, 1083, 965, 1083, 907, below +1170, 914, 1170, 968, 1410, 968, 1410, 914, kilovolts, +663, 907, 663, 975, 927, 975, 927, 907, operating +498, 907, 498, 965, 651, 965, 651, 907, When +1104, 904, 1104, 958, 1203, 958, 1203, 904, 15 diff --git a/data/train/gt_S1E4_frame43150.txt b/data/train/gt_S1E4_frame43150.txt new file mode 100644 index 0000000..37715ec --- /dev/null +++ b/data/train/gt_S1E4_frame43150.txt @@ -0,0 +1,5 @@ +921, 830, 921, 891, 1104, 891, 1104, 830, output +732, 907, 732, 965, 924, 965, 924, 907, to 3,180 +951, 911, 951, 961, 1191, 961, 1191, 911, kilowatts. +645, 837, 645, 891, 744, 891, 744, 837, the +750, 830, 750, 884, 924, 884, 924, 830, power diff --git a/data/train/gt_S1E4_frame43275.txt b/data/train/gt_S1E4_frame43275.txt new file mode 100644 index 0000000..6f87d1a --- /dev/null +++ b/data/train/gt_S1E4_frame43275.txt @@ -0,0 +1,6 @@ +726, 907, 726, 958, 957, 958, 957, 907, hear it on +1218, 911, 1218, 965, 1404, 965, 1404, 911, tracks. +1092, 911, 1092, 961, 1221, 961, 1221, 911, train +996, 911, 996, 961, 1089, 961, 1089, 911, the +624, 911, 624, 961, 729, 961, 729, 911, can +516, 911, 516, 965, 621, 965, 621, 911, You diff --git a/data/train/gt_S1E4_frame43600.txt b/data/train/gt_S1E4_frame43600.txt new file mode 100644 index 0000000..8a415e3 --- /dev/null +++ b/data/train/gt_S1E4_frame43600.txt @@ -0,0 +1,7 @@ +1014, 904, 1014, 965, 1212, 965, 1212, 904, railway +591, 904, 591, 958, 849, 958, 849, 904, anywhere +828, 907, 828, 961, 963, 961, 963, 907, near +579, 826, 579, 891, 702, 891, 702, 826, Only +936, 830, 936, 891, 1086, 891, 1086, 830, cold +1062, 826, 1062, 887, 1257, 887, 1257, 826, stores +1212, 907, 1212, 968, 1341, 968, 1341, 907, line. diff --git a/data/train/gt_S1E4_frame43700.txt b/data/train/gt_S1E4_frame43700.txt new file mode 100644 index 0000000..422323b --- /dev/null +++ b/data/train/gt_S1E4_frame43700.txt @@ -0,0 +1,9 @@ +807, 907, 807, 961, 918, 961, 918, 907, five +501, 907, 501, 965, 642, 965, 642, 907, only +735, 911, 735, 961, 834, 961, 834, 911, on +1275, 911, 1275, 958, 1416, 958, 1416, 911, area. +924, 914, 924, 965, 1098, 965, 1098, 914, tracks +945, 826, 945, 891, 1131, 891, 1131, 826, Thalys +468, 830, 468, 891, 576, 891, 576, 830, The +1137, 820, 1137, 887, 1443, 887, 1443, 820, PBKA trains +1077, 907, 1077, 958, 1161, 958, 1161, 907, in diff --git a/data/train/gt_S1E4_frame43800.txt b/data/train/gt_S1E4_frame43800.txt new file mode 100644 index 0000000..72fc507 --- /dev/null +++ b/data/train/gt_S1E4_frame43800.txt @@ -0,0 +1,7 @@ +954, 826, 954, 884, 1095, 884, 1095, 826, must +759, 907, 759, 965, 939, 965, 939, 907, passes +573, 904, 573, 965, 744, 965, 744, 904, which +1176, 830, 1176, 884, 1281, 884, 1281, 830, the +1080, 914, 1080, 965, 1326, 965, 1326, 914, old store. +957, 907, 957, 955, 1056, 955, 1056, 907, the +612, 837, 612, 891, 735, 891, 735, 837, one diff --git a/data/train/gt_S1E4_frame43875.txt b/data/train/gt_S1E4_frame43875.txt new file mode 100644 index 0000000..42eeba3 --- /dev/null +++ b/data/train/gt_S1E4_frame43875.txt @@ -0,0 +1,3 @@ +765, 918, 765, 965, 906, 965, 906, 918, down +1062, 894, 1062, 951, 1398, 951, 1398, 894, possibilities. +606, 907, 606, 961, 756, 961, 756, 907, that's diff --git a/data/train/gt_S1E4_frame43975.txt b/data/train/gt_S1E4_frame43975.txt new file mode 100644 index 0000000..39603d6 --- /dev/null +++ b/data/train/gt_S1E4_frame43975.txt @@ -0,0 +1,6 @@ +798, 830, 798, 891, 972, 891, 972, 830, check +969, 830, 969, 887, 1068, 887, 1068, 830, the +759, 911, 759, 965, 918, 965, 918, 911, Pierre +1065, 826, 1065, 884, 1230, 884, 1230, 826, trains +897, 907, 897, 965, 1170, 965, 1170, 907, identified +675, 833, 675, 887, 813, 887, 813, 833, and diff --git a/data/train/gt_S1E4_frame44025.txt b/data/train/gt_S1E4_frame44025.txt new file mode 100644 index 0000000..106dc77 --- /dev/null +++ b/data/train/gt_S1E4_frame44025.txt @@ -0,0 +1,7 @@ +558, 907, 558, 958, 702, 958, 702, 907, when +729, 830, 729, 887, 933, 887, 933, 830, against +714, 901, 714, 955, 1035, 955, 1035, 901, Jean-Claude +1200, 918, 1200, 965, 1347, 965, 1347, 918, them +1041, 907, 1041, 961, 1212, 961, 1212, 907, heard +921, 826, 921, 887, 1038, 887, 1038, 826, threm +1035, 830, 1035, 891, 1182, 891, 1182, 830, times diff --git a/data/train/gt_S1E4_frame44100.txt b/data/train/gt_S1E4_frame44100.txt new file mode 100644 index 0000000..3277580 --- /dev/null +++ b/data/train/gt_S1E4_frame44100.txt @@ -0,0 +1,4 @@ +795, 826, 795, 897, 936, 897, 936, 826, How +996, 911, 996, 968, 1146, 968, 1146, 911, hour. +936, 823, 936, 891, 1095, 891, 1095, 823, long? +810, 901, 810, 961, 921, 961, 921, 901, Half diff --git a/data/train/gt_S1E4_frame45900.txt b/data/train/gt_S1E4_frame45900.txt new file mode 100644 index 0000000..aaa9741 --- /dev/null +++ b/data/train/gt_S1E4_frame45900.txt @@ -0,0 +1,6 @@ +924, 911, 924, 961, 1077, 961, 1077, 911, sorry. +627, 830, 627, 887, 846, 887, 846, 830, husband +474, 830, 474, 887, 606, 887, 606, 830, Your +1092, 826, 1092, 891, 1242, 891, 1242, 826, badly +843, 823, 843, 891, 999, 891, 999, 823, hurt +1275, 830, 1275, 884, 1431, 884, 1431, 830, I think. diff --git a/data/train/gt_S1E4_frame55725.txt b/data/train/gt_S1E4_frame55725.txt new file mode 100644 index 0000000..ff118fe --- /dev/null +++ b/data/train/gt_S1E4_frame55725.txt @@ -0,0 +1 @@ +837, 911, 837, 965, 975, 965, 975, 911, Let’s diff --git a/data/train/gt_S1E4_frame55800.txt b/data/train/gt_S1E4_frame55800.txt new file mode 100644 index 0000000..681d493 --- /dev/null +++ b/data/train/gt_S1E4_frame55800.txt @@ -0,0 +1 @@ +849, 904, 849, 965, 1056, 965, 1056, 904, Police! diff --git a/data/train/gt_S1E4_frame56000.txt b/data/train/gt_S1E4_frame56000.txt new file mode 100644 index 0000000..10684e4 --- /dev/null +++ b/data/train/gt_S1E4_frame56000.txt @@ -0,0 +1 @@ +891, 911, 891, 968, 1023, 968, 1023, 911, Shit. diff --git a/data/train/gt_S1E4_frame58350.txt b/data/train/gt_S1E4_frame58350.txt new file mode 100644 index 0000000..7a322d1 --- /dev/null +++ b/data/train/gt_S1E4_frame58350.txt @@ -0,0 +1,5 @@ +825, 914, 825, 961, 1011, 961, 1011, 914, no sign +1011, 911, 1011, 958, 1179, 958, 1179, 911, of the +966, 826, 966, 887, 1275, 887, 1275, 826, ambulance. +603, 907, 603, 961, 795, 961, 795, 907, There's +1170, 904, 1170, 965, 1311, 965, 1311, 904, kids. diff --git a/data/train/gt_S1E4_frame58650.txt b/data/train/gt_S1E4_frame58650.txt new file mode 100644 index 0000000..67f5ae9 --- /dev/null +++ b/data/train/gt_S1E4_frame58650.txt @@ -0,0 +1,2 @@ +822, 907, 822, 965, 990, 965, 990, 907, Come +996, 911, 996, 961, 1098, 961, 1098, 911, on! diff --git a/data/train/gt_S1E4_frame60450.txt b/data/train/gt_S1E4_frame60450.txt new file mode 100644 index 0000000..7b76390 --- /dev/null +++ b/data/train/gt_S1E4_frame60450.txt @@ -0,0 +1,4 @@ +783, 907, 783, 958, 996, 958, 996, 907, thought +612, 901, 612, 961, 777, 961, 777, 901, I really +1092, 907, 1092, 958, 1185, 958, 1185, 907, had +1203, 904, 1203, 958, 1302, 958, 1302, 904, him diff --git a/data/train/gt_S1E4_frame60550.txt b/data/train/gt_S1E4_frame60550.txt new file mode 100644 index 0000000..f7edddd --- /dev/null +++ b/data/train/gt_S1E4_frame60550.txt @@ -0,0 +1,7 @@ +1113, 833, 1113, 887, 1263, 887, 1263, 833, Keep +528, 907, 528, 961, 753, 961, 753, 907, pressure +1164, 911, 1164, 965, 1404, 965, 1404, 911, mistake. +924, 830, 924, 884, 1116, 884, 1116, 830, closer. +543, 826, 543, 887, 735, 887, 735, 826, You're +744, 826, 744, 887, 921, 887, 921, 826, getting +879, 907, 879, 961, 1143, 961, 1143, 907, he'll make diff --git a/data/train/gt_S1E4_frame60650.txt b/data/train/gt_S1E4_frame60650.txt new file mode 100644 index 0000000..87d8219 --- /dev/null +++ b/data/train/gt_S1E4_frame60650.txt @@ -0,0 +1 @@ +846, 901, 846, 972, 1059, 972, 1059, 901, Really? diff --git a/data/train/gt_S1E4_frame60875.txt b/data/train/gt_S1E4_frame60875.txt new file mode 100644 index 0000000..e7abf79 --- /dev/null +++ b/data/train/gt_S1E4_frame60875.txt @@ -0,0 +1,2 @@ +831, 907, 831, 965, 951, 965, 951, 907, Like +948, 897, 948, 961, 1098, 961, 1098, 897, him? diff --git a/data/train/gt_S1E5_frame16800.txt b/data/train/gt_S1E5_frame16800.txt new file mode 100644 index 0000000..755dbf0 --- /dev/null +++ b/data/train/gt_S1E5_frame16800.txt @@ -0,0 +1,3 @@ +1026, 907, 1026, 965, 1227, 965, 1227, 907, of this? +690, 897, 690, 958, 912, 958, 912, 897, Is there +903, 907, 903, 958, 1011, 958, 1011, 907, lots diff --git a/data/train/gt_S1E5_frame16925.txt b/data/train/gt_S1E5_frame16925.txt new file mode 100644 index 0000000..099a83c --- /dev/null +++ b/data/train/gt_S1E5_frame16925.txt @@ -0,0 +1,10 @@ +552, 911, 552, 961, 720, 961, 720, 911, These +1122, 918, 1122, 961, 1365, 961, 1365, 918, cameras. +720, 911, 720, 958, 822, 958, 822, 911, are +654, 833, 654, 894, 780, 894, 780, 833, Why +834, 904, 834, 955, 978, 955, 978, 904, their +969, 833, 969, 891, 1119, 891, 1119, 833, doing +1119, 823, 1119, 887, 1284, 887, 1284, 823, this? +945, 901, 945, 958, 1113, 958, 1113, 901, CCTV +870, 840, 870, 887, 954, 887, 954, 840, we +774, 837, 774, 884, 879, 884, 879, 837, are diff --git a/data/train/gt_S1E5_frame17000.txt b/data/train/gt_S1E5_frame17000.txt new file mode 100644 index 0000000..fcefa6e --- /dev/null +++ b/data/train/gt_S1E5_frame17000.txt @@ -0,0 +1,4 @@ +1074, 907, 1074, 965, 1275, 965, 1275, 907, heyday. +828, 901, 828, 961, 1068, 961, 1068, 901, colonial +852, 830, 852, 891, 1134, 891, 1134, 830, nostalgia +627, 907, 627, 965, 837, 965, 837, 907, for their diff --git a/data/train/gt_S1E5_frame17075.txt b/data/train/gt_S1E5_frame17075.txt new file mode 100644 index 0000000..727633b --- /dev/null +++ b/data/train/gt_S1E5_frame17075.txt @@ -0,0 +1,10 @@ +1137, 907, 1137, 968, 1419, 968, 1419, 907, dogsbody. +888, 826, 888, 884, 1044, 884, 1044, 826, think +771, 826, 771, 880, 882, 880, 882, 826, still +654, 830, 654, 894, 780, 894, 780, 830, They. +999, 907, 999, 958, 1125, 958, 1125, 907, their +489, 914, 489, 961, 621, 961, 621, 914, over +735, 904, 735, 961, 945, 961, 945, 904, Channel +612, 904, 612, 961, 717, 961, 717, 904, the +1029, 833, 1029, 891, 1284, 891, 1284, 833, everyone +933, 907, 933, 961, 1011, 961, 1011, 907, is diff --git a/data/train/gt_S1E5_frame17275.txt b/data/train/gt_S1E5_frame17275.txt new file mode 100644 index 0000000..4be93ab --- /dev/null +++ b/data/train/gt_S1E5_frame17275.txt @@ -0,0 +1,5 @@ +1209, 911, 1209, 965, 1377, 965, 1377, 911, place. +1023, 904, 1023, 965, 1215, 965, 1215, 904, Benji's +648, 911, 648, 961, 816, 961, 816, 911, shoes +834, 907, 834, 968, 1023, 968, 1023, 907, leaving +537, 907, 537, 961, 660, 961, 660, 907, The diff --git a/data/train/gt_S1E5_frame17350.txt b/data/train/gt_S1E5_frame17350.txt new file mode 100644 index 0000000..3f9f55a --- /dev/null +++ b/data/train/gt_S1E5_frame17350.txt @@ -0,0 +1,5 @@ +972, 901, 972, 958, 1260, 958, 1260, 901, split at the +666, 901, 666, 955, 804, 955, 804, 901, black +816, 904, 816, 958, 966, 958, 966, 904, boots +1245, 914, 1245, 965, 1362, 965, 1362, 914, toe. +555, 907, 555, 958, 654, 958, 654, 907, The \ No newline at end of file diff --git a/data/train/gt_S1E5_frame17650.txt b/data/train/gt_S1E5_frame17650.txt new file mode 100644 index 0000000..02b8966 --- /dev/null +++ b/data/train/gt_S1E5_frame17650.txt @@ -0,0 +1,2 @@ +915, 904, 915, 955, 1092, 955, 1092, 904, get to +777, 907, 777, 965, 918, 965, 918, 907, Let's. diff --git a/data/train/gt_S1E5_frame1775.txt b/data/train/gt_S1E5_frame1775.txt new file mode 100644 index 0000000..de16b95 --- /dev/null +++ b/data/train/gt_S1E5_frame1775.txt @@ -0,0 +1,10 @@ +1083, 826, 1083, 887, 1302, 887, 1302, 826, evaded +1119, 897, 1119, 951, 1380, 951, 1380, 897, officers? +990, 907, 990, 958, 1113, 958, 1113, 907, elite +555, 911, 555, 961, 762, 961, 762, 911, several +744, 911, 744, 961, 921, 961, 921, 911, teams +618, 826, 618, 887, 744, 887, 744, 826, How +759, 833, 759, 884, 858, 884, 858, 833, has +972, 837, 972, 887, 1101, 887, 1101, 837, man +864, 840, 864, 887, 972, 887, 972, 840, one +921, 911, 921, 958, 1014, 958, 1014, 911, of \ No newline at end of file diff --git a/data/train/gt_S1E5_frame33025.txt b/data/train/gt_S1E5_frame33025.txt new file mode 100644 index 0000000..2a2e177 --- /dev/null +++ b/data/train/gt_S1E5_frame33025.txt @@ -0,0 +1,7 @@ +735, 826, 735, 887, 963, 887, 963, 826, CHERFI +948, 830, 948, 884, 1140, 884, 1140, 830, SOON +579, 911, 579, 965, 717, 965, 717, 911, FOR +705, 904, 705, 958, 894, 958, 894, 904, PARIS +885, 907, 885, 961, 1326, 961, 1326, 907, SAINT-GERMAIN +549, 830, 549, 887, 738, 887, 738, 830, MEHDI +1113, 826, 1113, 894, 1380, 894, 1380, 826, TO PLAY diff --git a/data/train/gt_S1E5_frame33700.txt b/data/train/gt_S1E5_frame33700.txt new file mode 100644 index 0000000..ac962ee --- /dev/null +++ b/data/train/gt_S1E5_frame33700.txt @@ -0,0 +1,2 @@ +858, 907, 858, 965, 969, 965, 969, 907, Get +963, 914, 963, 968, 1056, 968, 1056, 914, up. \ No newline at end of file diff --git a/data/train/gt_S1E5_frame33725.txt b/data/train/gt_S1E5_frame33725.txt new file mode 100644 index 0000000..f663877 --- /dev/null +++ b/data/train/gt_S1E5_frame33725.txt @@ -0,0 +1,4 @@ +1062, 914, 1062, 965, 1221, 965, 1221, 914, away. +816, 911, 816, 961, 942, 961, 942, 911, clear +678, 911, 678, 965, 807, 965, 807, 911, And +945, 907, 945, 961, 1068, 961, 1068, 907, that diff --git a/data/train/gt_S1E5_frame33825.txt b/data/train/gt_S1E5_frame33825.txt new file mode 100644 index 0000000..e399d3d --- /dev/null +++ b/data/train/gt_S1E5_frame33825.txt @@ -0,0 +1,3 @@ +807, 907, 807, 965, 1023, 965, 1023, 907, I‘ve-got a +1044, 914, 1044, 961, 1305, 961, 1305, 914, rehearsal. +627, 914, 627, 961, 786, 961, 786, 914, I can't. diff --git a/data/train/gt_S1E5_frame33850.txt b/data/train/gt_S1E5_frame33850.txt new file mode 100644 index 0000000..a076188 --- /dev/null +++ b/data/train/gt_S1E5_frame33850.txt @@ -0,0 +1,5 @@ +1179, 914, 1179, 965, 1401, 965, 1401, 914, hip-hop. +780, 911, 780, 965, 984, 965, 984, 911, of your +987, 904, 987, 965, 1167, 965, 1167, 904, bloody +510, 904, 510, 965, 702, 965, 702, 904, I'm fed +702, 914, 702, 965, 807, 965, 807, 914, up diff --git a/data/train/gt_S1E5_frame33975.txt b/data/train/gt_S1E5_frame33975.txt new file mode 100644 index 0000000..d0272e3 --- /dev/null +++ b/data/train/gt_S1E5_frame33975.txt @@ -0,0 +1,6 @@ +765, 833, 765, 887, 861, 887, 861, 833, We +1017, 911, 1017, 965, 1242, 965, 1242, 911, country. +735, 911, 735, 968, 1008, 968, 1008, 911, this shitty +1071, 833, 1071, 887, 1167, 887, 1167, 833, life +846, 833, 846, 887, 996, 887, 996, 833, have +978, 837, 978, 887, 1077, 887, 1077, 837, no diff --git a/data/train/gt_S1E5_frame34025.txt b/data/train/gt_S1E5_frame34025.txt new file mode 100644 index 0000000..d1485a1 --- /dev/null +++ b/data/train/gt_S1E5_frame34025.txt @@ -0,0 +1,8 @@ +948, 914, 948, 965, 1080, 965, 1080, 914, you, +861, 901, 861, 955, 981, 955, 981, 901, tell +702, 911, 702, 958, 858, 958, 858, 911, what +669, 830, 669, 891, 870, 891, 870, 830, Yacine! +870, 830, 870, 884, 978, 884, 978, 830, Get +1161, 833, 1161, 891, 1260, 891, 1260, 833, do +993, 830, 993, 891, 1173, 891, 1173, 830, up and +1092, 904, 1092, 958, 1221, 958, 1221, 904, OK? diff --git a/data/train/gt_S1E5_frame3625.txt b/data/train/gt_S1E5_frame3625.txt new file mode 100644 index 0000000..21623fe --- /dev/null +++ b/data/train/gt_S1E5_frame3625.txt @@ -0,0 +1,5 @@ +792, 907, 792, 961, 957, 961, 957, 907, called +588, 904, 588, 961, 684, 961, 684, 904, He +969, 904, 969, 972, 1134, 972, 1134, 904, Danny +687, 911, 687, 961, 822, 961, 822, 911, just +1143, 904, 1143, 968, 1317, 968, 1317, 904, Hillier. diff --git a/data/train/gt_S1E5_frame44275.txt b/data/train/gt_S1E5_frame44275.txt new file mode 100644 index 0000000..6ef2efc --- /dev/null +++ b/data/train/gt_S1E5_frame44275.txt @@ -0,0 +1,4 @@ +804, 904, 804, 961, 990, 961, 990, 904, maybe +996, 911, 996, 958, 1119, 958, 1119, 911, talk +681, 907, 681, 961, 798, 961, 798, 907, And +1140, 907, 1140, 965, 1242, 965, 1242, 907, bit. diff --git a/data/train/gt_S1E5_frame44375.txt b/data/train/gt_S1E5_frame44375.txt new file mode 100644 index 0000000..0923e46 --- /dev/null +++ b/data/train/gt_S1E5_frame44375.txt @@ -0,0 +1 @@ +906, 901, 906, 961, 1011, 961, 1011, 901, OK. \ No newline at end of file diff --git a/data/train/gt_S1E5_frame44425.txt b/data/train/gt_S1E5_frame44425.txt new file mode 100644 index 0000000..2a23144 --- /dev/null +++ b/data/train/gt_S1E5_frame44425.txt @@ -0,0 +1,3 @@ +1020, 914, 1020, 961, 1188, 961, 1188, 914, what? +858, 914, 858, 961, 1008, 961, 1008, 914, about +729, 904, 729, 961, 858, 961, 858, 904, Talk diff --git a/data/train/gt_S1E5_frame44575.txt b/data/train/gt_S1E5_frame44575.txt new file mode 100644 index 0000000..10f98c3 --- /dev/null +++ b/data/train/gt_S1E5_frame44575.txt @@ -0,0 +1,2 @@ +981, 914, 981, 965, 1146, 965, 1146, 914, know. +825, 911, 825, 965, 993, 965, 993, 911, I don't. diff --git a/data/train/gt_S1E5_frame46550.txt b/data/train/gt_S1E5_frame46550.txt new file mode 100644 index 0000000..913a341 --- /dev/null +++ b/data/train/gt_S1E5_frame46550.txt @@ -0,0 +1 @@ +840, 907, 840, 968, 1074, 968, 1074, 907, Thanks. diff --git a/data/train/gt_S1E5_frame46700.txt b/data/train/gt_S1E5_frame46700.txt new file mode 100644 index 0000000..d612d42 --- /dev/null +++ b/data/train/gt_S1E5_frame46700.txt @@ -0,0 +1,2 @@ +921, 911, 921, 958, 1167, 958, 1167, 911, welcome. +744, 907, 744, 961, 924, 961, 924, 907, You're diff --git a/data/train/gt_S1E5_frame47050.txt b/data/train/gt_S1E5_frame47050.txt new file mode 100644 index 0000000..6f139a3 --- /dev/null +++ b/data/train/gt_S1E5_frame47050.txt @@ -0,0 +1,2 @@ +738, 911, 738, 961, 894, 961, 894, 911, I have +894, 904, 894, 951, 1191, 951, 1191, 904, work to do. diff --git a/data/train/gt_S1E5_frame47125.txt b/data/train/gt_S1E5_frame47125.txt new file mode 100644 index 0000000..035b260 --- /dev/null +++ b/data/train/gt_S1E5_frame47125.txt @@ -0,0 +1,6 @@ +732, 911, 732, 958, 882, 958, 882, 911, work +1044, 907, 1044, 965, 1269, 965, 1269, 907, Straight +1260, 911, 1260, 968, 1443, 968, 1443, 911, away? +918, 914, 918, 961, 1041, 961, 1041, 914, do? +591, 911, 591, 961, 726, 961, 726, 911, have +474, 904, 474, 965, 588, 965, 588, 904, You diff --git a/data/train/gt_S1E5_frame47150.txt b/data/train/gt_S1E5_frame47150.txt new file mode 100644 index 0000000..3c4dba3 --- /dev/null +++ b/data/train/gt_S1E5_frame47150.txt @@ -0,0 +1 @@ +894, 911, 894, 968, 1020, 968, 1020, 911, Yes. diff --git a/data/train/gt_S1E5_frame47275.txt b/data/train/gt_S1E5_frame47275.txt new file mode 100644 index 0000000..b71e76c --- /dev/null +++ b/data/train/gt_S1E5_frame47275.txt @@ -0,0 +1,5 @@ +975, 914, 975, 961, 1101, 961, 1101, 914, I stay +1104, 911, 1104, 961, 1230, 961, 1230, 911, for a +753, 911, 753, 958, 933, 958, 933, 911, mind if +576, 907, 576, 965, 753, 965, 753, 907, Do you +1242, 907, 1242, 961, 1356, 961, 1356, 907, bit? \ No newline at end of file diff --git a/data/train/gt_S1E5_frame47425.txt b/data/train/gt_S1E5_frame47425.txt new file mode 100644 index 0000000..71fd45a --- /dev/null +++ b/data/train/gt_S1E5_frame47425.txt @@ -0,0 +1 @@ +903, 907, 903, 968, 1008, 968, 1008, 907, No. \ No newline at end of file diff --git a/data/train/gt_S1E5_frame48950.txt b/data/train/gt_S1E5_frame48950.txt new file mode 100644 index 0000000..111be05 --- /dev/null +++ b/data/train/gt_S1E5_frame48950.txt @@ -0,0 +1,4 @@ +990, 901, 990, 951, 1278, 951, 1278, 901, signatures +885, 914, 885, 961, 1011, 961, 1011, 914, two +627, 911, 627, 965, 783, 965, 783, 911, There +783, 911, 783, 958, 885, 958, 885, 911, are diff --git a/data/train/gt_S1E5_frame49075.txt b/data/train/gt_S1E5_frame49075.txt new file mode 100644 index 0000000..6c7ac2b --- /dev/null +++ b/data/train/gt_S1E5_frame49075.txt @@ -0,0 +1,10 @@ +567, 911, 567, 961, 831, 961, 831, 911, messaqes +783, 826, 783, 887, 1089, 887, 1089, 826, I compared +954, 907, 954, 965, 1143, 965, 1143, 907, Benji's +828, 911, 828, 958, 957, 958, 957, 911, with +510, 833, 510, 884, 639, 884, 639, 833, And +639, 830, 639, 884, 792, 884, 792, 830, when +1137, 918, 1137, 965, 1476, 965, 1476, 918, massacre... +1083, 830, 1083, 884, 1191, 884, 1191, 830, the +1182, 830, 1182, 887, 1380, 887, 1380, 830, times +465, 911, 465, 961, 564, 961, 564, 911, the diff --git a/data/train/gt_S1E5_frame49150.txt b/data/train/gt_S1E5_frame49150.txt new file mode 100644 index 0000000..6c7ac2b --- /dev/null +++ b/data/train/gt_S1E5_frame49150.txt @@ -0,0 +1,10 @@ +567, 911, 567, 961, 831, 961, 831, 911, messaqes +783, 826, 783, 887, 1089, 887, 1089, 826, I compared +954, 907, 954, 965, 1143, 965, 1143, 907, Benji's +828, 911, 828, 958, 957, 958, 957, 911, with +510, 833, 510, 884, 639, 884, 639, 833, And +639, 830, 639, 884, 792, 884, 792, 830, when +1137, 918, 1137, 965, 1476, 965, 1476, 918, massacre... +1083, 830, 1083, 884, 1191, 884, 1191, 830, the +1182, 830, 1182, 887, 1380, 887, 1380, 830, times +465, 911, 465, 961, 564, 961, 564, 911, the diff --git a/data/train/gt_S1E5_frame49200.txt b/data/train/gt_S1E5_frame49200.txt new file mode 100644 index 0000000..d3a2602 --- /dev/null +++ b/data/train/gt_S1E5_frame49200.txt @@ -0,0 +1,5 @@ +795, 826, 795, 884, 1056, 884, 1056, 826, Campbell +759, 904, 759, 965, 981, 965, 981, 904, Sophie, +1053, 833, 1053, 891, 1359, 891, 1359, 833, contacting +669, 833, 669, 891, 810, 891, 810, 833, not +960, 901, 960, 958, 1119, 958, 1119, 901, It's TT diff --git a/data/train/gt_S1E5_frame49325.txt b/data/train/gt_S1E5_frame49325.txt new file mode 100644 index 0000000..c9955a1 --- /dev/null +++ b/data/train/gt_S1E5_frame49325.txt @@ -0,0 +1,2 @@ +888, 907, 888, 958, 1221, 958, 1221, 907, understand. +714, 907, 714, 968, 888, 968, 888, 907, I don't diff --git a/data/train/gt_S1E5_frame49575.txt b/data/train/gt_S1E5_frame49575.txt new file mode 100644 index 0000000..72f4484 --- /dev/null +++ b/data/train/gt_S1E5_frame49575.txt @@ -0,0 +1,9 @@ +783, 911, 783, 961, 930, 961, 930, 911, can't +561, 830, 561, 887, 675, 887, 675, 830, But +648, 826, 648, 891, 888, 891, 888, 826, Sophie's +912, 823, 912, 887, 1104, 887, 1104, 823, battery +915, 904, 915, 958, 1140, 958, 1140, 904, contact +1248, 830, 1248, 887, 1347, 887, 1347, 830, flat, +693, 911, 693, 965, 777, 965, 777, 911, He +1098, 833, 1098, 894, 1239, 894, 1239, 833, goes +1122, 904, 1122, 958, 1224, 958, 1224, 904, her diff --git a/data/train/gt_S1E5_frame50775.txt b/data/train/gt_S1E5_frame50775.txt new file mode 100644 index 0000000..c507064 --- /dev/null +++ b/data/train/gt_S1E5_frame50775.txt @@ -0,0 +1,3 @@ +957, 904, 957, 968, 1224, 968, 1224, 904, problem? +816, 904, 816, 958, 942, 958, 942, 904, got a +702, 911, 702, 968, 810, 968, 810, 911, You diff --git a/data/train/gt_S1E5_frame51025.txt b/data/train/gt_S1E5_frame51025.txt new file mode 100644 index 0000000..6b37350 --- /dev/null +++ b/data/train/gt_S1E5_frame51025.txt @@ -0,0 +1,6 @@ +450, 820, 450, 884, 690, 884, 690, 820, POLICE +597, 877, 597, 934, 972, 934, 972, 877, ### +633, 826, 633, 884, 924, 884, 924, 826, OFFICER +1164, 823, 1164, 884, 1485, 884, 1485, 823, DELGADO +909, 830, 909, 884, 1182, 884, 1182, 830, LAURENT +1110, 897, 1110, 951, 1341, 951, 1341, 897, KILLER diff --git a/data/train/gt_S1E5_frame51075.txt b/data/train/gt_S1E5_frame51075.txt new file mode 100644 index 0000000..3e1acf5 --- /dev/null +++ b/data/train/gt_S1E5_frame51075.txt @@ -0,0 +1,7 @@ +450, 826, 450, 884, 684, 884, 684, 826, POLICE +597, 887, 597, 945, 894, 945, 894, 887, ### +639, 823, 639, 887, 918, 887, 918, 823, OFFICER +1131, 823, 1131, 884, 1476, 884, 1476, 823, DELGADO +1110, 897, 1110, 951, 1341, 951, 1341, 897, KILLER +924, 826, 924, 884, 1185, 884, 1185, 826, LAURENT +789, 907, 789, 958, 1119, 958, 1119, 907, ### \ No newline at end of file diff --git a/data/train/gt_S1E5_frame51150.txt b/data/train/gt_S1E5_frame51150.txt new file mode 100644 index 0000000..893d011 --- /dev/null +++ b/data/train/gt_S1E5_frame51150.txt @@ -0,0 +1,5 @@ +1164, 904, 1164, 965, 1332, 965, 1332, 904, prick! +711, 904, 711, 965, 858, 965, 858, 904, killed +1053, 911, 1053, 965, 1164, 965, 1164, 911, you +849, 907, 849, 968, 1035, 968, 1035, 907, Mehdi +594, 911, 594, 965, 705, 965, 705, 911, You diff --git a/data/train/gt_S1E5_frame51250.txt b/data/train/gt_S1E5_frame51250.txt new file mode 100644 index 0000000..21f5fd1 --- /dev/null +++ b/data/train/gt_S1E5_frame51250.txt @@ -0,0 +1,6 @@ +1065, 914, 1065, 968, 1188, 968, 1188, 914, crap +1272, 907, 1272, 965, 1431, 965, 1431, 907, you? +483, 907, 483, 965, 600, 965, 600, 907, You +747, 907, 747, 965, 942, 965, 942, 907, believe +948, 904, 948, 961, 1068, 961, 1068, 904, that +603, 904, 603, 961, 750, 961, 750, 904, don't diff --git a/data/train/gt_S1E5_frame51300.txt b/data/train/gt_S1E5_frame51300.txt new file mode 100644 index 0000000..8309965 --- /dev/null +++ b/data/train/gt_S1E5_frame51300.txt @@ -0,0 +1,9 @@ +660, 830, 660, 884, 777, 884, 777, 830, with +933, 914, 933, 961, 1083, 961, 1083, 914, over. +1155, 830, 1155, 880, 1278, 880, 1278, 830, else +495, 833, 495, 887, 648, 887, 648, 833, Deals +831, 914, 831, 961, 948, 961, 948, 914, are. +1284, 837, 1284, 884, 1419, 884, 1419, 837, here. +954, 826, 954, 887, 1167, 887, 1167, 826, anyone. +774, 837, 774, 887, 876, 887, 876, 837, me +876, 840, 876, 894, 966, 894, 966, 840, or diff --git a/data/train/gt_S1E5_frame64875.txt b/data/train/gt_S1E5_frame64875.txt new file mode 100644 index 0000000..9499eac --- /dev/null +++ b/data/train/gt_S1E5_frame64875.txt @@ -0,0 +1,3 @@ +1011, 901, 1011, 955, 1173, 955, 1173, 901, killed +639, 907, 639, 965, 1020, 965, 1020, 907, Was it you who +1164, 904, 1164, 958, 1320, 958, 1320, 904, him? diff --git a/data/train/gt_S1E5_frame65150.txt b/data/train/gt_S1E5_frame65150.txt new file mode 100644 index 0000000..e3acd4b --- /dev/null +++ b/data/train/gt_S1E5_frame65150.txt @@ -0,0 +1,4 @@ +855, 911, 855, 968, 1104, 968, 1104, 911, following +714, 911, 714, 961, 846, 961, 846, 911, were +1104, 907, 1104, 961, 1323, 961, 1323, 907, orders? +600, 907, 600, 965, 711, 965, 711, 907, You diff --git a/data/train/gt_S1E5_frame65250.txt b/data/train/gt_S1E5_frame65250.txt new file mode 100644 index 0000000..9b2129c --- /dev/null +++ b/data/train/gt_S1E5_frame65250.txt @@ -0,0 +1,9 @@ +1119, 904, 1119, 955, 1281, 955, 1281, 904, down. +774, 820, 774, 884, 1086, 884, 1086, 820, everythina +633, 907, 633, 961, 732, 961, 732, 907, I've +726, 911, 726, 955, 957, 955, 957, 911, never let +1224, 833, 1224, 887, 1395, 887, 1395, 833, police. +1119, 833, 1119, 891, 1227, 891, 1227, 833, the. +624, 837, 624, 887, 759, 887, 759, 837, given +885, 914, 885, 965, 1113, 965, 1113, 914, let them +507, 830, 507, 891, 633, 891, 633, 830, I've diff --git a/data/train/gt_S1E5_frame65350.txt b/data/train/gt_S1E5_frame65350.txt new file mode 100644 index 0000000..7bf4fa9 --- /dev/null +++ b/data/train/gt_S1E5_frame65350.txt @@ -0,0 +1,11 @@ +825, 833, 825, 884, 960, 884, 960, 833, face +669, 907, 669, 955, 966, 955, 966, 907, don't give a +612, 833, 612, 891, 732, 891, 732, 833, Now +1095, 826, 1095, 884, 1218, 884, 1218, 826, that +540, 907, 540, 965, 672, 965, 672, 907, they +1077, 911, 1077, 961, 1257, 961, 1257, 911, about +1200, 833, 1200, 887, 1311, 887, 1311, 833, site +1263, 911, 1263, 961, 1368, 961, 1368, 911, me. +957, 830, 957, 891, 1086, 891, 1086, 830, is on +981, 904, 981, 955, 1116, 955, 1116, 904, shit +732, 837, 732, 891, 840, 891, 840, 837, my diff --git a/data/train/gt_S1E5_frame65400.txt b/data/train/gt_S1E5_frame65400.txt new file mode 100644 index 0000000..7bf4fa9 --- /dev/null +++ b/data/train/gt_S1E5_frame65400.txt @@ -0,0 +1,11 @@ +825, 833, 825, 884, 960, 884, 960, 833, face +669, 907, 669, 955, 966, 955, 966, 907, don't give a +612, 833, 612, 891, 732, 891, 732, 833, Now +1095, 826, 1095, 884, 1218, 884, 1218, 826, that +540, 907, 540, 965, 672, 965, 672, 907, they +1077, 911, 1077, 961, 1257, 961, 1257, 911, about +1200, 833, 1200, 887, 1311, 887, 1311, 833, site +1263, 911, 1263, 961, 1368, 961, 1368, 911, me. +957, 830, 957, 891, 1086, 891, 1086, 830, is on +981, 904, 981, 955, 1116, 955, 1116, 904, shit +732, 837, 732, 891, 840, 891, 840, 837, my diff --git a/data/train/gt_S1E5_frame65500.txt b/data/train/gt_S1E5_frame65500.txt new file mode 100644 index 0000000..943b078 --- /dev/null +++ b/data/train/gt_S1E5_frame65500.txt @@ -0,0 +1,12 @@ +978, 823, 978, 884, 1224, 884, 1224, 823, loyal you +954, 911, 954, 961, 1077, 961, 1077, 911, you +693, 911, 693, 961, 804, 961, 804, 911, can +849, 830, 849, 891, 987, 891, 987, 830, how +1251, 904, 1251, 965, 1413, 965, 1413, 904, child. +579, 911, 579, 961, 690, 961, 690, 911, one +582, 830, 582, 891, 678, 891, 678, 830, No +795, 907, 795, 965, 942, 965, 942, 907, force +642, 826, 642, 891, 849, 891, 849, 826, matter +1206, 837, 1206, 894, 1338, 894, 1338, 837, are, +501, 914, 501, 965, 594, 965, 594, 914, no +1110, 904, 1110, 955, 1215, 955, 1215, 904, kill diff --git a/data/train/gt_S1E5_frame65625.txt b/data/train/gt_S1E5_frame65625.txt new file mode 100644 index 0000000..84f36fd --- /dev/null +++ b/data/train/gt_S1E5_frame65625.txt @@ -0,0 +1,2 @@ +858, 907, 858, 965, 960, 965, 960, 907, No +936, 911, 936, 961, 1065, 961, 1065, 911, one. diff --git a/data/train/gt_S1E5_frame65825.txt b/data/train/gt_S1E5_frame65825.txt new file mode 100644 index 0000000..808c9a6 --- /dev/null +++ b/data/train/gt_S1E5_frame65825.txt @@ -0,0 +1,2 @@ +849, 904, 849, 965, 978, 965, 978, 904, pity +969, 907, 969, 961, 1092, 961, 1092, 907, you. diff --git a/data/train/gt_S1E6_frame1050.txt b/data/train/gt_S1E6_frame1050.txt new file mode 100644 index 0000000..add11f3 --- /dev/null +++ b/data/train/gt_S1E6_frame1050.txt @@ -0,0 +1,7 @@ +1044, 911, 1044, 958, 1218, 958, 1218, 911, where +858, 918, 858, 965, 1032, 965, 1032, 918, knows +663, 823, 663, 880, 876, 880, 876, 823, I called. +1185, 907, 1185, 961, 1350, 961, 1350, 907, he is. +660, 911, 660, 961, 846, 961, 846, 911, no one +954, 820, 954, 880, 1263, 880, 1263, 820, colleagues +852, 830, 852, 891, 978, 891, 978, 830, his diff --git a/data/train/gt_S1E6_frame1400.txt b/data/train/gt_S1E6_frame1400.txt new file mode 100644 index 0000000..aa16f43 --- /dev/null +++ b/data/train/gt_S1E6_frame1400.txt @@ -0,0 +1,7 @@ +804, 901, 804, 961, 942, 961, 942, 901, We'll +1257, 911, 1257, 961, 1383, 961, 1383, 911, you. +1074, 911, 1074, 958, 1194, 958, 1194, 911, care +654, 907, 654, 965, 801, 965, 801, 907, here. +531, 911, 531, 972, 654, 972, 654, 911, Stay +945, 911, 945, 965, 1065, 965, 1065, 911, take +1182, 914, 1182, 961, 1269, 961, 1269, 914, of. diff --git a/data/train/gt_S1E6_frame30750.txt b/data/train/gt_S1E6_frame30750.txt new file mode 100644 index 0000000..eada6d5 --- /dev/null +++ b/data/train/gt_S1E6_frame30750.txt @@ -0,0 +1,2 @@ +768, 904, 768, 975, 978, 975, 978, 904, Anyone +975, 907, 975, 965, 1155, 965, 1155, 907, there? diff --git a/data/train/gt_S1E6_frame31600.txt b/data/train/gt_S1E6_frame31600.txt new file mode 100644 index 0000000..5f5b35a --- /dev/null +++ b/data/train/gt_S1E6_frame31600.txt @@ -0,0 +1,3 @@ +849, 901, 849, 961, 1029, 961, 1029, 901, YOUR +1029, 897, 1029, 961, 1311, 961, 1311, 897, BROTHER +606, 901, 606, 965, 852, 965, 852, 901, I KILLED diff --git a/data/train/gt_S1E6_frame32550.txt b/data/train/gt_S1E6_frame32550.txt new file mode 100644 index 0000000..0300f99 --- /dev/null +++ b/data/train/gt_S1E6_frame32550.txt @@ -0,0 +1,6 @@ +1029, 911, 1029, 968, 1185, 968, 1185, 911, going +870, 904, 870, 955, 966, 955, 966, 904, hell +1194, 911, 1194, 961, 1305, 961, 1305, 911, on? +609, 901, 609, 961, 762, 961, 762, 901, What +759, 904, 759, 958, 855, 958, 855, 904, the +954, 911, 954, 961, 1035, 961, 1035, 911, is diff --git a/data/train/gt_S1E6_frame32600.txt b/data/train/gt_S1E6_frame32600.txt new file mode 100644 index 0000000..b18906b --- /dev/null +++ b/data/train/gt_S1E6_frame32600.txt @@ -0,0 +1,3 @@ +891, 911, 891, 965, 1035, 965, 1035, 911, o you +1047, 911, 1047, 958, 1221, 958, 1221, 911, want? +699, 911, 699, 965, 840, 965, 840, 911, What diff --git a/data/train/gt_S1E6_frame32975.txt b/data/train/gt_S1E6_frame32975.txt new file mode 100644 index 0000000..f002be6 --- /dev/null +++ b/data/train/gt_S1E6_frame32975.txt @@ -0,0 +1,4 @@ +798, 914, 798, 961, 1002, 961, 1002, 914, brought +984, 911, 984, 961, 1104, 961, 1104, 911, you +1113, 907, 1113, 955, 1275, 955, 1275, 907, here? +636, 907, 636, 968, 780, 968, 780, 907, Who diff --git a/data/train/gt_S1E6_frame33225.txt b/data/train/gt_S1E6_frame33225.txt new file mode 100644 index 0000000..80a0692 --- /dev/null +++ b/data/train/gt_S1E6_frame33225.txt @@ -0,0 +1,4 @@ +1128, 914, 1128, 965, 1239, 965, 1239, 914, me. +675, 907, 675, 965, 795, 965, 795, 907, You +1005, 907, 1005, 965, 1122, 965, 1122, 907, help +804, 907, 804, 961, 969, 961, 969, 907, have t diff --git a/data/train/gt_S1E6_frame33350.txt b/data/train/gt_S1E6_frame33350.txt new file mode 100644 index 0000000..0230848 --- /dev/null +++ b/data/train/gt_S1E6_frame33350.txt @@ -0,0 +1,5 @@ +864, 907, 864, 955, 942, 955, 942, 907, kill +1029, 901, 1029, 961, 1290, 961, 1290, 901, brother? +753, 914, 753, 961, 846, 961, 846, 914, you +642, 904, 642, 961, 750, 961, 750, 904, Did +948, 911, 948, 965, 1038, 965, 1038, 911, my diff --git a/data/train/gt_S1E6_frame33500.txt b/data/train/gt_S1E6_frame33500.txt new file mode 100644 index 0000000..46af090 --- /dev/null +++ b/data/train/gt_S1E6_frame33500.txt @@ -0,0 +1,7 @@ +1143, 823, 1143, 884, 1374, 884, 1374, 823, brother? +927, 830, 927, 891, 1137, 891, 1137, 830, Cherfi's +762, 826, 762, 891, 927, 891, 927, 826, Mehdi +570, 826, 570, 891, 756, 891, 756, 826, You're +567, 911, 567, 965, 711, 965, 711, 911, Shut +702, 911, 702, 965, 795, 965, 795, 911, up +810, 897, 810, 958, 918, 958, 918, 897, OK! diff --git a/data/train/gt_S1E6_frame33525.txt b/data/train/gt_S1E6_frame33525.txt new file mode 100644 index 0000000..46af090 --- /dev/null +++ b/data/train/gt_S1E6_frame33525.txt @@ -0,0 +1,7 @@ +1143, 823, 1143, 884, 1374, 884, 1374, 823, brother? +927, 830, 927, 891, 1137, 891, 1137, 830, Cherfi's +762, 826, 762, 891, 927, 891, 927, 826, Mehdi +570, 826, 570, 891, 756, 891, 756, 826, You're +567, 911, 567, 965, 711, 965, 711, 911, Shut +702, 911, 702, 965, 795, 965, 795, 911, up +810, 897, 810, 958, 918, 958, 918, 897, OK! diff --git a/data/train/gt_S1E6_frame33600.txt b/data/train/gt_S1E6_frame33600.txt new file mode 100644 index 0000000..413931a --- /dev/null +++ b/data/train/gt_S1E6_frame33600.txt @@ -0,0 +1,3 @@ +768, 914, 768, 968, 951, 968, 951, 914, n't say +1050, 911, 1050, 958, 1212, 958, 1212, 911, name. +948, 911, 948, 961, 1041, 961, 1041, 911, his diff --git a/data/train/gt_S1E6_frame33800.txt b/data/train/gt_S1E6_frame33800.txt new file mode 100644 index 0000000..d4d9e48 --- /dev/null +++ b/data/train/gt_S1E6_frame33800.txt @@ -0,0 +1,4 @@ +1041, 911, 1041, 972, 1230, 972, 1230, 911, doing? +927, 907, 927, 961, 1035, 961, 1035, 907, you +822, 907, 822, 961, 930, 961, 930, 907, are +681, 904, 681, 965, 834, 965, 834, 904, What diff --git a/data/train/gt_S1E6_frame34475.txt b/data/train/gt_S1E6_frame34475.txt new file mode 100644 index 0000000..3d95dca --- /dev/null +++ b/data/train/gt_S1E6_frame34475.txt @@ -0,0 +1,8 @@ +687, 833, 687, 887, 846, 887, 846, 833, I want +1011, 911, 1011, 968, 1233, 968, 1233, 911, brother. +759, 907, 759, 965, 927, 965, 927, 907, killing +915, 907, 915, 968, 1023, 968, 1023, 907, my +1032, 826, 1032, 887, 1236, 887, 1236, 826, confess +852, 833, 852, 887, 957, 887, 957, 833, you +687, 911, 687, 965, 753, 965, 753, 911, to +945, 833, 945, 894, 1026, 894, 1026, 833, to diff --git a/data/train/gt_S1E6_frame34650.txt b/data/train/gt_S1E6_frame34650.txt new file mode 100644 index 0000000..d1a6107 --- /dev/null +++ b/data/train/gt_S1E6_frame34650.txt @@ -0,0 +1,5 @@ +954, 907, 954, 961, 1209, 961, 1209, 907, academy +750, 904, 750, 961, 957, 961, 957, 904, football +1206, 911, 1206, 972, 1410, 972, 1410, 911, closing. +498, 911, 498, 961, 657, 961, 657, 911, about +663, 907, 663, 955, 747, 955, 747, 907, his diff --git a/data/train/gt_S1E6_frame34700.txt b/data/train/gt_S1E6_frame34700.txt new file mode 100644 index 0000000..6076539 --- /dev/null +++ b/data/train/gt_S1E6_frame34700.txt @@ -0,0 +1,3 @@ +828, 914, 828, 961, 942, 961, 942, 914, you +678, 914, 678, 965, 837, 965, 837, 914, I want +1011, 911, 1011, 961, 1251, 961, 1251, 911, confess! diff --git a/data/train/gt_S1E6_frame34775.txt b/data/train/gt_S1E6_frame34775.txt new file mode 100644 index 0000000..655c879 --- /dev/null +++ b/data/train/gt_S1E6_frame34775.txt @@ -0,0 +1 @@ +894, 907, 894, 965, 1029, 965, 1029, 907, OK? diff --git a/data/train/gt_S1E6_frame34950.txt b/data/train/gt_S1E6_frame34950.txt new file mode 100644 index 0000000..53fb824 --- /dev/null +++ b/data/train/gt_S1E6_frame34950.txt @@ -0,0 +1,2 @@ +918, 901, 918, 965, 1101, 965, 1101, 901, Mehdi. +810, 904, 810, 961, 921, 961, 921, 904, Not diff --git a/data/train/gt_S1E6_frame35050.txt b/data/train/gt_S1E6_frame35050.txt new file mode 100644 index 0000000..c9ff591 --- /dev/null +++ b/data/train/gt_S1E6_frame35050.txt @@ -0,0 +1,3 @@ +939, 904, 939, 961, 1176, 961, 1176, 904, terrified. +834, 911, 834, 961, 951, 961, 951, 911, was +735, 907, 735, 961, 828, 961, 828, 907, He diff --git a/data/train/gt_S1E6_frame35100.txt b/data/train/gt_S1E6_frame35100.txt new file mode 100644 index 0000000..0386740 --- /dev/null +++ b/data/train/gt_S1E6_frame35100.txt @@ -0,0 +1,10 @@ +945, 914, 945, 968, 1098, 968, 1098, 914, away. +948, 826, 948, 887, 1167, 887, 1167, 826, terrified. +858, 911, 858, 961, 948, 961, 948, 911, get +1110, 897, 1110, 958, 1287, 958, 1287, 897, Admit +834, 833, 834, 880, 954, 880, 954, 833, Was +657, 904, 657, 958, 783, 958, 783, 904, tried +570, 904, 570, 961, 657, 961, 657, 904, He +735, 830, 735, 891, 831, 891, 831, 830, He +786, 911, 786, 965, 855, 965, 855, 911, to +1275, 904, 1275, 961, 1347, 961, 1347, 904, it! diff --git a/data/train/gt_S1E6_frame35150.txt b/data/train/gt_S1E6_frame35150.txt new file mode 100644 index 0000000..0386740 --- /dev/null +++ b/data/train/gt_S1E6_frame35150.txt @@ -0,0 +1,10 @@ +945, 914, 945, 968, 1098, 968, 1098, 914, away. +948, 826, 948, 887, 1167, 887, 1167, 826, terrified. +858, 911, 858, 961, 948, 961, 948, 911, get +1110, 897, 1110, 958, 1287, 958, 1287, 897, Admit +834, 833, 834, 880, 954, 880, 954, 833, Was +657, 904, 657, 958, 783, 958, 783, 904, tried +570, 904, 570, 961, 657, 961, 657, 904, He +735, 830, 735, 891, 831, 891, 831, 830, He +786, 911, 786, 965, 855, 965, 855, 911, to +1275, 904, 1275, 961, 1347, 961, 1347, 904, it! diff --git a/data/train/gt_S1E6_frame35250.txt b/data/train/gt_S1E6_frame35250.txt new file mode 100644 index 0000000..1d2f70b --- /dev/null +++ b/data/train/gt_S1E6_frame35250.txt @@ -0,0 +1 @@ +843, 901, 843, 958, 1080, 958, 1080, 901, Admit it! diff --git a/data/train/gt_S1E6_frame35500.txt b/data/train/gt_S1E6_frame35500.txt new file mode 100644 index 0000000..39b4ae6 --- /dev/null +++ b/data/train/gt_S1E6_frame35500.txt @@ -0,0 +1,5 @@ +1152, 914, 1152, 965, 1335, 965, 1335, 914, above. +690, 911, 690, 961, 861, 961, 861, 911, orders +861, 911, 861, 965, 1023, 965, 1023, 911, came +1014, 914, 1014, 968, 1152, 968, 1152, 914, from +576, 907, 576, 965, 684, 965, 684, 907, The diff --git a/data/train/gt_S1E6_frame35600.txt b/data/train/gt_S1E6_frame35600.txt new file mode 100644 index 0000000..acdca5e --- /dev/null +++ b/data/train/gt_S1E6_frame35600.txt @@ -0,0 +1,11 @@ +753, 826, 753, 891, 930, 891, 930, 826, Mehdi +1122, 911, 1122, 965, 1299, 965, 1299, 911, wrong +804, 911, 804, 965, 960, 965, 960, 911, place +927, 830, 927, 884, 1050, 884, 1050, 830, was +1044, 830, 1044, 887, 1158, 887, 1158, 830, just +639, 911, 639, 968, 834, 968, 834, 911, wrong +1302, 911, 1302, 965, 1440, 965, 1440, 911, time. +537, 904, 537, 961, 636, 961, 636, 904, the +474, 907, 474, 965, 546, 965, 546, 907, in +1035, 907, 1035, 958, 1128, 958, 1128, 907, the +954, 911, 954, 961, 1035, 961, 1035, 911, at diff --git a/data/train/gt_S1E6_frame35700.txt b/data/train/gt_S1E6_frame35700.txt new file mode 100644 index 0000000..ee8ec18 --- /dev/null +++ b/data/train/gt_S1E6_frame35700.txt @@ -0,0 +1,3 @@ +756, 911, 756, 968, 888, 968, 888, 911, They +885, 904, 885, 965, 1050, 965, 1050, 904, made +1056, 914, 1056, 965, 1161, 965, 1161, 914, me. diff --git a/data/train/gt_S1E6_frame35875.txt b/data/train/gt_S1E6_frame35875.txt new file mode 100644 index 0000000..a5606b2 --- /dev/null +++ b/data/train/gt_S1E6_frame35875.txt @@ -0,0 +1,4 @@ +648, 911, 648, 968, 792, 968, 792, 911, They +786, 911, 786, 961, 939, 961, 939, 911, made +1074, 911, 1074, 961, 1263, 961, 1263, 911, I swear. +948, 914, 948, 965, 1047, 965, 1047, 914, me diff --git a/data/train/gt_S1E6_frame36050.txt b/data/train/gt_S1E6_frame36050.txt new file mode 100644 index 0000000..0ef8106 --- /dev/null +++ b/data/train/gt_S1E6_frame36050.txt @@ -0,0 +1,5 @@ +759, 911, 759, 961, 897, 961, 897, 911, have +1164, 911, 1164, 965, 1275, 965, 1275, 911, me. +969, 907, 969, 965, 1164, 965, 1164, 907, believe +651, 911, 651, 965, 759, 965, 759, 911, You +900, 907, 900, 965, 984, 965, 984, 907, to diff --git a/data/train/gt_S1E6_frame36325.txt b/data/train/gt_S1E6_frame36325.txt new file mode 100644 index 0000000..72fa8fc --- /dev/null +++ b/data/train/gt_S1E6_frame36325.txt @@ -0,0 +1,6 @@ +543, 904, 543, 972, 741, 972, 741, 904, Nobody +945, 914, 945, 961, 1086, 961, 1086, 914, made +759, 907, 759, 961, 849, 961, 849, 907, can +1167, 911, 1167, 955, 1383, 955, 1383, 911, murder. +1095, 918, 1095, 961, 1188, 961, 1188, 918, to +864, 907, 864, 955, 942, 955, 942, 907, be diff --git a/data/train/gt_S1E6_frame37025.txt b/data/train/gt_S1E6_frame37025.txt new file mode 100644 index 0000000..45d9184 --- /dev/null +++ b/data/train/gt_S1E6_frame37025.txt @@ -0,0 +1,6 @@ +963, 830, 963, 884, 1113, 884, 1113, 830, back +1002, 897, 1002, 951, 1323, 951, 1323, 897, confession +612, 907, 612, 961, 744, 961, 744, 907, with +789, 911, 789, 961, 942, 961, 942, 911, letter +876, 830, 876, 891, 972, 891, 972, 830, be +819, 816, 819, 887, 906, 887, 906, 816, I'll diff --git a/data/train/gt_S1E6_frame37075.txt b/data/train/gt_S1E6_frame37075.txt new file mode 100644 index 0000000..b40b0c4 --- /dev/null +++ b/data/train/gt_S1E6_frame37075.txt @@ -0,0 +1,5 @@ +957, 911, 957, 965, 1116, 965, 1116, 911, going +1176, 914, 1176, 958, 1320, 958, 1320, 914, sign. +576, 907, 576, 968, 747, 968, 747, 907, which +756, 911, 756, 958, 864, 958, 864, 911, you +861, 914, 861, 958, 960, 958, 960, 914, are diff --git a/data/train/gt_S1E6_frame37225.txt b/data/train/gt_S1E6_frame37225.txt new file mode 100644 index 0000000..1d6d171 --- /dev/null +++ b/data/train/gt_S1E6_frame37225.txt @@ -0,0 +1,2 @@ +717, 904, 717, 965, 1008, 965, 1008, 904, And if you +993, 907, 993, 965, 1134, 965, 1134, 907, don’t diff --git a/data/train/gt_S1E6_frame37275.txt b/data/train/gt_S1E6_frame37275.txt new file mode 100644 index 0000000..01b599e --- /dev/null +++ b/data/train/gt_S1E6_frame37275.txt @@ -0,0 +1,2 @@ +936, 914, 936, 961, 1173, 961, 1173, 914, refuse... +741, 907, 741, 965, 948, 965, 948, 907, ...if you diff --git a/data/train/gt_S1E6_frame37375.txt b/data/train/gt_S1E6_frame37375.txt new file mode 100644 index 0000000..d6e6052 --- /dev/null +++ b/data/train/gt_S1E6_frame37375.txt @@ -0,0 +1,3 @@ +1014, 914, 1014, 961, 1098, 961, 1098, 914, on +813, 914, 813, 965, 1020, 965, 1020, 914, set you +1107, 904, 1107, 955, 1206, 955, 1206, 904, fire. diff --git a/data/train/gt_S1E6_frame37400.txt b/data/train/gt_S1E6_frame37400.txt new file mode 100644 index 0000000..181d3da --- /dev/null +++ b/data/train/gt_S1E6_frame37400.txt @@ -0,0 +1,2 @@ +921, 921, 921, 972, 1041, 972, 1041, 921, Yes. +903, 837, 903, 894, 1020, 894, 1020, 837, No. diff --git a/data/train/gt_S1E6_frame37450.txt b/data/train/gt_S1E6_frame37450.txt new file mode 100644 index 0000000..8d62444 --- /dev/null +++ b/data/train/gt_S1E6_frame37450.txt @@ -0,0 +1,6 @@ +702, 911, 702, 968, 849, 968, 849, 911, going +1167, 907, 1167, 951, 1311, 951, 1311, 907, alive. +1059, 914, 1059, 961, 1161, 961, 1161, 914, you +924, 911, 924, 965, 1053, 965, 1053, 911, burn +600, 911, 600, 968, 714, 968, 714, 911, I'm +846, 907, 846, 965, 927, 965, 927, 907, going diff --git a/data/train/gt_S1E6_frame375.txt b/data/train/gt_S1E6_frame375.txt new file mode 100644 index 0000000..b6be10a --- /dev/null +++ b/data/train/gt_S1E6_frame375.txt @@ -0,0 +1,2 @@ +804, 907, 804, 965, 1011, 965, 1011, 907, Excuse +990, 914, 990, 965, 1119, 965, 1119, 914, me. diff --git a/data/train/gt_S1E6_frame39275.txt b/data/train/gt_S1E6_frame39275.txt new file mode 100644 index 0000000..20eb660 --- /dev/null +++ b/data/train/gt_S1E6_frame39275.txt @@ -0,0 +1,3 @@ +648, 897, 648, 958, 768, 958, 768, 897, THE +1065, 911, 1065, 965, 1278, 965, 1278, 911, TODAY +780, 897, 780, 951, 1071, 951, 1071, 897, YOUTH OF diff --git a/data/train/gt_S1E6_frame39750.txt b/data/train/gt_S1E6_frame39750.txt new file mode 100644 index 0000000..36e4c1c --- /dev/null +++ b/data/train/gt_S1E6_frame39750.txt @@ -0,0 +1 @@ +897, 907, 897, 965, 1035, 965, 1035, 907, Yes? diff --git a/data/train/gt_S1E6_frame39825.txt b/data/train/gt_S1E6_frame39825.txt new file mode 100644 index 0000000..1a60530 --- /dev/null +++ b/data/train/gt_S1E6_frame39825.txt @@ -0,0 +1 @@ +867, 897, 867, 965, 1050, 965, 1050, 897, Who? diff --git a/data/train/gt_S1E6_frame42950.txt b/data/train/gt_S1E6_frame42950.txt new file mode 100644 index 0000000..5cce435 --- /dev/null +++ b/data/train/gt_S1E6_frame42950.txt @@ -0,0 +1,4 @@ +1041, 907, 1041, 968, 1233, 968, 1233, 907, doing? +831, 914, 831, 961, 933, 961, 933, 914, are +927, 907, 927, 961, 1038, 961, 1038, 907, you +681, 907, 681, 965, 834, 965, 834, 907, What diff --git a/data/train/gt_S1E6_frame43100.txt b/data/train/gt_S1E6_frame43100.txt new file mode 100644 index 0000000..08693cd --- /dev/null +++ b/data/train/gt_S1E6_frame43100.txt @@ -0,0 +1,4 @@ +900, 914, 900, 961, 1068, 961, 1068, 914, make +1071, 911, 1071, 961, 1182, 961, 1182, 911, you +555, 897, 555, 961, 864, 961, 864, 897, Something +1182, 907, 1182, 961, 1356, 961, 1356, 907, proud. diff --git a/data/train/gt_S1E6_frame43150.txt b/data/train/gt_S1E6_frame43150.txt new file mode 100644 index 0000000..3af638c --- /dev/null +++ b/data/train/gt_S1E6_frame43150.txt @@ -0,0 +1,5 @@ +1065, 907, 1065, 961, 1218, 961, 1218, 907, to tell +930, 914, 930, 958, 1074, 958, 1074, 914, want. +816, 914, 816, 961, 927, 961, 927, 914, you +570, 901, 570, 968, 831, 968, 831, 901, Anything. +1218, 904, 1218, 958, 1362, 958, 1362, 904, me diff --git a/data/train/gt_S1E6_frame43250.txt b/data/train/gt_S1E6_frame43250.txt new file mode 100644 index 0000000..3538580 --- /dev/null +++ b/data/train/gt_S1E6_frame43250.txt @@ -0,0 +1,5 @@ +891, 914, 891, 961, 1044, 961, 1044, 914, once +780, 911, 780, 961, 900, 961, 900, 911, you +627, 904, 627, 961, 789, 961, 789, 904, I'll +1137, 911, 1137, 965, 1287, 965, 1287, 911, done. +1035, 911, 1035, 961, 1134, 961, 1134, 911, it's diff --git a/data/train/gt_S1E6_frame43350.txt b/data/train/gt_S1E6_frame43350.txt new file mode 100644 index 0000000..60afac1 --- /dev/null +++ b/data/train/gt_S1E6_frame43350.txt @@ -0,0 +1,4 @@ +1071, 918, 1071, 965, 1227, 965, 1227, 918, work. +861, 907, 861, 961, 996, 961, 996, 907, back +690, 901, 690, 965, 852, 965, 852, 901, Good, +993, 911, 993, 965, 1077, 965, 1077, 911, to diff --git a/data/train/gt_S1E6_frame49550.txt b/data/train/gt_S1E6_frame49550.txt new file mode 100644 index 0000000..fe9d215 --- /dev/null +++ b/data/train/gt_S1E6_frame49550.txt @@ -0,0 +1,6 @@ +993, 897, 993, 951, 1113, 951, 1113, 897, he'll +837, 907, 837, 961, 987, 961, 987, 907, What +552, 907, 552, 961, 681, 961, 681, 907, Who +1194, 914, 1194, 965, 1356, 965, 1356, 914, next... +693, 904, 693, 951, 807, 951, 807, 904, he is +1080, 911, 1080, 961, 1188, 961, 1188, 911, do diff --git a/data/train/gt_S1E6_frame49625.txt b/data/train/gt_S1E6_frame49625.txt new file mode 100644 index 0000000..d80b81d --- /dev/null +++ b/data/train/gt_S1E6_frame49625.txt @@ -0,0 +1 @@ +861, 901, 861, 961, 1119, 961, 1119, 901, listening. diff --git a/data/train/gt_S1E6_frame49725.txt b/data/train/gt_S1E6_frame49725.txt new file mode 100644 index 0000000..f922fb2 --- /dev/null +++ b/data/train/gt_S1E6_frame49725.txt @@ -0,0 +1,2 @@ +756, 907, 756, 961, 1062, 961, 1062, 907, recognised +1059, 918, 1059, 968, 1185, 968, 1185, 918, one. diff --git a/data/train/gt_S1E6_frame49750.txt b/data/train/gt_S1E6_frame49750.txt new file mode 100644 index 0000000..3f0a295 --- /dev/null +++ b/data/train/gt_S1E6_frame49750.txt @@ -0,0 +1,2 @@ +780, 897, 780, 961, 948, 961, 948, 897, Mehdi +954, 897, 954, 965, 1137, 965, 1137, 897, Cherfi. diff --git a/data/train/gt_S1E6_frame49800.txt b/data/train/gt_S1E6_frame49800.txt new file mode 100644 index 0000000..731025f --- /dev/null +++ b/data/train/gt_S1E6_frame49800.txt @@ -0,0 +1,10 @@ +906, 907, 906, 961, 1083, 961, 1083, 907, turned +738, 907, 738, 958, 894, 958, 894, 907, estate +747, 830, 747, 887, 867, 887, 867, 830, died +1086, 907, 1086, 961, 1203, 961, 1203, 907, into +861, 833, 861, 884, 1014, 884, 1014, 833, when +1068, 830, 1068, 891, 1260, 891, 1260, 830, protest +1230, 914, 1230, 968, 1362, 968, 1362, 914, riot. +657, 830, 657, 887, 741, 887, 741, 830, He +558, 914, 558, 961, 639, 961, 639, 914, on +648, 904, 648, 958, 729, 958, 729, 904, his diff --git a/data/train/gt_S1E6_frame49875.txt b/data/train/gt_S1E6_frame49875.txt new file mode 100644 index 0000000..288d3d1 --- /dev/null +++ b/data/train/gt_S1E6_frame49875.txt @@ -0,0 +1,5 @@ +870, 907, 870, 955, 1002, 955, 1002, 907, who. +987, 897, 987, 958, 1143, 958, 1143, 897, killed +630, 904, 630, 961, 741, 961, 741, 904, The +753, 911, 753, 958, 861, 958, 861, 911, man +1140, 894, 1140, 961, 1269, 961, 1269, 894, him. diff --git a/data/train/gt_S1E6_frame50175.txt b/data/train/gt_S1E6_frame50175.txt new file mode 100644 index 0000000..f79f3da --- /dev/null +++ b/data/train/gt_S1E6_frame50175.txt @@ -0,0 +1 @@ +810, 897, 810, 958, 1119, 958, 1119, 897, What of it? diff --git a/data/train/gt_S1E6_frame51000.txt b/data/train/gt_S1E6_frame51000.txt new file mode 100644 index 0000000..5c40fdb --- /dev/null +++ b/data/train/gt_S1E6_frame51000.txt @@ -0,0 +1,9 @@ +549, 911, 549, 965, 708, 965, 708, 911, of the +1047, 830, 1047, 887, 1236, 887, 1236, 830, details +711, 904, 711, 965, 903, 965, 903, 904, French +894, 904, 894, 965, 1092, 965, 1092, 904, youths +702, 826, 702, 887, 969, 887, 969, 826, You asked +1098, 914, 1098, 961, 1176, 961, 1176, 914, on +951, 830, 951, 891, 1062, 891, 1062, 830, for. +1269, 904, 1269, 958, 1371, 958, 1371, 904, list. +1170, 904, 1170, 961, 1281, 961, 1281, 904, the diff --git a/data/train/gt_S1E6_frame51075.txt b/data/train/gt_S1E6_frame51075.txt new file mode 100644 index 0000000..919d82b --- /dev/null +++ b/data/train/gt_S1E6_frame51075.txt @@ -0,0 +1 @@ +837, 904, 837, 972, 1065, 972, 1065, 904, Correct diff --git a/data/train/gt_S1E6_frame51150.txt b/data/train/gt_S1E6_frame51150.txt new file mode 100644 index 0000000..f5e6870 --- /dev/null +++ b/data/train/gt_S1E6_frame51150.txt @@ -0,0 +1,7 @@ +900, 914, 900, 958, 1050, 958, 1050, 914, who a +753, 911, 753, 958, 894, 958, 894, 911, ones +1032, 830, 1032, 891, 1227, 891, 1227, 830, meant +711, 826, 711, 891, 963, 891, 963, 826, I thought +1068, 907, 1068, 965, 1260, 965, 1260, 907, e alive. +648, 907, 648, 961, 744, 961, 744, 907, the +936, 837, 936, 891, 1041, 891, 1041, 837, you diff --git a/data/train/gt_S1E6_frame51225.txt b/data/train/gt_S1E6_frame51225.txt new file mode 100644 index 0000000..15c93ab --- /dev/null +++ b/data/train/gt_S1E6_frame51225.txt @@ -0,0 +1 @@ +882, 911, 882, 975, 1047, 975, 1047, 911, Why? diff --git a/data/train/gt_S1E6_frame51300.txt b/data/train/gt_S1E6_frame51300.txt new file mode 100644 index 0000000..067056f --- /dev/null +++ b/data/train/gt_S1E6_frame51300.txt @@ -0,0 +1,4 @@ +756, 911, 756, 958, 897, 958, 897, 911, need +918, 914, 918, 961, 1047, 961, 1047, 914, to do +1095, 904, 1095, 961, 1359, 961, 1359, 904, your job. +570, 907, 570, 965, 765, 965, 765, 907, All you diff --git a/data/train/gt_S1E6_frame51350.txt b/data/train/gt_S1E6_frame51350.txt new file mode 100644 index 0000000..2e3b1de --- /dev/null +++ b/data/train/gt_S1E6_frame51350.txt @@ -0,0 +1,4 @@ +1059, 914, 1059, 961, 1212, 961, 1212, 914, waste +687, 907, 687, 961, 1038, 961, 1038, 907, assumptions +1209, 907, 1209, 961, 1353, 961, 1353, 907, time. +561, 914, 561, 972, 753, 972, 753, 914, Your diff --git a/data/train/gt_S1E6_frame53350.txt b/data/train/gt_S1E6_frame53350.txt new file mode 100644 index 0000000..b8bd822 --- /dev/null +++ b/data/train/gt_S1E6_frame53350.txt @@ -0,0 +1 @@ +696, 877, 696, 945, 1218, 945, 1218, 877, I LAURENT DELGADO, diff --git a/data/train/gt_S1E6_frame54125.txt b/data/train/gt_S1E6_frame54125.txt new file mode 100644 index 0000000..fd1f9ce --- /dev/null +++ b/data/train/gt_S1E6_frame54125.txt @@ -0,0 +1,5 @@ +564, 830, 564, 887, 837, 887, 837, 830, It's about +981, 904, 981, 955, 1221, 955, 1221, 904, Delgado. +756, 907, 756, 958, 987, 958, 987, 907, Laurent +843, 830, 843, 884, 942, 884, 942, 830, the +960, 826, 960, 884, 1335, 884, 1335, 826, disappearance diff --git a/data/train/gt_S1E6_frame54225.txt b/data/train/gt_S1E6_frame54225.txt new file mode 100644 index 0000000..c08e09d --- /dev/null +++ b/data/train/gt_S1E6_frame54225.txt @@ -0,0 +1 @@ +912, 901, 912, 961, 1011, 961, 1011, 901, OK. diff --git a/data/train/gt_S1E6_frame54275.txt b/data/train/gt_S1E6_frame54275.txt new file mode 100644 index 0000000..83509e6 --- /dev/null +++ b/data/train/gt_S1E6_frame54275.txt @@ -0,0 +1,5 @@ +855, 901, 855, 958, 972, 958, 972, 901, he'll +678, 904, 678, 965, 843, 965, 843, 904, I know +963, 914, 963, 961, 1062, 961, 1062, 914, rot +1131, 904, 1131, 955, 1236, 955, 1236, 904, hell. +1059, 911, 1059, 958, 1140, 958, 1140, 911, in diff --git a/data/train/gt_S1E6_frame54450.txt b/data/train/gt_S1E6_frame54450.txt new file mode 100644 index 0000000..6745722 --- /dev/null +++ b/data/train/gt_S1E6_frame54450.txt @@ -0,0 +1,4 @@ +804, 901, 804, 965, 984, 965, 984, 901, luckily +1008, 914, 1008, 961, 1089, 961, 1089, 914, for +708, 911, 708, 968, 801, 968, 801, 911, No, +1089, 911, 1089, 961, 1206, 961, 1206, 911, him. diff --git a/data/train/gt_S1E6_frame54725.txt b/data/train/gt_S1E6_frame54725.txt new file mode 100644 index 0000000..5f11f35 --- /dev/null +++ b/data/train/gt_S1E6_frame54725.txt @@ -0,0 +1 @@ +867, 911, 867, 965, 1038, 965, 1038, 911, Go on. diff --git a/data/train/gt_S1E6_frame54775.txt b/data/train/gt_S1E6_frame54775.txt new file mode 100644 index 0000000..c453a0a --- /dev/null +++ b/data/train/gt_S1E6_frame54775.txt @@ -0,0 +1,2 @@ +951, 907, 951, 968, 1152, 968, 1152, 907, wrong? +750, 904, 750, 968, 942, 968, 942, 904, What's diff --git a/data/train/gt_S1E6_frame54875.txt b/data/train/gt_S1E6_frame54875.txt new file mode 100644 index 0000000..e17a062 --- /dev/null +++ b/data/train/gt_S1E6_frame54875.txt @@ -0,0 +1,8 @@ +1020, 911, 1020, 961, 1236, 961, 1236, 911, for your +531, 830, 531, 887, 678, 887, 678, 830, What +1227, 914, 1227, 972, 1410, 972, 1410, 914, safety. +684, 826, 684, 884, 834, 884, 834, 826, have I +849, 826, 849, 887, 1020, 887, 1020, 826, done? +654, 904, 654, 958, 921, 958, 921, 904, questions +912, 907, 912, 958, 1020, 958, 1020, 907, are +540, 907, 540, 965, 681, 965, 681, 907, Our diff --git a/data/train/gt_S1E6_frame54975.txt b/data/train/gt_S1E6_frame54975.txt new file mode 100644 index 0000000..e3a5da4 --- /dev/null +++ b/data/train/gt_S1E6_frame54975.txt @@ -0,0 +1,4 @@ +1122, 907, 1122, 961, 1326, 961, 1326, 907, tonight. +1017, 918, 1017, 961, 1116, 961, 1116, 918, out +687, 904, 687, 961, 981, 961, 981, 904, shouldn't g +594, 907, 594, 961, 708, 961, 708, 907, He diff --git a/data/train/gt_S1E6_frame55025.txt b/data/train/gt_S1E6_frame55025.txt new file mode 100644 index 0000000..b2f13f3 --- /dev/null +++ b/data/train/gt_S1E6_frame55025.txt @@ -0,0 +1,10 @@ +543, 833, 543, 897, 702, 897, 702, 833, Why? +960, 904, 960, 965, 1095, 965, 1095, 904, likes. +1014, 833, 1014, 891, 1173, 891, 1173, 833, come +1281, 837, 1281, 891, 1374, 891, 1374, 837, go +1173, 833, 1173, 887, 1290, 887, 1290, 833, and +705, 837, 705, 901, 795, 901, 795, 837, My +906, 837, 906, 891, 1023, 891, 1023, 837, can +807, 843, 807, 891, 909, 891, 909, 843, son +810, 911, 810, 965, 882, 965, 882, 911, as +882, 907, 882, 961, 972, 961, 972, 907, he. diff --git a/data/train/gt_S1E6_frame55200.txt b/data/train/gt_S1E6_frame55200.txt new file mode 100644 index 0000000..4e401b5 --- /dev/null +++ b/data/train/gt_S1E6_frame55200.txt @@ -0,0 +1,2 @@ +855, 904, 855, 965, 1089, 965, 1089, 904, Nothing! +858, 826, 858, 894, 987, 894, 987, 826, OK.s diff --git a/data/train/gt_S1E6_frame55225.txt b/data/train/gt_S1E6_frame55225.txt new file mode 100644 index 0000000..f4d6ac0 --- /dev/null +++ b/data/train/gt_S1E6_frame55225.txt @@ -0,0 +1,3 @@ +891, 911, 891, 961, 1041, 961, 1041, 911, Arms +1041, 918, 1041, 965, 1140, 965, 1140, 918, up. +792, 904, 792, 955, 879, 955, 879, 904, OK. diff --git a/data/train/gt_S1E6_frame55800.txt b/data/train/gt_S1E6_frame55800.txt new file mode 100644 index 0000000..b71f9d0 --- /dev/null +++ b/data/train/gt_S1E6_frame55800.txt @@ -0,0 +1,2 @@ +879, 911, 879, 961, 1128, 961, 1128, 911, smokes? +792, 911, 792, 965, 885, 965, 885, 911, He diff --git a/data/train/gt_S1E6_frame55875.txt b/data/train/gt_S1E6_frame55875.txt new file mode 100644 index 0000000..0fd30e9 --- /dev/null +++ b/data/train/gt_S1E6_frame55875.txt @@ -0,0 +1 @@ +903, 914, 903, 968, 1002, 968, 1002, 914, No. diff --git a/data/train/gt_S1E6_frame56400.txt b/data/train/gt_S1E6_frame56400.txt new file mode 100644 index 0000000..09611d1 --- /dev/null +++ b/data/train/gt_S1E6_frame56400.txt @@ -0,0 +1,3 @@ +843, 911, 843, 961, 1026, 961, 1026, 911, posted +1029, 914, 1029, 958, 1191, 958, 1191, 914, again. +711, 904, 711, 958, 837, 958, 837, 904, He's diff --git a/data/train/gt_S1E6_frame56475.txt b/data/train/gt_S1E6_frame56475.txt new file mode 100644 index 0000000..df0582c --- /dev/null +++ b/data/train/gt_S1E6_frame56475.txt @@ -0,0 +1,3 @@ +732, 904, 732, 961, 867, 961, 867, 904, I'll be +876, 904, 876, 961, 1029, 961, 1029, 904, riqht +1026, 904, 1026, 958, 1176, 958, 1176, 904, back. diff --git a/data/train/gt_S1E6_frame57025.txt b/data/train/gt_S1E6_frame57025.txt new file mode 100644 index 0000000..5793c7e --- /dev/null +++ b/data/train/gt_S1E6_frame57025.txt @@ -0,0 +1,5 @@ +675, 911, 675, 958, 819, 958, 819, 911, much +1137, 904, 1137, 968, 1332, 968, 1332, 904, ahead. +585, 914, 585, 965, 663, 965, 663, 914, So +852, 914, 852, 958, 1026, 958, 1026, 914, or one +1017, 914, 1017, 961, 1146, 961, 1146, 914, step diff --git a/data/train/gt_S1E6_frame57125.txt b/data/train/gt_S1E6_frame57125.txt new file mode 100644 index 0000000..183b895 --- /dev/null +++ b/data/train/gt_S1E6_frame57125.txt @@ -0,0 +1,7 @@ +1005, 833, 1005, 887, 1158, 887, 1158, 833, what +840, 907, 840, 958, 984, 958, 984, 907, get fr +630, 914, 630, 965, 726, 965, 726, 914, we +774, 826, 774, 884, 909, 884, 909, 826, Let's +1077, 911, 1077, 965, 1275, 965, 1275, 911, Yacine. +732, 911, 732, 965, 834, 965, 834, 911, can +900, 833, 900, 884, 1020, 884, 1020, 833, see diff --git a/data/train/gt_S1E6_frame575.txt b/data/train/gt_S1E6_frame575.txt new file mode 100644 index 0000000..54e9b55 --- /dev/null +++ b/data/train/gt_S1E6_frame575.txt @@ -0,0 +1,4 @@ +s927, 907, 927, 961, 1038, 961, 1038, 907, you +762, 907, 762, 965, 918, 965, 918, 907, I help +1038, 907, 1038, 961, 1278, 961, 1278, 907, madam? +642, 904, 642, 965, 765, 965, 765, 904, Can diff --git a/data/train/gt_S1E6_frame57775.txt b/data/train/gt_S1E6_frame57775.txt new file mode 100644 index 0000000..c8dd2d0 --- /dev/null +++ b/data/train/gt_S1E6_frame57775.txt @@ -0,0 +1,3 @@ +849, 907, 849, 958, 981, 958, 981, 907, not +984, 907, 984, 965, 1164, 965, 1164, 907, crime. +753, 907, 753, 965, 852, 965, 852, 907, It's diff --git a/data/train/gt_S1E6_frame57825.txt b/data/train/gt_S1E6_frame57825.txt new file mode 100644 index 0000000..1b6baa6 --- /dev/null +++ b/data/train/gt_S1E6_frame57825.txt @@ -0,0 +1,11 @@ +1092, 911, 1092, 958, 1179, 958, 1179, 911, on +894, 911, 894, 961, 1089, 961, 1089, 911, brother +543, 826, 543, 887, 837, 887, 837, 826, terrorist is +1065, 833, 1065, 887, 1254, 887, 1254, 833, people +1176, 907, 1176, 961, 1278, 961, 1278, 907, his +666, 911, 666, 961, 786, 961, 786, 911, put +741, 914, 741, 961, 900, 961, 900, 914, your +1260, 911, 1260, 965, 1377, 965, 1377, 911, site +852, 823, 852, 887, 1077, 887, 1077, 823, burning +1248, 826, 1248, 884, 1413, 884, 1413, 826, alive, +540, 911, 540, 961, 648, 961, 648, 911, he's diff --git a/data/train/gt_S1E6_frame57925.txt b/data/train/gt_S1E6_frame57925.txt new file mode 100644 index 0000000..5c5c5c4 --- /dev/null +++ b/data/train/gt_S1E6_frame57925.txt @@ -0,0 +1,5 @@ +942, 911, 942, 958, 1140, 958, 1140, 911, reason. +885, 830, 885, 880, 1020, 880, 1020, 830, have +1020, 823, 1020, 877, 1260, 877, 1260, 823, matches +657, 826, 657, 891, 879, 891, 879, 826, and you +837, 914, 837, 961, 960, 961, 960, 914, no diff --git a/data/train/gt_S1E6_frame58075.txt b/data/train/gt_S1E6_frame58075.txt new file mode 100644 index 0000000..2ac98ef --- /dev/null +++ b/data/train/gt_S1E6_frame58075.txt @@ -0,0 +1,6 @@ +648, 914, 648, 968, 864, 968, 864, 914, helping +1170, 897, 1170, 955, 1434, 955, 1434, 897, enquiries. +945, 911, 945, 961, 1071, 961, 1071, 911, with +864, 914, 864, 961, 957, 961, 957, 914, us +474, 904, 474, 965, 657, 965, 657, 904, You're +1068, 918, 1068, 965, 1167, 965, 1167, 918, our diff --git a/data/train/gt_S1E6_frame58200.txt b/data/train/gt_S1E6_frame58200.txt new file mode 100644 index 0000000..7d3546a --- /dev/null +++ b/data/train/gt_S1E6_frame58200.txt @@ -0,0 +1,2 @@ +933, 911, 933, 965, 1098, 965, 1098, 911, really. +810, 907, 810, 965, 918, 965, 918, 907, Am diff --git a/data/train/gt_S1E6_frame58350.txt b/data/train/gt_S1E6_frame58350.txt new file mode 100644 index 0000000..2fa0564 --- /dev/null +++ b/data/train/gt_S1E6_frame58350.txt @@ -0,0 +1,2 @@ +960, 914, 960, 965, 1125, 965, 1125, 914, know. +795, 904, 795, 961, 966, 961, 966, 904, | don't diff --git a/data/train/gt_S1E6_frame58375.txt b/data/train/gt_S1E6_frame58375.txt new file mode 100644 index 0000000..93c283b --- /dev/null +++ b/data/train/gt_S1E6_frame58375.txt @@ -0,0 +1,3 @@ +951, 911, 951, 958, 1050, 958, 1050, 911, you +780, 907, 780, 961, 945, 961, 945, 907, I think +1047, 914, 1047, 965, 1146, 965, 1146, 914, do. diff --git a/data/train/gt_S1E6_frame58475.txt b/data/train/gt_S1E6_frame58475.txt new file mode 100644 index 0000000..2b1039a --- /dev/null +++ b/data/train/gt_S1E6_frame58475.txt @@ -0,0 +1,2 @@ +783, 911, 783, 965, 987, 965, 987, 911, Even if I +990, 907, 990, 955, 1098, 955, 1098, 907, did. diff --git a/data/train/gt_S1E6_frame58625.txt b/data/train/gt_S1E6_frame58625.txt new file mode 100644 index 0000000..2bd11c5 --- /dev/null +++ b/data/train/gt_S1E6_frame58625.txt @@ -0,0 +1,7 @@ +819, 823, 819, 887, 1020, 887, 1020, 823, should I +1020, 907, 1020, 965, 1182, 965, 1182, 907, petrol +675, 837, 675, 897, 816, 897, 816, 837, Why +792, 907, 792, 961, 966, 961, 966, 907, smell +1023, 826, 1023, 887, 1125, 887, 1125, 826, tell +684, 914, 684, 965, 801, 965, 801, 914, You +1122, 826, 1122, 887, 1272, 887, 1272, 826, you? diff --git a/data/train/gt_S1E6_frame58850.txt b/data/train/gt_S1E6_frame58850.txt new file mode 100644 index 0000000..c039499 --- /dev/null +++ b/data/train/gt_S1E6_frame58850.txt @@ -0,0 +1,5 @@ +738, 904, 738, 961, 939, 961, 939, 904, got it all +945, 914, 945, 965, 1215, 965, 1215, 914, over your +618, 911, 618, 965, 735, 965, 735, 911, you +1218, 907, 1218, 961, 1422, 961, 1422, 907, hands? +486, 907, 486, 968, 615, 968, 615, 907, And diff --git a/data/train/gt_S1E6_frame59075.txt b/data/train/gt_S1E6_frame59075.txt new file mode 100644 index 0000000..38c4171 --- /dev/null +++ b/data/train/gt_S1E6_frame59075.txt @@ -0,0 +1,2 @@ +969, 914, 969, 961, 1122, 961, 1122, 914, was... +783, 901, 783, 961, 963, 961, 963, 901, Mehdi diff --git a/data/train/gt_S1E6_frame59250.txt b/data/train/gt_S1E6_frame59250.txt new file mode 100644 index 0000000..059e1ef --- /dev/null +++ b/data/train/gt_S1E6_frame59250.txt @@ -0,0 +1,3 @@ +807, 907, 807, 965, 1089, 965, 1089, 907, murdered +702, 911, 702, 968, 822, 968, 822, 911, You +1083, 907, 1083, 968, 1218, 968, 1218, 907, him. diff --git a/data/train/gt_S1E6_frame63700.txt b/data/train/gt_S1E6_frame63700.txt new file mode 100644 index 0000000..d49ad90 --- /dev/null +++ b/data/train/gt_S1E6_frame63700.txt @@ -0,0 +1 @@ +912, 914, 912, 968, 1083, 968, 1083, 914, e son. diff --git a/data/train/gt_S1E6_frame63725.txt b/data/train/gt_S1E6_frame63725.txt new file mode 100644 index 0000000..6a73342 --- /dev/null +++ b/data/train/gt_S1E6_frame63725.txt @@ -0,0 +1,8 @@ +1041, 907, 1041, 958, 1230, 958, 1230, 907, ahead +702, 904, 702, 958, 795, 958, 795, 904, his +792, 907, 792, 958, 969, 958, 969, 907, whole +591, 907, 591, 961, 693, 961, 693, 907, has +501, 907, 501, 965, 588, 965, 588, 907, He +954, 907, 954, 958, 1047, 958, 1047, 907, life +1290, 907, 1290, 958, 1413, 958, 1413, 907, him. +1200, 911, 1200, 958, 1308, 958, 1308, 911, of diff --git a/data/train/gt_S1E6_frame64125.txt b/data/train/gt_S1E6_frame64125.txt new file mode 100644 index 0000000..6be50d1 --- /dev/null +++ b/data/train/gt_S1E6_frame64125.txt @@ -0,0 +1,2 @@ +855, 907, 855, 965, 966, 965, 966, 907, Get +960, 918, 960, 972, 1053, 972, 1053, 918, up. diff --git a/data/train/gt_S1E6_frame64225.txt b/data/train/gt_S1E6_frame64225.txt new file mode 100644 index 0000000..e30203a --- /dev/null +++ b/data/train/gt_S1E6_frame64225.txt @@ -0,0 +1,2 @@ +831, 911, 831, 965, 978, 965, 978, 911, your +981, 911, 981, 965, 1155, 965, 1155, 911, knees. diff --git a/data/train/gt_S1E6_frame64575.txt b/data/train/gt_S1E6_frame64575.txt new file mode 100644 index 0000000..10dd795 --- /dev/null +++ b/data/train/gt_S1E6_frame64575.txt @@ -0,0 +1,4 @@ +831, 904, 831, 965, 981, 965, 981, 904, killed +987, 914, 987, 965, 1083, 965, 1083, 914, my +1068, 914, 1068, 965, 1203, 965, 1203, 914, son. +714, 911, 714, 968, 828, 968, 828, 911, You diff --git a/data/train/gt_S1E6_frame64600.txt b/data/train/gt_S1E6_frame64600.txt new file mode 100644 index 0000000..bd61448 --- /dev/null +++ b/data/train/gt_S1E6_frame64600.txt @@ -0,0 +1,3 @@ +867, 907, 867, 965, 1008, 965, 1008, 907, baby +1005, 914, 1005, 968, 1131, 968, 1131, 914, boy. +774, 907, 774, 972, 870, 972, 870, 907, My \ No newline at end of file diff --git a/data/train/gt_S1E6_frame650.txt b/data/train/gt_S1E6_frame650.txt new file mode 100644 index 0000000..6cba2cc --- /dev/null +++ b/data/train/gt_S1E6_frame650.txt @@ -0,0 +1,3 @@ +1029, 907, 1029, 961, 1260, 961, 1260, 907, missing. +639, 907, 639, 968, 738, 968, 738, 907, My +747, 907, 747, 958, 996, 958, 996, 907, husband diff --git a/data/train/gt_S1E6_frame65125.txt b/data/train/gt_S1E6_frame65125.txt new file mode 100644 index 0000000..4e297b5 --- /dev/null +++ b/data/train/gt_S1E6_frame65125.txt @@ -0,0 +1,6 @@ +939, 914, 939, 961, 1113, 961, 1113, 914, reason +1110, 907, 1110, 958, 1221, 958, 1221, 907, not +1215, 921, 1215, 968, 1329, 968, 1329, 921, to... +591, 911, 591, 965, 726, 965, 726, 911, Give +720, 907, 720, 958, 819, 958, 819, 907, me +810, 911, 810, 958, 921, 958, 921, 911, one diff --git a/data/train/gt_S1E6_frame65350.txt b/data/train/gt_S1E6_frame65350.txt new file mode 100644 index 0000000..e31ad91 --- /dev/null +++ b/data/train/gt_S1E6_frame65350.txt @@ -0,0 +1 @@ +882, 904, 882, 965, 1047, 965, 1047, 904, I can't. diff --git a/data/train/gt_S1E6_frame775.txt b/data/train/gt_S1E6_frame775.txt new file mode 100644 index 0000000..9792267 --- /dev/null +++ b/data/train/gt_S1E6_frame775.txt @@ -0,0 +1,4 @@ +801, 901, 801, 951, 1113, 951, 1113, 901, not allowed +600, 907, 600, 965, 804, 965, 804, 907, You're +1164, 914, 1164, 965, 1308, 965, 1308, 914, here. +1083, 907, 1083, 961, 1179, 961, 1179, 907, in diff --git a/data/train/gt_S1E6_frame800.txt b/data/train/gt_S1E6_frame800.txt new file mode 100644 index 0000000..b0f7774 --- /dev/null +++ b/data/train/gt_S1E6_frame800.txt @@ -0,0 +1,5 @@ +837, 914, 837, 961, 948, 961, 948, 914, Was +1059, 911, 1059, 965, 1287, 965, 1287, 911, running. +738, 911, 738, 965, 828, 965, 828, 911, tap +954, 907, 954, 958, 1059, 958, 1059, 907, still +633, 904, 633, 961, 741, 961, 741, 904, The diff --git a/data/train/gt_S1E6_frame875.txt b/data/train/gt_S1E6_frame875.txt new file mode 100644 index 0000000..f7abe08 --- /dev/null +++ b/data/train/gt_S1E6_frame875.txt @@ -0,0 +1,3 @@ +969, 907, 969, 965, 1230, 965, 1230, 907, last night, +786, 907, 786, 961, 948, 961, 948, 907, talked +684, 907, 684, 965, 783, 965, 783, 907, We diff --git a/data/train/gt_S1E6_frame925.txt b/data/train/gt_S1E6_frame925.txt new file mode 100644 index 0000000..cd0cae6 --- /dev/null +++ b/data/train/gt_S1E6_frame925.txt @@ -0,0 +1,2 @@ +1026, 914, 1026, 961, 1131, 961, 1131, 914, bed +798, 911, 798, 965, 963, 965, 963, 911, I went diff --git a/data/train/gt_S1E6_frame975.txt b/data/train/gt_S1E6_frame975.txt new file mode 100644 index 0000000..2d718d2 --- /dev/null +++ b/data/train/gt_S1E6_frame975.txt @@ -0,0 +1,5 @@ +774, 911, 774, 968, 1005, 968, 1005, 911, morning +1071, 921, 1071, 961, 1200, 961, 1200, 921, was +1200, 914, 1200, 958, 1356, 958, 1356, 914, gone. +546, 911, 546, 961, 663, 961, 663, 911, and +669, 904, 669, 961, 783, 961, 783, 904, this diff --git a/data/train/gt_S1E7_frame11150.txt b/data/train/gt_S1E7_frame11150.txt new file mode 100644 index 0000000..9736880 --- /dev/null +++ b/data/train/gt_S1E7_frame11150.txt @@ -0,0 +1,5 @@ +936, 914, 936, 961, 1080, 961, 1080, 914, cross +756, 911, 756, 958, 948, 958, 948, 911, f them +579, 914, 579, 961, 753, 961, 753, 914, d any o +1185, 907, 1185, 965, 1407, 965, 1407, 907, Channel +1092, 911, 1092, 958, 1188, 958, 1188, 911, the diff --git a/data/train/gt_S1E7_frame11175.txt b/data/train/gt_S1E7_frame11175.txt new file mode 100644 index 0000000..23bfbe6 --- /dev/null +++ b/data/train/gt_S1E7_frame11175.txt @@ -0,0 +1,11 @@ +1065, 826, 1065, 887, 1302, 887, 1302, 826, dumped +1050, 911, 1050, 961, 1188, 961, 1188, 911, were +1197, 901, 1197, 958, 1383, 958, 1383, 901, taken? +663, 904, 663, 961, 852, 961, 852, 904, before +627, 833, 627, 891, 756, 891, 756, 833, after +759, 833, 759, 891, 855, 891, 855, 833, the +936, 901, 936, 958, 1044, 958, 1044, 901, kids +537, 907, 537, 961, 654, 961, 654, 907, and +942, 833, 942, 891, 1068, 891, 1068, 833, was +825, 904, 825, 965, 933, 965, 933, 904, the +855, 840, 855, 891, 948, 891, 948, 840, car diff --git a/data/train/gt_S1E7_frame11200.txt b/data/train/gt_S1E7_frame11200.txt new file mode 100644 index 0000000..23bfbe6 --- /dev/null +++ b/data/train/gt_S1E7_frame11200.txt @@ -0,0 +1,11 @@ +1065, 826, 1065, 887, 1302, 887, 1302, 826, dumped +1050, 911, 1050, 961, 1188, 961, 1188, 911, were +1197, 901, 1197, 958, 1383, 958, 1383, 901, taken? +663, 904, 663, 961, 852, 961, 852, 904, before +627, 833, 627, 891, 756, 891, 756, 833, after +759, 833, 759, 891, 855, 891, 855, 833, the +936, 901, 936, 958, 1044, 958, 1044, 901, kids +537, 907, 537, 961, 654, 961, 654, 907, and +942, 833, 942, 891, 1068, 891, 1068, 833, was +825, 904, 825, 965, 933, 965, 933, 904, the +855, 840, 855, 891, 948, 891, 948, 840, car diff --git a/data/train/gt_S1E7_frame11275.txt b/data/train/gt_S1E7_frame11275.txt new file mode 100644 index 0000000..c6024a1 --- /dev/null +++ b/data/train/gt_S1E7_frame11275.txt @@ -0,0 +1,5 @@ +900, 826, 900, 887, 1245, 887, 1245, 826, connections +954, 904, 954, 955, 1251, 955, 1251, 904, er victims. +681, 823, 681, 891, 825, 891, 825, 823, Look +759, 904, 759, 961, 849, 961, 849, 904, the +684, 911, 684, 968, 753, 968, 753, 911, to diff --git a/data/train/gt_S1E7_frame11400.txt b/data/train/gt_S1E7_frame11400.txt new file mode 100644 index 0000000..9ad0cb5 --- /dev/null +++ b/data/train/gt_S1E7_frame11400.txt @@ -0,0 +1,10 @@ +585, 833, 585, 891, 708, 891, 708, 833, Ask +555, 907, 555, 968, 894, 968, 894, 907, of their guys +879, 914, 879, 961, 1062, 961, 1062, 914, who fit +795, 830, 795, 887, 972, 887, 972, 830, police +1176, 904, 1176, 965, 1362, 965, 1362, 904, profile. +1239, 830, 1239, 887, 1329, 887, 1329, 830, list +705, 826, 705, 887, 819, 887, 819, 826, UK +1035, 823, 1035, 880, 1230, 880, 1230, 823, make a +1068, 907, 1068, 961, 1188, 961, 1188, 907, the +963, 833, 963, 891, 1068, 891, 1068, 833, to diff --git a/data/train/gt_S1E7_frame15025.txt b/data/train/gt_S1E7_frame15025.txt new file mode 100644 index 0000000..c59dc64 --- /dev/null +++ b/data/train/gt_S1E7_frame15025.txt @@ -0,0 +1,3 @@ +1056, 907, 1056, 961, 1311, 961, 1311, 907, Roebuck. +783, 911, 783, 965, 1065, 965, 1065, 911, Inspector +606, 907, 606, 965, 732, 965, 732, 907, This diff --git a/data/train/gt_S1E7_frame15225.txt b/data/train/gt_S1E7_frame15225.txt new file mode 100644 index 0000000..0408677 --- /dev/null +++ b/data/train/gt_S1E7_frame15225.txt @@ -0,0 +1,2 @@ +714, 901, 714, 965, 1041, 965, 1041, 901, Jean-Paul du +1038, 897, 1038, 958, 1230, 958, 1230, 897, Marer? diff --git a/data/train/gt_S1E7_frame15350.txt b/data/train/gt_S1E7_frame15350.txt new file mode 100644 index 0000000..cde9fc7 --- /dev/null +++ b/data/train/gt_S1E7_frame15350.txt @@ -0,0 +1,2 @@ +759, 901, 759, 958, 939, 958, 939, 901, Fabien +942, 904, 942, 958, 1179, 958, 1179, 904, Vincent? diff --git a/data/train/gt_S1E7_frame15450.txt b/data/train/gt_S1E7_frame15450.txt new file mode 100644 index 0000000..f1aea24 --- /dev/null +++ b/data/train/gt_S1E7_frame15450.txt @@ -0,0 +1,2 @@ +939, 904, 939, 961, 1131, 961, 1131, 904, Ansel? +792, 907, 792, 961, 939, 961, 939, 907, Henri diff --git a/data/train/gt_S1E7_frame15575.txt b/data/train/gt_S1E7_frame15575.txt new file mode 100644 index 0000000..1da93bf --- /dev/null +++ b/data/train/gt_S1E7_frame15575.txt @@ -0,0 +1,8 @@ +1230, 833, 1230, 880, 1437, 880, 1437, 833, worked +687, 830, 687, 887, 846, 887, 846, 830, police +1104, 837, 1104, 884, 1224, 884, 1224, 837, have +486, 826, 486, 891, 693, 891, 693, 826, They're +909, 911, 909, 958, 1128, 958, 1128, 911, Laurent. +783, 911, 783, 961, 909, 961, 909, 911, with +861, 833, 861, 887, 975, 887, 975, 833, who +975, 840, 975, 887, 1092, 887, 1092, 840, may diff --git a/data/train/gt_S1E7_frame15725.txt b/data/train/gt_S1E7_frame15725.txt new file mode 100644 index 0000000..9acfda3 --- /dev/null +++ b/data/train/gt_S1E7_frame15725.txt @@ -0,0 +1,3 @@ +954, 914, 954, 961, 1227, 961, 1227, 914, L’Ouvreur. +681, 907, 681, 965, 828, 965, 828, 907, Then +831, 904, 831, 958, 951, 958, 951, 904, find diff --git a/data/train/gt_S1E7_frame15775.txt b/data/train/gt_S1E7_frame15775.txt new file mode 100644 index 0000000..8eac27c --- /dev/null +++ b/data/train/gt_S1E7_frame15775.txt @@ -0,0 +1 @@ +819, 907, 819, 961, 1113, 961, 1113, 907, L'Ouvreur? diff --git a/data/train/gt_S1E7_frame15800.txt b/data/train/gt_S1E7_frame15800.txt new file mode 100644 index 0000000..2337262 --- /dev/null +++ b/data/train/gt_S1E7_frame15800.txt @@ -0,0 +1,5 @@ +921, 911, 921, 958, 1086, 958, 1086, 911, stupid +1095, 914, 1095, 958, 1230, 958, 1230, 914, code +708, 914, 708, 961, 909, 961, 909, 914, of those +1230, 918, 1230, 961, 1431, 961, 1431, 918, names. +549, 914, 549, 961, 684, 961, 684, 914, s one diff --git a/data/train/gt_S1E7_frame15850.txt b/data/train/gt_S1E7_frame15850.txt new file mode 100644 index 0000000..2337262 --- /dev/null +++ b/data/train/gt_S1E7_frame15850.txt @@ -0,0 +1,5 @@ +921, 911, 921, 958, 1086, 958, 1086, 911, stupid +1095, 914, 1095, 958, 1230, 958, 1230, 914, code +708, 914, 708, 961, 909, 961, 909, 914, of those +1230, 918, 1230, 961, 1431, 961, 1431, 918, names. +549, 914, 549, 961, 684, 961, 684, 914, s one diff --git a/data/train/gt_S1E7_frame16000.txt b/data/train/gt_S1E7_frame16000.txt new file mode 100644 index 0000000..76f077e --- /dev/null +++ b/data/train/gt_S1E7_frame16000.txt @@ -0,0 +1,4 @@ +726, 914, 726, 961, 852, 961, 852, 914, team +861, 918, 861, 965, 1077, 965, 1077, 918, building +1098, 914, 1098, 955, 1323, 955, 1323, 914, courses. +606, 914, 606, 961, 717, 961, 717, 914, ..on diff --git a/data/train/gt_S1E7_frame16150.txt b/data/train/gt_S1E7_frame16150.txt new file mode 100644 index 0000000..b220342 --- /dev/null +++ b/data/train/gt_S1E7_frame16150.txt @@ -0,0 +1,5 @@ +1035, 914, 1035, 965, 1203, 965, 1203, 914, they? +906, 914, 906, 961, 1047, 961, 1047, 914, were +753, 911, 753, 965, 897, 965, 897, 911, What +765, 833, 765, 891, 903, 891, 903, 833, They +891, 833, 891, 884, 1068, 884, 1068, 833, were... diff --git a/data/train/gt_S1E7_frame16225.txt b/data/train/gt_S1E7_frame16225.txt new file mode 100644 index 0000000..4157764 --- /dev/null +++ b/data/train/gt_S1E7_frame16225.txt @@ -0,0 +1,2 @@ +1017, 911, 1017, 965, 1194, 965, 1194, 911, secret. +717, 911, 717, 965, 1005, 965, 1005, 911, Something diff --git a/data/train/gt_S1E7_frame16325.txt b/data/train/gt_S1E7_frame16325.txt new file mode 100644 index 0000000..ea3f3a1 --- /dev/null +++ b/data/train/gt_S1E7_frame16325.txt @@ -0,0 +1,11 @@ +978, 914, 978, 958, 1170, 958, 1170, 914, scared +861, 918, 861, 961, 984, 961, 984, 918, was. +654, 914, 654, 961, 861, 961, 861, 914, Laurent +573, 820, 573, 884, 750, 884, 750, 820, I don’t +1029, 830, 1029, 887, 1284, 887, 1284, 830, L'Ouvreur +552, 911, 552, 965, 648, 965, 648, 911, but +738, 826, 738, 884, 885, 884, 885, 826, know +891, 833, 891, 884, 1011, 884, 1011, 833, who +1239, 911, 1239, 961, 1359, 961, 1359, 911, him. +1284, 840, 1284, 897, 1359, 897, 1359, 840, is +1161, 911, 1161, 955, 1257, 955, 1257, 911, of diff --git a/data/train/gt_S1E7_frame20200.txt b/data/train/gt_S1E7_frame20200.txt new file mode 100644 index 0000000..b1bb615 --- /dev/null +++ b/data/train/gt_S1E7_frame20200.txt @@ -0,0 +1,6 @@ +759, 904, 759, 961, 972, 961, 972, 904, Delgado +903, 823, 903, 884, 1131, 884, 1131, 823, building +960, 911, 960, 958, 1131, 958, 1131, 911, went t +1131, 837, 1131, 894, 1266, 894, 1266, 837, days +669, 830, 669, 887, 759, 887, 759, 830, The +768, 830, 768, 887, 903, 887, 903, 830, team diff --git a/data/train/gt_S1E7_frame20275.txt b/data/train/gt_S1E7_frame20275.txt new file mode 100644 index 0000000..aeb3879 --- /dev/null +++ b/data/train/gt_S1E7_frame20275.txt @@ -0,0 +1,5 @@ +726, 826, 726, 880, 846, 880, 846, 826, held +927, 826, 927, 891, 1173, 891, 1173, 826, a hunting +1170, 833, 1170, 891, 1329, 891, 1329, 833, lodge +807, 904, 807, 968, 1113, 968, 1113, 904, in Alencon. +591, 833, 591, 887, 723, 887, 723, 833, were \ No newline at end of file diff --git a/data/train/gt_S1E7_frame20425.txt b/data/train/gt_S1E7_frame20425.txt new file mode 100644 index 0000000..e67e2a5 --- /dev/null +++ b/data/train/gt_S1E7_frame20425.txt @@ -0,0 +1,10 @@ +771, 911, 771, 958, 924, 958, 924, 911, Yorke +921, 911, 921, 958, 1053, 958, 1053, 911, and +1026, 911, 1026, 965, 1209, 965, 1209, 911, Marco +627, 911, 627, 968, 759, 968, 759, 911, Gary +774, 820, 774, 884, 1020, 884, 1020, 820, directors +1098, 823, 1098, 887, 1272, 887, 1272, 823, listed +666, 823, 666, 887, 783, 887, 783, 823, The +1212, 907, 1212, 968, 1368, 968, 1368, 907, Brun. +984, 830, 984, 891, 1119, 891, 1119, 830, are +546, 907, 546, 961, 645, 961, 645, 907, as diff --git a/data/train/gt_S1E7_frame20500.txt b/data/train/gt_S1E7_frame20500.txt new file mode 100644 index 0000000..94b39f9 --- /dev/null +++ b/data/train/gt_S1E7_frame20500.txt @@ -0,0 +1,5 @@ +1077, 904, 1077, 961, 1359, 961, 1359, 904, L'Ouvreur? +843, 907, 843, 961, 990, 961, 990, 907, them +678, 918, 678, 961, 789, 961, 789, 918, one +543, 904, 543, 965, 678, 965, 678, 904, And +999, 907, 999, 958, 1092, 958, 1092, 907, is diff --git a/data/train/gt_S1E7_frame20525.txt b/data/train/gt_S1E7_frame20525.txt new file mode 100644 index 0000000..d550e76 --- /dev/null +++ b/data/train/gt_S1E7_frame20525.txt @@ -0,0 +1,5 @@ +528, 907, 528, 958, 741, 958, 741, 907, Delgado +1209, 914, 1209, 958, 1398, 958, 1398, 914, reason. +735, 914, 735, 958, 861, 958, 861, 914, was +852, 907, 852, 961, 1062, 961, 1062, 907, chosen +1065, 914, 1065, 961, 1188, 961, 1188, 914, for a diff --git a/data/train/gt_S1E7_frame21800.txt b/data/train/gt_S1E7_frame21800.txt new file mode 100644 index 0000000..6be976d --- /dev/null +++ b/data/train/gt_S1E7_frame21800.txt @@ -0,0 +1,8 @@ +1125, 907, 1125, 961, 1398, 961, 1398, 907, premises. +993, 907, 993, 961, 1137, 961, 1137, 907, their +1161, 833, 1161, 887, 1314, 887, 1314, 833, huge +618, 914, 618, 961, 744, 961, 744, 914, can't +750, 904, 750, 961, 981, 961, 981, 904, police al +519, 907, 519, 958, 609, 958, 609, 907, We +783, 830, 783, 884, 1086, 884, 1086, 830, companies +609, 826, 609, 884, 777, 884, 777, 826, Those diff --git a/data/train/gt_S1E7_frame21900.txt b/data/train/gt_S1E7_frame21900.txt new file mode 100644 index 0000000..6fbd06f --- /dev/null +++ b/data/train/gt_S1E7_frame21900.txt @@ -0,0 +1,4 @@ +753, 907, 753, 968, 939, 968, 939, 907, exactly +948, 901, 948, 958, 1113, 958, 1113, 901, what +585, 907, 585, 965, 747, 965, 747, 907, That's +1104, 904, 1104, 955, 1350, 955, 1350, 904, he wants. diff --git a/data/train/gt_S1E7_frame21925.txt b/data/train/gt_S1E7_frame21925.txt new file mode 100644 index 0000000..4826654 --- /dev/null +++ b/data/train/gt_S1E7_frame21925.txt @@ -0,0 +1,8 @@ +816, 914, 816, 965, 990, 965, 990, 914, worry +987, 907, 987, 958, 1209, 958, 1209, 907, about th +627, 904, 627, 961, 831, 961, 831, 904, should +1029, 833, 1029, 884, 1203, 884, 1203, 833, cover +1227, 907, 1227, 965, 1377, 965, 1377, 907, kids. +924, 833, 924, 880, 1029, 880, 1029, 833, will +534, 904, 534, 958, 630, 958, 630, 904, We +660, 826, 660, 884, 927, 884, 927, 826, insurance diff --git a/data/train/gt_S1E7_frame21950.txt b/data/train/gt_S1E7_frame21950.txt new file mode 100644 index 0000000..15fa410 --- /dev/null +++ b/data/train/gt_S1E7_frame21950.txt @@ -0,0 +1,8 @@ +816, 914, 816, 965, 990, 965, 990, 914, ### +987, 907, 987, 958, 1209, 958, 1209, 907, ‘about th +627, 904, 627, 961, 831, 961, 831, 904, should +1029, 837, 1029, 887, 1203, 887, 1203, 837, cover +1227, 907, 1227, 965, 1377, 965, 1377, 907, > kids. +924, 833, 924, 880, 1029, 880, 1029, 833, ### +534, 904, 534, 958, 630, 958, 630, 904, ### +660, 826, 660, 884, 927, 884, 927, 826, Insurance diff --git a/data/train/gt_S1E7_frame22025.txt b/data/train/gt_S1E7_frame22025.txt new file mode 100644 index 0000000..1b0b7ef --- /dev/null +++ b/data/train/gt_S1E7_frame22025.txt @@ -0,0 +1,5 @@ +1137, 904, 1137, 965, 1335, 965, 1335, 904, three? +990, 907, 990, 961, 1146, 961, 1146, 907, other +741, 911, 741, 961, 900, 961, 900, 911, about +588, 904, 588, 961, 747, 961, 747, 904, What +894, 907, 894, 958, 996, 958, 996, 907, the diff --git a/data/train/gt_S1E7_frame22050.txt b/data/train/gt_S1E7_frame22050.txt new file mode 100644 index 0000000..bd0ccc5 --- /dev/null +++ b/data/train/gt_S1E7_frame22050.txt @@ -0,0 +1,6 @@ +969, 911, 969, 961, 1086, 961, 1086, 911, and +810, 907, 810, 961, 966, 961, 966, 907, three +660, 911, 660, 958, 849, 958, 849, 911, other +1176, 914, 1176, 965, 1353, 965, 1353, 914, driver. +1083, 907, 1083, 961, 1182, 961, 1182, 907, the +570, 911, 570, 961, 672, 961, 672, 911, The diff --git a/data/train/gt_S1E7_frame26500.txt b/data/train/gt_S1E7_frame26500.txt new file mode 100644 index 0000000..e3537ba --- /dev/null +++ b/data/train/gt_S1E7_frame26500.txt @@ -0,0 +1,11 @@ +786, 911, 786, 958, 1035, 958, 1035, 911, Joubert's +1050, 907, 1050, 961, 1401, 961, 1401, 907, spreadsheets +642, 907, 642, 961, 786, 961, 786, 907, Alaini +828, 830, 828, 887, 996, 887, 996, 830, which +564, 823, 564, 891, 810, 891, 810, 823, Holdings +1104, 833, 1104, 887, 1200, 887, 1200, 833, the +993, 837, 993, 887, 1092, 887, 1092, 837, ran +561, 914, 561, 961, 639, 961, 639, 914, on +1200, 826, 1200, 877, 1416, 877, 1416, 826, courses +486, 826, 486, 894, 570, 894, 570, 826, ZP +498, 911, 498, 965, 558, 965, 558, 911, is diff --git a/data/train/gt_S1E7_frame26700.txt b/data/train/gt_S1E7_frame26700.txt new file mode 100644 index 0000000..1dfc0c5 --- /dev/null +++ b/data/train/gt_S1E7_frame26700.txt @@ -0,0 +1,7 @@ +936, 911, 936, 968, 1128, 968, 1128, 911, looking. +1092, 830, 1092, 884, 1338, 884, 1338, 830, identities. +957, 830, 957, 887, 1083, 887, 1083, 830, fake +585, 837, 585, 894, 720, 894, 720, 837, They +702, 826, 702, 891, 876, 891, 876, 826, could +870, 837, 870, 891, 960, 891, 960, 837, be +768, 904, 768, 968, 921, 968, 921, 904, Keep diff --git a/data/train/gt_S1E7_frame26825.txt b/data/train/gt_S1E7_frame26825.txt new file mode 100644 index 0000000..fb857b8 --- /dev/null +++ b/data/train/gt_S1E7_frame26825.txt @@ -0,0 +1,6 @@ +1212, 904, 1212, 951, 1452, 951, 1452, 904, address +969, 914, 969, 965, 1218, 965, 1218, 914, company. +777, 914, 777, 961, 873, 961, 873, 914, out +465, 904, 465, 958, 594, 958, 594, 904, We'll +600, 907, 600, 961, 774, 961, 774, 907, check +870, 907, 870, 958, 969, 958, 969, 907, the diff --git a/data/train/gt_S1E7_frame27250.txt b/data/train/gt_S1E7_frame27250.txt new file mode 100644 index 0000000..b8b5631 --- /dev/null +++ b/data/train/gt_S1E7_frame27250.txt @@ -0,0 +1,7 @@ +999, 830, 999, 887, 1152, 887, 1152, 830, leads +1017, 907, 1017, 965, 1260, 965, 1260, 907, Terrorist +855, 907, 855, 961, 1002, 961, 1002, 907, Truth +765, 826, 765, 884, 921, 884, 921, 826, ...still +762, 904, 762, 958, 855, 958, 855, 904, the +681, 911, 681, 961, 753, 961, 753, 911, on +909, 833, 909, 887, 1005, 887, 1005, 833, no diff --git a/data/train/gt_S1E7_frame27300.txt b/data/train/gt_S1E7_frame27300.txt new file mode 100644 index 0000000..a21f5b3 --- /dev/null +++ b/data/train/gt_S1E7_frame27300.txt @@ -0,0 +1,8 @@ +756, 911, 756, 968, 996, 968, 996, 911, morning +726, 833, 726, 884, 852, 884, 852, 833, who +1035, 830, 1035, 891, 1191, 891, 1191, 830, again +846, 833, 846, 887, 1032, 887, 1032, 833, struck +654, 904, 654, 961, 768, 961, 768, 904, this +1161, 904, 1161, 965, 1269, 965, 1269, 904, UK, +1056, 904, 1056, 961, 1155, 961, 1155, 904, the +993, 904, 993, 965, 1071, 965, 1071, 904, in \ No newline at end of file diff --git a/data/train/gt_S1E7_frame27375.txt b/data/train/gt_S1E7_frame27375.txt new file mode 100644 index 0000000..6d3f07c --- /dev/null +++ b/data/train/gt_S1E7_frame27375.txt @@ -0,0 +1,7 @@ +828, 911, 828, 961, 987, 961, 987, 911, their +1143, 830, 1143, 884, 1368, 884, 1368, 830, children +999, 907, 999, 965, 1152, 965, 1152, 907, driver +540, 823, 540, 894, 855, 894, 855, 823, kidnapping +852, 830, 852, 891, 987, 891, 987, 830, five s +939, 826, 939, 891, 1143, 891, 1143, 826, school +720, 907, 720, 961, 870, 961, 870, 907, and diff --git a/data/train/gt_S1E7_frame36475.txt b/data/train/gt_S1E7_frame36475.txt new file mode 100644 index 0000000..f60ad7f --- /dev/null +++ b/data/train/gt_S1E7_frame36475.txt @@ -0,0 +1,3 @@ +1053, 911, 1053, 961, 1245, 961, 1245, 911, attack. +900, 907, 900, 961, 1068, 961, 1068, 907, under +669, 911, 669, 961, 846, 961, 846, 911, which \ No newline at end of file diff --git a/data/train/gt_S1E7_frame36525.txt b/data/train/gt_S1E7_frame36525.txt new file mode 100644 index 0000000..a4d8b8e --- /dev/null +++ b/data/train/gt_S1E7_frame36525.txt @@ -0,0 +1,5 @@ +1215, 914, 1215, 972, 1419, 972, 1419, 914, factory. +789, 904, 789, 965, 1119, 965, 1119, 904, surrounded +492, 904, 492, 965, 657, 965, 657, 904, Police +672, 914, 672, 961, 801, 961, 801, 914, have +1107, 911, 1107, 968, 1221, 968, 1221, 911, the \ No newline at end of file diff --git a/data/train/gt_S1E7_frame36550.txt b/data/train/gt_S1E7_frame36550.txt new file mode 100644 index 0000000..8904de5 --- /dev/null +++ b/data/train/gt_S1E7_frame36550.txt @@ -0,0 +1,9 @@ +1149, 830, 1149, 897, 1326, 897, 1326, 830, trying +795, 911, 795, 961, 894, 961, 894, 911, put +906, 911, 906, 958, 993, 958, 993, 911, out +594, 830, 594, 887, 807, 887, 807, 830, Firemen +921, 826, 921, 891, 1167, 891, 1167, 826, currently +996, 907, 996, 961, 1110, 961, 1110, 907, the +798, 833, 798, 891, 921, 891, 921, 833, are +720, 911, 720, 968, 813, 968, 813, 911, to +1080, 904, 1080, 958, 1206, 958, 1206, 904, fire diff --git a/data/train/gt_S1E7_frame36625.txt b/data/train/gt_S1E7_frame36625.txt new file mode 100644 index 0000000..0b7a4ce --- /dev/null +++ b/data/train/gt_S1E7_frame36625.txt @@ -0,0 +1,6 @@ +663, 907, 663, 961, 828, 961, 828, 907, began +1302, 918, 1302, 965, 1431, 965, 1431, 918, ago. +468, 904, 468, 965, 651, 965, 651, 904, which +1086, 907, 1086, 965, 1308, 965, 1308, 907, minutes. +828, 904, 828, 958, 987, 958, 987, 904, just a +984, 911, 984, 961, 1086, 961, 1086, 911, few diff --git a/data/train/gt_S1E7_frame37800.txt b/data/train/gt_S1E7_frame37800.txt new file mode 100644 index 0000000..e6cb3a7 --- /dev/null +++ b/data/train/gt_S1E7_frame37800.txt @@ -0,0 +1,3 @@ +753, 911, 753, 968, 921, 968, 921, 911, shitty +936, 897, 936, 955, 1299, 955, 1299, 897, headquarters. +612, 907, 612, 965, 777, 965, 777, 907, What diff --git a/data/train/gt_S1E7_frame38000.txt b/data/train/gt_S1E7_frame38000.txt new file mode 100644 index 0000000..afe35eb --- /dev/null +++ b/data/train/gt_S1E7_frame38000.txt @@ -0,0 +1,5 @@ +909, 830, 909, 887, 1053, 887, 1053, 830, good +1116, 826, 1116, 880, 1242, 880, 1242, 826, go? +723, 911, 723, 965, 861, 965, 861, 911, Yeah. +705, 830, 705, 894, 831, 894, 831, 830, Are +816, 840, 816, 891, 915, 891, 915, 840, we diff --git a/data/train/gt_S1E7_frame38325.txt b/data/train/gt_S1E7_frame38325.txt new file mode 100644 index 0000000..125cd29 --- /dev/null +++ b/data/train/gt_S1E7_frame38325.txt @@ -0,0 +1,3 @@ +876, 907, 876, 965, 1101, 965, 1101, 907, Holdings, +1122, 911, 1122, 961, 1296, 961, 1296, 911, please. +609, 911, 609, 965, 789, 965, 789, 911, Hello. z diff --git a/data/train/gt_S1E7_frame38400.txt b/data/train/gt_S1E7_frame38400.txt new file mode 100644 index 0000000..7d06273 --- /dev/null +++ b/data/train/gt_S1E7_frame38400.txt @@ -0,0 +1,3 @@ +855, 830, 855, 887, 969, 887, 969, 830, Unit +969, 830, 969, 891, 1101, 891, 1101, 830, four. +858, 904, 858, 965, 1068, 965, 1068, 904, Thanks. diff --git a/data/train/gt_S1E7_frame38450.txt b/data/train/gt_S1E7_frame38450.txt new file mode 100644 index 0000000..1750812 --- /dev/null +++ b/data/train/gt_S1E7_frame38450.txt @@ -0,0 +1,2 @@ +960, 907, 960, 958, 1080, 958, 1080, 907, four. +837, 907, 837, 961, 948, 961, 948, 907, Unit diff --git a/data/train/gt_S1E7_frame40425.txt b/data/train/gt_S1E7_frame40425.txt new file mode 100644 index 0000000..758e941 --- /dev/null +++ b/data/train/gt_S1E7_frame40425.txt @@ -0,0 +1,3 @@ +858, 907, 858, 961, 1053, 961, 1053, 907, where +717, 911, 717, 965, 855, 965, 855, 911, I said +1059, 904, 1059, 955, 1212, 955, 1212, 904, is he? diff --git a/data/train/gt_S1E7_frame40575.txt b/data/train/gt_S1E7_frame40575.txt new file mode 100644 index 0000000..99d50c4 --- /dev/null +++ b/data/train/gt_S1E7_frame40575.txt @@ -0,0 +1,5 @@ +978, 911, 978, 965, 1167, 965, 1167, 911, looking +855, 907, 855, 958, 963, 958, 963, 907, you +759, 918, 759, 958, 855, 958, 855, 918, are +1173, 907, 1173, 961, 1296, 961, 1296, 907, for? +621, 911, 621, 961, 753, 961, 753, 911, Who diff --git a/data/train/gt_S1E7_frame40625.txt b/data/train/gt_S1E7_frame40625.txt new file mode 100644 index 0000000..1d08698 --- /dev/null +++ b/data/train/gt_S1E7_frame40625.txt @@ -0,0 +1,2 @@ +966, 907, 966, 968, 1134, 968, 1134, 907, Stop! +789, 907, 789, 961, 981, 961, 981, 907, Police! diff --git a/data/train/gt_S1E7_frame40925.txt b/data/train/gt_S1E7_frame40925.txt new file mode 100644 index 0000000..ab27f98 --- /dev/null +++ b/data/train/gt_S1E7_frame40925.txt @@ -0,0 +1,5 @@ +981, 911, 981, 961, 1131, 961, 1131, 911, were +858, 907, 858, 961, 987, 961, 987, 907, fuck +1119, 911, 1119, 972, 1287, 972, 1287, 911, they? +765, 901, 765, 958, 864, 958, 864, 901, the +627, 904, 627, 961, 765, 961, 765, 904, Who diff --git a/data/train/gt_S1E7_frame41000.txt b/data/train/gt_S1E7_frame41000.txt new file mode 100644 index 0000000..b6c1e7e --- /dev/null +++ b/data/train/gt_S1E7_frame41000.txt @@ -0,0 +1,10 @@ +1035, 914, 1035, 961, 1293, 961, 1293, 914, L'Ouvreur. +618, 904, 618, 968, 825, 968, 825, 904, looking +1095, 837, 1095, 891, 1230, 891, 1230, 837, only +759, 830, 759, 884, 897, 884, 897, 830, we're +558, 816, 558, 887, 759, 887, 759, 816, I guess +822, 907, 822, 965, 909, 965, 909, 907, for +900, 830, 900, 887, 1008, 887, 1008, 830, not +999, 830, 999, 887, 1113, 887, 1113, 830, the +912, 907, 912, 965, 1011, 965, 1011, 907, this +1218, 833, 1218, 887, 1368, 887, 1368, 833, ones diff --git a/data/train/gt_S1E7_frame41900.txt b/data/train/gt_S1E7_frame41900.txt new file mode 100644 index 0000000..38f402b --- /dev/null +++ b/data/train/gt_S1E7_frame41900.txt @@ -0,0 +1,6 @@ +1203, 907, 1203, 961, 1380, 961, 1380, 907, were? +663, 907, 663, 961, 819, 961, 819, 907, don't +1071, 911, 1071, 965, 1203, 965, 1203, 911, they +954, 907, 954, 958, 1080, 958, 1080, 907, who +804, 904, 804, 961, 954, 961, 954, 904, know +537, 907, 537, 965, 651, 965, 651, 907, You diff --git a/data/train/gt_S1E7_frame59450.txt b/data/train/gt_S1E7_frame59450.txt new file mode 100644 index 0000000..650d563 --- /dev/null +++ b/data/train/gt_S1E7_frame59450.txt @@ -0,0 +1,2 @@ +975, 911, 975, 961, 1116, 961, 1116, 911, love. +804, 904, 804, 965, 969, 965, 969, 904, Smile, diff --git a/data/train/gt_S1E7_frame59475.txt b/data/train/gt_S1E7_frame59475.txt new file mode 100644 index 0000000..bfc4526 --- /dev/null +++ b/data/train/gt_S1E7_frame59475.txt @@ -0,0 +1,3 @@ +711, 907, 711, 961, 885, 961, 885, 907, might +879, 914, 879, 961, 1032, 961, 1032, 914, never +1044, 911, 1044, 968, 1251, 968, 1251, 911, happen. diff --git a/data/train/gt_S1E7_frame63475.txt b/data/train/gt_S1E7_frame63475.txt new file mode 100644 index 0000000..a959948 --- /dev/null +++ b/data/train/gt_S1E7_frame63475.txt @@ -0,0 +1,4 @@ +1026, 914, 1026, 965, 1299, 965, 1299, 914, colleague. +831, 907, 831, 965, 1020, 965, 1020, 907, English +603, 904, 603, 968, 738, 968, 738, 904, Karl, +726, 911, 726, 968, 831, 968, 831, 911, an diff --git a/data/train/gt_S1E7_frame63700.txt b/data/train/gt_S1E7_frame63700.txt new file mode 100644 index 0000000..be5212a --- /dev/null +++ b/data/train/gt_S1E7_frame63700.txt @@ -0,0 +1,2 @@ +747, 904, 747, 965, 987, 965, 987, 904, Another +999, 907, 999, 965, 1146, 965, 1146, 907, time? diff --git a/data/train/gt_S1E7_frame63925.txt b/data/train/gt_S1E7_frame63925.txt new file mode 100644 index 0000000..d7a2687 --- /dev/null +++ b/data/train/gt_S1E7_frame63925.txt @@ -0,0 +1,4 @@ +861, 918, 861, 958, 984, 958, 984, 918, see +993, 914, 993, 961, 1107, 961, 1107, 914, you, +1116, 914, 1116, 965, 1233, 965, 1233, 914, too. +678, 904, 678, 961, 825, 961, 825, 904, Nice diff --git a/data/train/gt_S1E7_frame8225.txt b/data/train/gt_S1E7_frame8225.txt new file mode 100644 index 0000000..72b2a7f --- /dev/null +++ b/data/train/gt_S1E7_frame8225.txt @@ -0,0 +1,4 @@ +975, 907, 975, 961, 1152, 961, 1152, 907, police +1155, 911, 1155, 968, 1371, 968, 1371, 911, training. +540, 911, 540, 961, 882, 961, 882, 911, Our suspect +867, 911, 867, 961, 984, 961, 984, 911, has diff --git a/data/train/gt_S1E7_frame8400.txt b/data/train/gt_S1E7_frame8400.txt new file mode 100644 index 0000000..b5bbc56 --- /dev/null +++ b/data/train/gt_S1E7_frame8400.txt @@ -0,0 +1,4 @@ +828, 911, 828, 965, 999, 965, 999, 911, wrong +999, 901, 999, 961, 1128, 961, 1128, 901, with +1125, 901, 1125, 961, 1284, 961, 1284, 901, Karl? +627, 907, 627, 961, 819, 961, 819, 907, What's diff --git a/data/train/gt_S1E7_frame8425.txt b/data/train/gt_S1E7_frame8425.txt new file mode 100644 index 0000000..6c1607c --- /dev/null +++ b/data/train/gt_S1E7_frame8425.txt @@ -0,0 +1,4 @@ +825, 907, 825, 965, 945, 965, 945, 907, you +1053, 911, 1053, 961, 1191, 961, 1191, 911, row? +726, 904, 726, 965, 834, 965, 834, 904, Did +945, 907, 945, 958, 1047, 958, 1047, 907, two diff --git a/data/train/gt_S1E7_frame8550.txt b/data/train/gt_S1E7_frame8550.txt new file mode 100644 index 0000000..011712c --- /dev/null +++ b/data/train/gt_S1E7_frame8550.txt @@ -0,0 +1,7 @@ +936, 837, 936, 887, 1113, 887, 1113, 837, yed at +1116, 830, 1116, 884, 1257, 884, 1257, 830, mine. +987, 897, 987, 961, 1131, 961, 1131, 897, like it +750, 907, 750, 961, 864, 961, 864, 907, He +648, 833, 648, 894, 762, 894, 762, 833, His. +810, 904, 810, 961, 999, 961, 999, 904, didn’t +732, 837, 732, 891, 861, 891, 861, 837, son diff --git a/data/train/gt_S1E7_frame8650.txt b/data/train/gt_S1E7_frame8650.txt new file mode 100644 index 0000000..a1f01de --- /dev/null +++ b/data/train/gt_S1E7_frame8650.txt @@ -0,0 +1,7 @@ +729, 911, 729, 965, 966, 965, 966, 911, between +1158, 911, 1158, 958, 1284, 958, 1284, 911, and +504, 914, 504, 961, 735, 961, 735, 914, TT moves +969, 911, 969, 965, 1164, 965, 1164, 911, France +471, 820, 471, 884, 672, 884, 672, 820, His son +1377, 897, 1377, 961, 1479, 961, 1479, 897, UK. +1284, 904, 1284, 955, 1374, 955, 1374, 904, the diff --git a/data/train/gt_S1E7_frame8725.txt b/data/train/gt_S1E7_frame8725.txt new file mode 100644 index 0000000..fabcf75 --- /dev/null +++ b/data/train/gt_S1E7_frame8725.txt @@ -0,0 +1,8 @@ +870, 914, 870, 961, 1020, 961, 1020, 914, place +1032, 823, 1032, 887, 1266, 887, 1266, 823, bilingual +1035, 907, 1035, 958, 1173, 958, 1173, 907, each +1161, 907, 1161, 961, 1308, 961, 1308, 907, side. +615, 911, 615, 961, 717, 961, 717, 911, and +903, 826, 903, 887, 1023, 887, 1023, 826, he's +729, 907, 729, 965, 840, 965, 840, 907, has +744, 837, 744, 894, 900, 894, 900, 837, 's say diff --git a/data/train/gt_S1E7_frame8775.txt b/data/train/gt_S1E7_frame8775.txt new file mode 100644 index 0000000..41db477 --- /dev/null +++ b/data/train/gt_S1E7_frame8775.txt @@ -0,0 +1,8 @@ +873, 911, 873, 961, 1020, 961, 1020, 911, place +1158, 907, 1158, 961, 1305, 961, 1305, 907, side. +1032, 826, 1032, 891, 1266, 891, 1266, 826, bilingual +1032, 907, 1032, 958, 1173, 958, 1173, 907, each +663, 820, 663, 891, 858, 891, 858, 820, Let's sa +612, 914, 612, 961, 723, 961, 723, 914, and +903, 823, 903, 887, 1023, 887, 1023, 823, he's +726, 901, 726, 958, 840, 958, 840, 901, has diff --git a/data/train/gt_S1E7_frame8825.txt b/data/train/gt_S1E7_frame8825.txt new file mode 100644 index 0000000..ec5da6d --- /dev/null +++ b/data/train/gt_S1E7_frame8825.txt @@ -0,0 +1,7 @@ +1044, 907, 1044, 961, 1299, 961, 1299, 907, business. +648, 823, 648, 891, 828, 891, 828, 823, Listen, +753, 911, 753, 958, 876, 958, 876, 911, none +948, 907, 948, 961, 1044, 961, 1044, 907, his +846, 830, 846, 887, 984, 887, 984, 830, Elise. +873, 914, 873, 961, 951, 961, 951, 914, of +639, 904, 639, 965, 732, 965, 732, 904, It's diff --git a/data/train/gt_S1E7_frame8900.txt b/data/train/gt_S1E7_frame8900.txt new file mode 100644 index 0000000..d4bb4e7 --- /dev/null +++ b/data/train/gt_S1E7_frame8900.txt @@ -0,0 +1,5 @@ +1119, 911, 1119, 968, 1374, 968, 1374, 911, problems. +534, 904, 534, 965, 714, 965, 714, 904, I think +936, 907, 936, 968, 1104, 968, 1104, 907, family +711, 904, 711, 961, 831, 961, 831, 904, Karl +834, 901, 834, 955, 939, 955, 939, 901, has diff --git a/data/train/gt_S1E7_frame8950.txt b/data/train/gt_S1E7_frame8950.txt new file mode 100644 index 0000000..02ede10 --- /dev/null +++ b/data/train/gt_S1E7_frame8950.txt @@ -0,0 +1,5 @@ +1047, 914, 1047, 968, 1206, 968, 1206, 914, night, +813, 907, 813, 961, 942, 961, 942, 907, here +948, 907, 948, 958, 1047, 958, 1047, 907, last +1209, 921, 1209, 968, 1335, 968, 1335, 921, so... +576, 911, 576, 968, 810, 968, 810, 911, He slept diff --git a/data/train/gt_S1E7_frame9125.txt b/data/train/gt_S1E7_frame9125.txt new file mode 100644 index 0000000..131df09 --- /dev/null +++ b/data/train/gt_S1E7_frame9125.txt @@ -0,0 +1,4 @@ +855, 918, 855, 965, 987, 965, 987, 918, easy +729, 911, 729, 961, 843, 961, 843, 911, ...go +975, 914, 975, 965, 1068, 965, 1068, 914, on +1068, 907, 1068, 958, 1197, 958, 1197, 907, him. diff --git a/data/train/gt_S1E7_frame9250.txt b/data/train/gt_S1E7_frame9250.txt new file mode 100644 index 0000000..d4b52bb --- /dev/null +++ b/data/train/gt_S1E7_frame9250.txt @@ -0,0 +1,4 @@ +495, 911, 495, 961, 612, 961, 612, 911, Five +1245, 914, 1245, 965, 1422, 965, 1422, 914, driver. +627, 897, 627, 951, 1107, 951, 1107, 897, seven-year-olds an +1140, 907, 1140, 958, 1245, 958, 1245, 907, the diff --git a/data/train/gt_S1E7_frame9300.txt b/data/train/gt_S1E7_frame9300.txt new file mode 100644 index 0000000..87d895f --- /dev/null +++ b/data/train/gt_S1E7_frame9300.txt @@ -0,0 +1,5 @@ +687, 830, 687, 884, 822, 884, 822, 830, Was +927, 911, 927, 958, 1149, 958, 1149, 911, would it +681, 907, 681, 961, 936, 961, 936, 907, Who else +1155, 904, 1155, 958, 1272, 958, 1272, 904, be? +855, 823, 855, 887, 1014, 887, 1014, 823, him? diff --git a/data/train/gt_S1E8_frame11700.txt b/data/train/gt_S1E8_frame11700.txt new file mode 100644 index 0000000..a4fcf4d --- /dev/null +++ b/data/train/gt_S1E8_frame11700.txt @@ -0,0 +1,3 @@ +750, 891, 750, 958, 1047, 958, 1047, 891, TRUST NO +1038, 904, 1038, 955, 1161, 955, 1161, 904, ONE + diff --git a/data/train/gt_S1E8_frame1425.txt b/data/train/gt_S1E8_frame1425.txt new file mode 100644 index 0000000..75344ca --- /dev/null +++ b/data/train/gt_S1E8_frame1425.txt @@ -0,0 +1,5 @@ +600, 907, 600, 961, 801, 961, 801, 907, target's +822, 904, 822, 965, 1020, 965, 1020, 904, location +1026, 901, 1026, 955, 1320, 955, 1320, 901, confirmed. +972, 833, 972, 887, 1104, 887, 1104, 833, One, +819, 823, 819, 897, 972, 897, 972, 823, Alpha diff --git a/data/train/gt_S1E8_frame14450.txt b/data/train/gt_S1E8_frame14450.txt new file mode 100644 index 0000000..7946e43 --- /dev/null +++ b/data/train/gt_S1E8_frame14450.txt @@ -0,0 +1,4 @@ +1026, 911, 1026, 965, 1296, 965, 1296, 911, company? +756, 904, 756, 965, 924, 965, 924, 904, about +609, 904, 609, 965, 762, 965, 762, 904, What +921, 907, 921, 965, 1026, 965, 1026, 907, his diff --git a/data/train/gt_S1E8_frame14500.txt b/data/train/gt_S1E8_frame14500.txt new file mode 100644 index 0000000..1e6be7c --- /dev/null +++ b/data/train/gt_S1E8_frame14500.txt @@ -0,0 +1,3 @@ +870, 907, 870, 958, 1194, 958, 1194, 907, computer ge +756, 914, 756, 958, 864, 958, 864, 914, real +579, 897, 579, 961, 762, 961, 762, 897, He's a diff --git a/data/train/gt_S1E8_frame14575.txt b/data/train/gt_S1E8_frame14575.txt new file mode 100644 index 0000000..d784754 --- /dev/null +++ b/data/train/gt_S1E8_frame14575.txt @@ -0,0 +1,8 @@ +1122, 830, 1122, 887, 1377, 887, 1377, 830, defeated +663, 911, 663, 965, 744, 965, 744, 911, by +1017, 907, 1017, 961, 1254, 961, 1254, 907, security. +996, 830, 996, 884, 1128, 884, 1128, 830, been +708, 837, 708, 894, 837, 894, 837, 837, why +546, 826, 546, 887, 714, 887, 714, 826, That's +822, 911, 822, 965, 1023, 965, 1023, 911, online. +831, 833, 831, 884, 954, 884, 954, 833, we'v diff --git a/data/train/gt_S1E8_frame1650.txt b/data/train/gt_S1E8_frame1650.txt new file mode 100644 index 0000000..7e5054e --- /dev/null +++ b/data/train/gt_S1E8_frame1650.txt @@ -0,0 +1,8 @@ +1059, 837, 1059, 887, 1203, 887, 1203, 837, twist +885, 830, 885, 884, 990, 884, 990, 830, had +564, 823, 564, 891, 882, 891, 882, 823, I've already +735, 907, 735, 961, 915, 961, 915, 907, within +1185, 833, 1185, 884, 1341, 884, 1341, 833, arms +921, 904, 921, 958, 1014, 958, 1014, 904, the +1014, 904, 1014, 958, 1155, 958, 1155, 904, DCRI +993, 833, 993, 894, 1080, 894, 1080, 833, to. diff --git a/data/train/gt_S1E8_frame17100.txt b/data/train/gt_S1E8_frame17100.txt new file mode 100644 index 0000000..fe5e28f --- /dev/null +++ b/data/train/gt_S1E8_frame17100.txt @@ -0,0 +1,4 @@ +699, 907, 699, 968, 819, 968, 819, 907, Hey, +837, 907, 837, 961, 975, 961, 975, 907, Elise. +1080, 904, 1080, 965, 1212, 965, 1212, 904, Gael. +978, 907, 978, 961, 1077, 961, 1077, 907, It's diff --git a/data/train/gt_S1E8_frame17150.txt b/data/train/gt_S1E8_frame17150.txt new file mode 100644 index 0000000..376661a --- /dev/null +++ b/data/train/gt_S1E8_frame17150.txt @@ -0,0 +1,5 @@ +903, 914, 903, 965, 1074, 965, 1074, 914, Carry +543, 904, 543, 968, 735, 968, 735, 904, Listen, +1143, 904, 1143, 961, 1236, 961, 1236, 904, like +759, 911, 759, 965, 903, 965, 903, 911, can't +1233, 911, 1233, 968, 1362, 968, 1362, 911, this. diff --git a/data/train/gt_S1E8_frame17225.txt b/data/train/gt_S1E8_frame17225.txt new file mode 100644 index 0000000..a266649 --- /dev/null +++ b/data/train/gt_S1E8_frame17225.txt @@ -0,0 +1,8 @@ +555, 907, 555, 961, 690, 961, 690, 907, meet +948, 907, 948, 965, 1086, 965, 1086, 907, hotel +1101, 907, 1101, 968, 1368, 968, 1368, 907, tomorrow. +696, 914, 696, 961, 789, 961, 789, 914, me +780, 914, 780, 961, 849, 961, 849, 914, at +852, 904, 852, 958, 945, 958, 945, 904, the +828, 833, 828, 894, 984, 894, 984, 833, If you +966, 840, 966, 897, 1101, 897, 1101, 840, can, diff --git a/data/train/gt_S1E8_frame17275.txt b/data/train/gt_S1E8_frame17275.txt new file mode 100644 index 0000000..94b71a9 --- /dev/null +++ b/data/train/gt_S1E8_frame17275.txt @@ -0,0 +1,2 @@ +834, 911, 834, 961, 1134, 961, 1134, 911, wait for you +756, 904, 756, 961, 840, 961, 840, 904, I'll \ No newline at end of file diff --git a/data/train/gt_S1E8_frame1825.txt b/data/train/gt_S1E8_frame1825.txt new file mode 100644 index 0000000..c56e8a7 --- /dev/null +++ b/data/train/gt_S1E8_frame1825.txt @@ -0,0 +1,3 @@ +1107, 918, 1107, 968, 1239, 968, 1239, 918, way. +948, 911, 948, 961, 1107, 961, 1107, 911, other +666, 897, 666, 961, 876, 961, 876, 897, There's diff --git a/data/train/gt_S1E8_frame1950.txt b/data/train/gt_S1E8_frame1950.txt new file mode 100644 index 0000000..8150de5 --- /dev/null +++ b/data/train/gt_S1E8_frame1950.txt @@ -0,0 +1,11 @@ +1110, 907, 1110, 958, 1335, 958, 1335, 907, surgical. +1113, 830, 1113, 887, 1275, 887, 1275, 830, arrest +1002, 914, 1002, 958, 1110, 958, 1110, 914, and +510, 833, 510, 897, 651, 897, 651, 833, They +834, 914, 834, 968, 987, 968, 987, 914, sharp +1290, 826, 1290, 884, 1413, 884, 1413, 826, him. +663, 907, 663, 965, 822, 965, 822, 907, short, +648, 826, 648, 884, 756, 884, 756, 826, will +753, 826, 753, 891, 909, 891, 909, 826, just g +990, 833, 990, 887, 1119, 887, 1119, 833, and +570, 894, 570, 965, 654, 965, 654, 894, It's diff --git a/data/train/gt_S1E8_frame1975.txt b/data/train/gt_S1E8_frame1975.txt new file mode 100644 index 0000000..8150de5 --- /dev/null +++ b/data/train/gt_S1E8_frame1975.txt @@ -0,0 +1,11 @@ +1110, 907, 1110, 958, 1335, 958, 1335, 907, surgical. +1113, 830, 1113, 887, 1275, 887, 1275, 830, arrest +1002, 914, 1002, 958, 1110, 958, 1110, 914, and +510, 833, 510, 897, 651, 897, 651, 833, They +834, 914, 834, 968, 987, 968, 987, 914, sharp +1290, 826, 1290, 884, 1413, 884, 1413, 826, him. +663, 907, 663, 965, 822, 965, 822, 907, short, +648, 826, 648, 884, 756, 884, 756, 826, will +753, 826, 753, 891, 909, 891, 909, 826, just g +990, 833, 990, 887, 1119, 887, 1119, 833, and +570, 894, 570, 965, 654, 965, 654, 894, It's diff --git a/data/train/gt_S1E8_frame2000.txt b/data/train/gt_S1E8_frame2000.txt new file mode 100644 index 0000000..72df720 --- /dev/null +++ b/data/train/gt_S1E8_frame2000.txt @@ -0,0 +1,10 @@ +795, 907, 795, 958, 1035, 958, 1035, 907, question +657, 826, 657, 887, 798, 887, 798, 826, Don't +1134, 907, 1134, 965, 1263, 965, 1263, 907, after +681, 911, 681, 961, 834, 961, 834, 911, can +1266, 921, 1266, 965, 1356, 965, 1356, 921, us +573, 911, 573, 965, 666, 965, 666, 911, You +1023, 907, 1023, 961, 1137, 961, 1137, 907, him +810, 830, 810, 891, 954, 891, 954, 830, give +1131, 823, 1131, 891, 1269, 891, 1269, 823, look. +1017, 830, 1017, 887, 1131, 887, 1131, 830, that diff --git a/data/train/gt_S1E8_frame2075.txt b/data/train/gt_S1E8_frame2075.txt new file mode 100644 index 0000000..5eab0c5 --- /dev/null +++ b/data/train/gt_S1E8_frame2075.txt @@ -0,0 +1,8 @@ +726, 911, 726, 965, 849, 965, 849, 911, way! +822, 830, 822, 891, 957, 891, 957, 830, After +1059, 911, 1059, 961, 1146, 961, 1146, 911, go +963, 911, 963, 965, 1056, 965, 1056, 911, will +1137, 911, 1137, 968, 1266, 968, 1266, 911, first. +633, 907, 633, 968, 732, 968, 732, 907, No +951, 826, 951, 887, 1107, 887, 1107, 826, you? +864, 904, 864, 961, 963, 961, 963, 904, We diff --git a/data/train/gt_S1E8_frame2200.txt b/data/train/gt_S1E8_frame2200.txt new file mode 100644 index 0000000..e66db31 --- /dev/null +++ b/data/train/gt_S1E8_frame2200.txt @@ -0,0 +1,3 @@ +765, 904, 765, 965, 948, 965, 948, 904, Simple +1035, 911, 1035, 965, 1146, 965, 1146, 911, that. +945, 907, 945, 958, 1035, 958, 1035, 907, as diff --git a/data/train/gt_S1E8_frame27625.txt b/data/train/gt_S1E8_frame27625.txt new file mode 100644 index 0000000..f882e23 --- /dev/null +++ b/data/train/gt_S1E8_frame27625.txt @@ -0,0 +1,2 @@ +954, 911, 954, 968, 1107, 968, 1107, 911, Elise. +798, 907, 798, 968, 951, 968, 951, 907, Hello, diff --git a/data/train/gt_S1E8_frame300.txt b/data/train/gt_S1E8_frame300.txt new file mode 100644 index 0000000..73eb2d9 --- /dev/null +++ b/data/train/gt_S1E8_frame300.txt @@ -0,0 +1,8 @@ +963, 830, 963, 887, 1233, 887, 1233, 830, concerns +771, 907, 771, 961, 933, 961, 933, 907, sides +807, 826, 807, 884, 921, 884, 921, 826, led +939, 907, 939, 961, 1104, 961, 1104, 907, of the +1110, 907, 1110, 958, 1335, 958, 1335, 907, Channel. +681, 830, 681, 891, 810, 891, 810, 830, has +660, 901, 660, 961, 786, 961, 786, 901, both +570, 911, 570, 965, 648, 965, 648, 911, on diff --git a/data/train/gt_S1E8_frame3300.txt b/data/train/gt_S1E8_frame3300.txt new file mode 100644 index 0000000..1740c45 --- /dev/null +++ b/data/train/gt_S1E8_frame3300.txt @@ -0,0 +1,3 @@ +1014, 907, 1014, 965, 1215, 965, 1215, 907, about? +708, 904, 708, 965, 900, 965, 900, 904, What's +900, 907, 900, 961, 1017, 961, 1017, 907, this diff --git a/data/train/gt_S1E8_frame3350.txt b/data/train/gt_S1E8_frame3350.txt new file mode 100644 index 0000000..d64e81e --- /dev/null +++ b/data/train/gt_S1E8_frame3350.txt @@ -0,0 +1,11 @@ +726, 911, 726, 961, 897, 961, 897, 911, people +642, 830, 642, 887, 831, 887, 831, 830, murder +906, 914, 906, 961, 1056, 961, 1056, 914, want +1170, 833, 1170, 887, 1398, 887, 1398, 833, starters. +1236, 911, 1236, 958, 1404, 958, 1404, 911, o you. +975, 823, 975, 891, 1074, 891, 1074, 823, MP, +519, 830, 519, 891, 633, 891, 633, 830, The +1101, 911, 1101, 958, 1212, 958, 1212, 911, talk +549, 911, 549, 965, 708, 965, 708, 911, lot of +846, 833, 846, 887, 969, 887, 969, 833, of an +1032, 907, 1032, 961, 1125, 961, 1125, 907, to diff --git a/data/train/gt_S1E8_frame3500.txt b/data/train/gt_S1E8_frame3500.txt new file mode 100644 index 0000000..df5db3d --- /dev/null +++ b/data/train/gt_S1E8_frame3500.txt @@ -0,0 +1,4 @@ +777, 911, 777, 965, 981, 965, 981, 911, I go for +1002, 907, 1002, 965, 1125, 965, 1125, 907, piss +645, 907, 645, 965, 756, 965, 756, 907, Can +1125, 904, 1125, 968, 1281, 968, 1281, 904, first? diff --git a/data/train/gt_S1E8_frame3550.txt b/data/train/gt_S1E8_frame3550.txt new file mode 100644 index 0000000..d5e357d --- /dev/null +++ b/data/train/gt_S1E8_frame3550.txt @@ -0,0 +1,4 @@ +816, 907, 816, 968, 1122, 968, 1122, 907, completely +1140, 907, 1140, 961, 1335, 961, 1335, 907, stupid? +708, 911, 708, 961, 828, 961, 828, 911, look +585, 907, 585, 965, 696, 965, 696, 907, Do I diff --git a/data/train/gt_S1E8_frame36900.txt b/data/train/gt_S1E8_frame36900.txt new file mode 100644 index 0000000..f5c5f35 --- /dev/null +++ b/data/train/gt_S1E8_frame36900.txt @@ -0,0 +1 @@ +864, 911, 864, 968, 1053, 968, 1053, 911, What? diff --git a/data/train/gt_S1E8_frame36975.txt b/data/train/gt_S1E8_frame36975.txt new file mode 100644 index 0000000..dcb79a1 --- /dev/null +++ b/data/train/gt_S1E8_frame36975.txt @@ -0,0 +1,5 @@ +972, 918, 972, 961, 1110, 961, 1110, 918, one +726, 911, 726, 961, 891, 961, 891, 911, found +894, 914, 894, 961, 981, 961, 981, 914, no +555, 904, 555, 965, 726, 965, 726, 904, Patrol +1140, 907, 1140, 958, 1314, 958, 1314, 907, her fla diff --git a/data/train/gt_S1E8_frame37200.txt b/data/train/gt_S1E8_frame37200.txt new file mode 100644 index 0000000..4d6d0fc --- /dev/null +++ b/data/train/gt_S1E8_frame37200.txt @@ -0,0 +1,5 @@ +627, 826, 627, 884, 855, 884, 855, 826, Weirdly, +687, 907, 687, 965, 945, 965, 945, 907, remotely +960, 907, 960, 961, 1230, 961, 1230, 907, yesterday +1029, 833, 1029, 887, 1290, 887, 1290, 833, accessed +888, 840, 888, 884, 1020, 884, 1020, 840, was diff --git a/data/train/gt_S1E8_frame37275.txt b/data/train/gt_S1E8_frame37275.txt new file mode 100644 index 0000000..c94fdbb --- /dev/null +++ b/data/train/gt_S1E8_frame37275.txt @@ -0,0 +1,5 @@ +699, 914, 699, 961, 798, 961, 798, 914, her +1188, 914, 1188, 958, 1335, 958, 1335, 914, reset. +810, 907, 810, 958, 1065, 958, 1065, 907, password +579, 907, 579, 961, 693, 961, 693, 907, and +1050, 914, 1050, 965, 1185, 965, 1185, 914, was \ No newline at end of file diff --git a/data/train/gt_S1E8_frame37300.txt b/data/train/gt_S1E8_frame37300.txt new file mode 100644 index 0000000..4def3d0 --- /dev/null +++ b/data/train/gt_S1E8_frame37300.txt @@ -0,0 +1,11 @@ +858, 911, 858, 961, 1035, 961, 1035, 911, works +624, 907, 624, 961, 732, 961, 732, 907, guy +735, 907, 735, 961, 858, 961, 858, 907, who +756, 830, 756, 887, 912, 887, 912, 830, caller +1080, 904, 1080, 965, 1236, 965, 1236, 904, Hotel +1227, 901, 1227, 961, 1455, 961, 1455, 901, Colbert. +1116, 826, 1116, 891, 1365, 891, 1365, 826, annoyed +462, 911, 462, 961, 624, 961, 624, 911, some +636, 830, 636, 887, 753, 887, 753, 830, last +912, 837, 912, 891, 1122, 891, 1122, 837, seemed +534, 830, 534, 891, 648, 891, 648, 830, The diff --git a/data/train/gt_S1E8_frame37400.txt b/data/train/gt_S1E8_frame37400.txt new file mode 100644 index 0000000..860f033 --- /dev/null +++ b/data/train/gt_S1E8_frame37400.txt @@ -0,0 +1,10 @@ +819, 826, 819, 884, 966, 884, 966, 826, there. +729, 911, 729, 958, 1008, 958, 1008, 911, Villeneuve +1062, 837, 1062, 887, 1188, 887, 1188, 837, also +990, 907, 990, 968, 1341, 968, 1341, 907, disappeared. +573, 904, 573, 968, 726, 968, 726, 904, Marie +555, 830, 555, 894, 666, 894, 666, 830, Her +1188, 830, 1188, 891, 1368, 891, 1368, 830, where +657, 840, 657, 891, 750, 891, 750, 840, car +981, 830, 981, 887, 1083, 887, 1083, 830, It’s +762, 837, 762, 891, 825, 891, 825, 837, is diff --git a/data/train/gt_S1E8_frame37575.txt b/data/train/gt_S1E8_frame37575.txt new file mode 100644 index 0000000..919dc04 --- /dev/null +++ b/data/train/gt_S1E8_frame37575.txt @@ -0,0 +1,3 @@ +783, 907, 783, 968, 939, 968, 939, 907, Bring +942, 901, 942, 961, 1059, 961, 1059, 901, him +1056, 907, 1056, 965, 1131, 965, 1131, 907, in diff --git a/data/train/gt_S1E8_frame37600.txt b/data/train/gt_S1E8_frame37600.txt new file mode 100644 index 0000000..d12967b --- /dev/null +++ b/data/train/gt_S1E8_frame37600.txt @@ -0,0 +1,5 @@ +1011, 904, 1011, 958, 1260, 958, 1260, 904, anything. +864, 914, 864, 961, 1008, 961, 1008, 914, think +891, 823, 891, 887, 1056, 887, 1056, 823, think... +702, 904, 702, 965, 873, 965, 873, 904, I don't. +687, 826, 687, 891, 852, 891, 852, 826, Do you diff --git a/data/train/gt_S1E8_frame37700.txt b/data/train/gt_S1E8_frame37700.txt new file mode 100644 index 0000000..39631bc --- /dev/null +++ b/data/train/gt_S1E8_frame37700.txt @@ -0,0 +1,4 @@ +1002, 914, 1002, 961, 1089, 961, 1089, 914, for +858, 911, 858, 961, 987, 961, 987, 911, Elise +732, 907, 732, 961, 855, 961, 855, 907, Find +1080, 914, 1080, 965, 1194, 965, 1194, 914, me. diff --git a/data/train/gt_S1E8_frame39100.txt b/data/train/gt_S1E8_frame39100.txt new file mode 100644 index 0000000..80795a3 --- /dev/null +++ b/data/train/gt_S1E8_frame39100.txt @@ -0,0 +1,7 @@ +1020, 907, 1020, 965, 1272, 965, 1272, 907, Terrorist. +645, 914, 645, 965, 774, 965, 774, 914, with +1002, 837, 1002, 887, 1131, 887, 1131, 837, face +870, 904, 870, 961, 1017, 961, 1017, 904, Truth +813, 833, 813, 887, 936, 887, 936, 833, Face +765, 907, 765, 958, 864, 958, 864, 907, the +915, 833, 915, 887, 1005, 887, 1005, 833, to diff --git a/data/train/gt_S1E8_frame39175.txt b/data/train/gt_S1E8_frame39175.txt new file mode 100644 index 0000000..7bfc76c --- /dev/null +++ b/data/train/gt_S1E8_frame39175.txt @@ -0,0 +1 @@ +735, 904, 735, 965, 1182, 965, 1182, 904, Congratulations. diff --git a/data/train/gt_S1E8_frame39475.txt b/data/train/gt_S1E8_frame39475.txt new file mode 100644 index 0000000..a40994a --- /dev/null +++ b/data/train/gt_S1E8_frame39475.txt @@ -0,0 +1,2 @@ +933, 918, 933, 961, 1071, 961, 1071, 918, over. +846, 911, 846, 965, 936, 965, 936, 911, It's. diff --git a/data/train/gt_S1E8_frame39775.txt b/data/train/gt_S1E8_frame39775.txt new file mode 100644 index 0000000..5c5de79 --- /dev/null +++ b/data/train/gt_S1E8_frame39775.txt @@ -0,0 +1,6 @@ +807, 907, 807, 961, 1029, 961, 1029, 907, annoyed +1236, 911, 1236, 965, 1476, 965, 1476, 911, message. +555, 907, 555, 961, 786, 961, 786, 907, sounded +435, 907, 435, 965, 546, 965, 546, 907, You +1095, 911, 1095, 961, 1236, 961, 1236, 911, your +999, 914, 999, 965, 1101, 965, 1101, 914, in diff --git a/data/train/gt_S1E8_frame39900.txt b/data/train/gt_S1E8_frame39900.txt new file mode 100644 index 0000000..17917d6 --- /dev/null +++ b/data/train/gt_S1E8_frame39900.txt @@ -0,0 +1,4 @@ +936, 907, 936, 965, 1095, 965, 1095, 907, upset +825, 904, 825, 965, 933, 965, 933, 904, had +1095, 904, 1095, 965, 1242, 965, 1242, 904, you? +675, 904, 675, 968, 831, 968, 831, 904, What diff --git a/data/train/gt_S1E8_frame39975.txt b/data/train/gt_S1E8_frame39975.txt new file mode 100644 index 0000000..1f68945 --- /dev/null +++ b/data/train/gt_S1E8_frame39975.txt @@ -0,0 +1,2 @@ +765, 911, 765, 965, 915, 965, 915, 911, What +921, 901, 921, 958, 1158, 958, 1158, 901, attitude? diff --git a/data/train/gt_S1E8_frame40100.txt b/data/train/gt_S1E8_frame40100.txt new file mode 100644 index 0000000..0f517ca --- /dev/null +++ b/data/train/gt_S1E8_frame40100.txt @@ -0,0 +1,3 @@ +876, 820, 876, 877, 1203, 877, 1203, 820, relationship? +729, 830, 729, 894, 888, 894, 888, 830, Your +729, 911, 729, 968, 861, 968, 861, 911, Yeah diff --git a/data/train/gt_S1E8_frame40275.txt b/data/train/gt_S1E8_frame40275.txt new file mode 100644 index 0000000..6faa07c --- /dev/null +++ b/data/train/gt_S1E8_frame40275.txt @@ -0,0 +1,5 @@ +723, 833, 723, 887, 840, 887, 840, 833, look +813, 904, 813, 961, 1089, 961, 1089, 904, arsehole? +858, 823, 858, 887, 966, 887, 966, 823, like +1017, 820, 1017, 884, 1314, 884, 1314, 820, m laughing, +615, 830, 615, 891, 723, 891, 723, 830, Do I diff --git a/data/train/gt_S1E8_frame4050.txt b/data/train/gt_S1E8_frame4050.txt new file mode 100644 index 0000000..bbc08b9 --- /dev/null +++ b/data/train/gt_S1E8_frame4050.txt @@ -0,0 +1,6 @@ +951, 911, 951, 958, 1041, 958, 1041, 911, are +636, 911, 636, 965, 789, 965, 789, 911, These +804, 911, 804, 961, 936, 961, 936, 911, cuffs +1143, 907, 1143, 965, 1281, 965, 1281, 907, tight. +882, 826, 882, 887, 1005, 887, 1005, 826, Shit. +1047, 907, 1047, 955, 1134, 955, 1134, 907, too diff --git a/data/train/gt_S1E8_frame41175.txt b/data/train/gt_S1E8_frame41175.txt new file mode 100644 index 0000000..4a15616 --- /dev/null +++ b/data/train/gt_S1E8_frame41175.txt @@ -0,0 +1,2 @@ +1014, 914, 1014, 958, 1131, 958, 1131, 914, one. +774, 907, 774, 958, 996, 958, 996, 907, “Trust no diff --git a/data/train/gt_S1E8_frame4125.txt b/data/train/gt_S1E8_frame4125.txt new file mode 100644 index 0000000..8b2b617 --- /dev/null +++ b/data/train/gt_S1E8_frame4125.txt @@ -0,0 +1,6 @@ +672, 914, 672, 961, 801, 961, 801, 914, sort +1215, 911, 1215, 968, 1377, 968, 1377, 911, Move. +534, 904, 534, 958, 672, 958, 672, 904, We'll +804, 907, 804, 965, 942, 965, 942, 907, them +987, 911, 987, 961, 1107, 961, 1107, 911, the +1074, 914, 1074, 968, 1203, 968, 1203, 914, car. diff --git a/data/train/gt_S1E8_frame41875.txt b/data/train/gt_S1E8_frame41875.txt new file mode 100644 index 0000000..2d280f2 --- /dev/null +++ b/data/train/gt_S1E8_frame41875.txt @@ -0,0 +1,5 @@ +1023, 907, 1023, 955, 1353, 955, 1353, 907, succeeded? +912, 914, 912, 965, 1020, 965, 1020, 914, I've +666, 911, 666, 961, 774, 961, 774, 911, you +570, 911, 570, 965, 654, 965, 654, 911, Do +765, 907, 765, 961, 924, 961, 924, 907, think diff --git a/data/train/gt_S1E8_frame42125.txt b/data/train/gt_S1E8_frame42125.txt new file mode 100644 index 0000000..4f94e24 --- /dev/null +++ b/data/train/gt_S1E8_frame42125.txt @@ -0,0 +1,4 @@ +777, 907, 777, 968, 963, 968, 963, 907, already +1110, 911, 1110, 968, 1332, 968, 1332, 911, I believe. +972, 911, 972, 965, 1089, 965, 1089, 911, met +585, 907, 585, 965, 777, 965, 777, 907, You've diff --git a/data/train/gt_S1E8_frame42200.txt b/data/train/gt_S1E8_frame42200.txt new file mode 100644 index 0000000..8fa309c --- /dev/null +++ b/data/train/gt_S1E8_frame42200.txt @@ -0,0 +1 @@ +909, 904, 909, 965, 996, 965, 996, 904, Hi. diff --git a/data/train/gt_S1E8_frame42325.txt b/data/train/gt_S1E8_frame42325.txt new file mode 100644 index 0000000..8c68acd --- /dev/null +++ b/data/train/gt_S1E8_frame42325.txt @@ -0,0 +1,8 @@ +672, 823, 672, 884, 849, 884, 849, 823, Skilful +1068, 823, 1068, 887, 1260, 887, 1260, 823, hands +1005, 911, 1005, 965, 1125, 965, 1125, 911, than +702, 907, 702, 961, 861, 961, 861, 907, more +1146, 918, 1146, 961, 1257, 961, 1257, 918, one. +861, 911, 861, 961, 1011, 961, 1011, 911, ways +975, 830, 975, 887, 1080, 887, 1080, 830, her +843, 826, 843, 891, 969, 891, 969, 826, with diff --git a/data/train/gt_S1E8_frame42425.txt b/data/train/gt_S1E8_frame42425.txt new file mode 100644 index 0000000..fa30c72 --- /dev/null +++ b/data/train/gt_S1E8_frame42425.txt @@ -0,0 +1,3 @@ +738, 907, 738, 972, 1029, 972, 1029, 907, privatising +1035, 914, 1035, 968, 1260, 968, 1260, 914, Romane. +642, 907, 642, 968, 750, 968, 750, 907, I'm diff --git a/data/train/gt_S1E8_frame42550.txt b/data/train/gt_S1E8_frame42550.txt new file mode 100644 index 0000000..5c260d2 --- /dev/null +++ b/data/train/gt_S1E8_frame42550.txt @@ -0,0 +1,5 @@ +636, 904, 636, 965, 828, 965, 828, 904, though +1245, 914, 1245, 968, 1410, 968, 1410, 914, rugby. +492, 914, 492, 961, 627, 961, 627, 914, even +834, 911, 834, 961, 939, 961, 939, 911, she +945, 914, 945, 965, 1239, 965, 1239, 914, can't stand diff --git a/data/train/gt_S1E8_frame42600.txt b/data/train/gt_S1E8_frame42600.txt new file mode 100644 index 0000000..06aeb8a --- /dev/null +++ b/data/train/gt_S1E8_frame42600.txt @@ -0,0 +1,13 @@ +951, 830, 951, 887, 1113, 887, 1113, 830, I need +747, 914, 747, 965, 897, 965, 897, 914, know +909, 904, 909, 958, 1089, 958, 1089, 904, where +1176, 830, 1176, 887, 1275, 887, 1275, 830, kill +600, 826, 600, 880, 735, 880, 735, 826, leact +825, 826, 825, 891, 936, 891, 936, 826, day +735, 830, 735, 891, 843, 891, 843, 830, the +1134, 911, 1134, 968, 1227, 968, 1227, 911, go. +675, 901, 675, 961, 756, 961, 756, 901, I'll +1089, 830, 1089, 887, 1179, 887, 1179, 830, to +1266, 837, 1266, 887, 1389, 887, 1389, 837, you, +525, 830, 525, 887, 606, 887, 606, 830, At +1065, 907, 1065, 961, 1152, 961, 1152, 907, to diff --git a/data/train/gt_S1E8_frame42825.txt b/data/train/gt_S1E8_frame42825.txt new file mode 100644 index 0000000..28d5554 --- /dev/null +++ b/data/train/gt_S1E8_frame42825.txt @@ -0,0 +1,2 @@ +960, 918, 960, 965, 1161, 965, 1161, 918, not you. +750, 904, 750, 965, 936, 965, 936, 904, So it’s diff --git a/data/train/gt_S1E8_frame42925.txt b/data/train/gt_S1E8_frame42925.txt new file mode 100644 index 0000000..58dbb16 --- /dev/null +++ b/data/train/gt_S1E8_frame42925.txt @@ -0,0 +1,3 @@ +633, 911, 633, 965, 792, 965, 792, 911, Teach +801, 911, 801, 968, 1023, 968, 1023, 911, society +1053, 914, 1053, 965, 1245, 965, 1245, 914, lesson. diff --git a/data/train/gt_S1E8_frame43025.txt b/data/train/gt_S1E8_frame43025.txt new file mode 100644 index 0000000..012a41f --- /dev/null +++ b/data/train/gt_S1E8_frame43025.txt @@ -0,0 +1,3 @@ +732, 911, 732, 961, 888, 961, 888, 911, ..and +888, 911, 888, 961, 1029, 961, 1029, 911, what +1023, 907, 1023, 965, 1188, 965, 1188, 907, then? diff --git a/data/train/gt_S1E8_frame43050.txt b/data/train/gt_S1E8_frame43050.txt new file mode 100644 index 0000000..2763bda --- /dev/null +++ b/data/train/gt_S1E8_frame43050.txt @@ -0,0 +1,5 @@ +714, 911, 714, 961, 849, 961, 849, 911, what +966, 911, 966, 968, 1131, 968, 1131, 911, doing +1131, 904, 1131, 961, 1299, 961, 1299, 904, here? +624, 914, 624, 965, 699, 965, 699, 914, So +849, 907, 849, 961, 963, 961, 963, 907, am I diff --git a/data/train/gt_S1E8_frame43150.txt b/data/train/gt_S1E8_frame43150.txt new file mode 100644 index 0000000..b175845 --- /dev/null +++ b/data/train/gt_S1E8_frame43150.txt @@ -0,0 +1,9 @@ +558, 904, 558, 961, 780, 961, 780, 904, or you'll +774, 911, 774, 961, 948, 961, 948, 911, vanish +1209, 914, 1209, 968, 1365, 968, 1365, 914, trace. +957, 911, 957, 958, 1206, 958, 1206, 911, without a +801, 830, 801, 894, 960, 894, 960, 830, doing +954, 833, 954, 887, 1077, 887, 1077, 833, just +618, 830, 618, 891, 756, 891, 756, 830, You'r +1158, 837, 1158, 894, 1296, 894, 1296, 837, I say, +1056, 837, 1056, 887, 1155, 887, 1155, 837, as diff --git a/data/train/gt_S1E8_frame43225.txt b/data/train/gt_S1E8_frame43225.txt new file mode 100644 index 0000000..397a9d6 --- /dev/null +++ b/data/train/gt_S1E8_frame43225.txt @@ -0,0 +1,7 @@ +780, 830, 780, 887, 945, 887, 945, 830, Fabien +603, 830, 603, 887, 759, 887, 759, 830, When +969, 826, 969, 891, 1170, 891, 1170, 826, Vincent +969, 907, 969, 965, 1143, 965, 1143, 907, frame +759, 907, 759, 965, 876, 965, 876, 907, into +876, 904, 876, 965, 987, 965, 987, 904, the +1161, 837, 1161, 880, 1317, 880, 1317, 837, came diff --git a/data/train/gt_S1E8_frame43275.txt b/data/train/gt_S1E8_frame43275.txt new file mode 100644 index 0000000..e8c73a4 --- /dev/null +++ b/data/train/gt_S1E8_frame43275.txt @@ -0,0 +1,5 @@ +609, 907, 609, 961, 786, 961, 786, 907, agreed +504, 918, 504, 965, 600, 965, 600, 918, We +801, 914, 801, 958, 924, 958, 924, 914, not +1179, 911, 1179, 968, 1404, 968, 1404, 911, Peloton. +858, 907, 858, 961, 1185, 961, 1185, 907, to mention diff --git a/data/train/gt_S1E8_frame43400.txt b/data/train/gt_S1E8_frame43400.txt new file mode 100644 index 0000000..306c603 --- /dev/null +++ b/data/train/gt_S1E8_frame43400.txt @@ -0,0 +1,8 @@ +516, 830, 516, 891, 711, 891, 711, 830, People +1197, 826, 1197, 877, 1380, 877, 1380, 826, Peloton +708, 833, 708, 887, 837, 887, 837, 833, who +1059, 911, 1059, 961, 1218, 961, 1218, 911, trains +804, 914, 804, 961, 948, 961, 948, 914, up u +1014, 826, 1014, 877, 1188, 877, 1188, 826, about +690, 911, 690, 961, 798, 961, 798, 911, end +834, 833, 834, 884, 990, 884, 990, 833, let sli diff --git a/data/train/gt_S1E8_frame43475.txt b/data/train/gt_S1E8_frame43475.txt new file mode 100644 index 0000000..d1538d9 --- /dev/null +++ b/data/train/gt_S1E8_frame43475.txt @@ -0,0 +1,6 @@ +939, 823, 939, 880, 1182, 880, 1182, 823, detained +1197, 823, 1197, 877, 1374, 877, 1374, 823, Fabien +840, 830, 840, 884, 948, 884, 948, 830, had +576, 833, 576, 887, 696, 887, 696, 833, The +864, 911, 864, 961, 1080, 961, 1080, 911, agreed. +699, 823, 699, 887, 837, 887, 837, 823, DCRI diff --git a/data/train/gt_S1E8_frame43550.txt b/data/train/gt_S1E8_frame43550.txt new file mode 100644 index 0000000..4796bc9 --- /dev/null +++ b/data/train/gt_S1E8_frame43550.txt @@ -0,0 +1,5 @@ +1077, 907, 1077, 958, 1314, 958, 1314, 907, problem. +597, 907, 597, 965, 708, 965, 708, 907, Yes, +981, 914, 981, 961, 1110, 961, 1110, 914, our +726, 904, 726, 961, 822, 961, 822, 904, but +822, 904, 822, 965, 972, 965, 972, 904, that's diff --git a/data/train/gt_S1E8_frame43725.txt b/data/train/gt_S1E8_frame43725.txt new file mode 100644 index 0000000..6977ca2 --- /dev/null +++ b/data/train/gt_S1E8_frame43725.txt @@ -0,0 +1,4 @@ +828, 904, 828, 958, 1113, 958, 1113, 904, intelligence +1113, 907, 1113, 958, 1386, 958, 1386, 907, Service... +663, 911, 663, 961, 807, 961, 807, 911, Joint +549, 907, 549, 965, 663, 965, 663, 907, The diff --git a/data/train/gt_S1E8_frame43775.txt b/data/train/gt_S1E8_frame43775.txt new file mode 100644 index 0000000..23e43e7 --- /dev/null +++ b/data/train/gt_S1E8_frame43775.txt @@ -0,0 +1,6 @@ +1047, 911, 1047, 958, 1320, 958, 1320, 911, security. +876, 904, 876, 961, 1059, 961, 1059, 904, British +621, 907, 621, 958, 801, 958, 801, 907, issues +906, 826, 906, 887, 1140, 887, 1140, 826, remit is +783, 833, 783, 891, 936, 891, 936, 833, Their +798, 911, 798, 965, 873, 965, 873, 911, of \ No newline at end of file diff --git a/data/train/gt_S1E8_frame44450.txt b/data/train/gt_S1E8_frame44450.txt new file mode 100644 index 0000000..5cc0697 --- /dev/null +++ b/data/train/gt_S1E8_frame44450.txt @@ -0,0 +1,8 @@ +984, 907, 984, 968, 1137, 968, 1137, 907, bring +876, 907, 876, 961, 993, 961, 993, 907, you +1224, 904, 1224, 958, 1398, 958, 1398, 904, here? +1137, 907, 1137, 958, 1248, 958, 1248, 907, me +528, 907, 528, 965, 780, 965, 780, 907, then why +765, 907, 765, 961, 876, 961, 876, 907, did +750, 826, 750, 891, 972, 891, 972, 826, If you're +963, 837, 963, 891, 1080, 891, 1080, 837, not diff --git a/data/train/gt_S1E8_frame44600.txt b/data/train/gt_S1E8_frame44600.txt new file mode 100644 index 0000000..d6e411f --- /dev/null +++ b/data/train/gt_S1E8_frame44600.txt @@ -0,0 +1,10 @@ +1143, 914, 1143, 968, 1308, 968, 1308, 914, hours. +897, 904, 897, 968, 1059, 968, 1059, 904, within +753, 911, 753, 961, 888, 961, 888, 911, dead +1092, 830, 1092, 891, 1284, 891, 1284, 830, prison, +897, 833, 897, 897, 1092, 897, 1092, 833, French +1056, 904, 1056, 965, 1140, 965, 1140, 904, 24 +603, 901, 603, 965, 690, 965, 690, 901, I'll +702, 837, 702, 897, 789, 897, 789, 837, go +666, 911, 666, 965, 756, 965, 756, 911, be +774, 830, 774, 891, 894, 891, 894, 830, to a diff --git a/data/train/gt_S1E8_frame44700.txt b/data/train/gt_S1E8_frame44700.txt new file mode 100644 index 0000000..435117d --- /dev/null +++ b/data/train/gt_S1E8_frame44700.txt @@ -0,0 +1,4 @@ +846, 911, 846, 961, 948, 961, 948, 911, will +1032, 911, 1032, 965, 1194, 965, 1194, 911, them +945, 911, 945, 958, 1029, 958, 1029, 911, tell +726, 907, 726, 965, 846, 965, 846, 907, You diff --git a/data/train/gt_S1E8_frame44725.txt b/data/train/gt_S1E8_frame44725.txt new file mode 100644 index 0000000..7bd8c2d --- /dev/null +++ b/data/train/gt_S1E8_frame44725.txt @@ -0,0 +1,9 @@ +774, 911, 774, 968, 1038, 968, 1038, 911, terrorism, +669, 830, 669, 887, 789, 887, 789, 830, that +1032, 830, 1032, 891, 1254, 891, 1254, 830, interest +819, 833, 819, 887, 954, 887, 954, 833, have +1209, 904, 1209, 961, 1362, 961, 1362, 904, truth. +1050, 914, 1050, 961, 1128, 961, 1128, 914, Or +1107, 911, 1107, 961, 1212, 961, 1212, 911, the +591, 907, 591, 961, 789, 961, 789, 907, either +942, 833, 942, 891, 1056, 891, 1056, 833, not diff --git a/data/train/gt_S1E8_frame44900.txt b/data/train/gt_S1E8_frame44900.txt new file mode 100644 index 0000000..bbc0a30 --- /dev/null +++ b/data/train/gt_S1E8_frame44900.txt @@ -0,0 +1,4 @@ +912, 911, 912, 965, 1092, 965, 1092, 911, believe +777, 911, 777, 961, 897, 961, 897, 911, you +702, 911, 702, 965, 783, 965, 783, 911, Do +1083, 911, 1083, 965, 1224, 965, 1224, 911, me? diff --git a/data/train/gt_S1E8_frame44950.txt b/data/train/gt_S1E8_frame44950.txt new file mode 100644 index 0000000..e1ea1c1 --- /dev/null +++ b/data/train/gt_S1E8_frame44950.txt @@ -0,0 +1 @@ +897, 914, 897, 972, 1020, 972, 1020, 914, Yes. diff --git a/data/train/gt_S1E8_frame4500.txt b/data/train/gt_S1E8_frame4500.txt new file mode 100644 index 0000000..ae57dfd --- /dev/null +++ b/data/train/gt_S1E8_frame4500.txt @@ -0,0 +1,3 @@ +846, 907, 846, 961, 1095, 961, 1095, 907, or you're +684, 907, 684, 965, 831, 965, 831, 907, Drive, +1092, 907, 1092, 958, 1236, 958, 1236, 907, dead. diff --git a/data/train/gt_S1E8_frame45000.txt b/data/train/gt_S1E8_frame45000.txt new file mode 100644 index 0000000..e3b40e5 --- /dev/null +++ b/data/train/gt_S1E8_frame45000.txt @@ -0,0 +1,5 @@ +1026, 911, 1026, 958, 1176, 958, 1176, 911, acted +783, 911, 783, 965, 942, 965, 942, 911, knew +579, 904, 579, 965, 798, 965, 798, 904, I always +1170, 907, 1170, 961, 1341, 961, 1341, 907, alone. +948, 904, 948, 958, 1035, 958, 1035, 904, TT diff --git a/data/train/gt_S1E8_frame45125.txt b/data/train/gt_S1E8_frame45125.txt new file mode 100644 index 0000000..4031224 --- /dev/null +++ b/data/train/gt_S1E8_frame45125.txt @@ -0,0 +1,3 @@ +909, 914, 909, 965, 1047, 965, 1047, 914, clean +702, 911, 702, 965, 882, 965, 882, 911, I want a +1059, 911, 1059, 965, 1215, 965, 1215, 911, sheet. diff --git a/data/train/gt_S1E8_frame45200.txt b/data/train/gt_S1E8_frame45200.txt new file mode 100644 index 0000000..069fb64 --- /dev/null +++ b/data/train/gt_S1E8_frame45200.txt @@ -0,0 +1,11 @@ +615, 907, 615, 968, 846, 968, 846, 907, working +1206, 830, 1206, 887, 1311, 887, 1311, 830, will +840, 911, 840, 961, 978, 961, 978, 911, with +984, 826, 984, 891, 1215, 891, 1215, 826, Romane +642, 826, 642, 891, 852, 891, 852, 826, from no +969, 907, 969, 961, 1068, 961, 1068, 907, me +513, 826, 513, 887, 645, 887, 645, 826, And +1155, 907, 1155, 965, 1287, 965, 1287, 907, time. +1062, 897, 1062, 961, 1164, 961, 1164, 897, full +1314, 833, 1314, 887, 1398, 887, 1398, 833, be +903, 837, 903, 891, 990, 891, 990, 837, on diff --git a/data/train/gt_S1E8_frame45300.txt b/data/train/gt_S1E8_frame45300.txt new file mode 100644 index 0000000..fa89fbf --- /dev/null +++ b/data/train/gt_S1E8_frame45300.txt @@ -0,0 +1,2 @@ +678, 911, 678, 965, 891, 965, 891, 911, Do you +870, 904, 870, 965, 1236, 965, 1236, 904, understand? diff --git a/data/train/gt_S1E8_frame45350.txt b/data/train/gt_S1E8_frame45350.txt new file mode 100644 index 0000000..bb08993 --- /dev/null +++ b/data/train/gt_S1E8_frame45350.txt @@ -0,0 +1,5 @@ +717, 911, 717, 961, 837, 961, 837, 911, stall +900, 911, 900, 961, 1056, 961, 1056, 911, query +525, 904, 525, 975, 699, 975, 699, 904, If they +1056, 911, 1056, 965, 1206, 965, 1206, 911, these +1218, 911, 1218, 961, 1383, 961, 1383, 911, terms. diff --git a/data/train/gt_S1E8_frame45450.txt b/data/train/gt_S1E8_frame45450.txt new file mode 100644 index 0000000..3b9f834 --- /dev/null +++ b/data/train/gt_S1E8_frame45450.txt @@ -0,0 +1,4 @@ +639, 907, 639, 965, 882, 965, 882, 907, casually +894, 911, 894, 965, 1095, 965, 1095, 911, mention +1110, 907, 1110, 965, 1356, 965, 1356, 907, “Peloton” +534, 904, 534, 965, 654, 965, 654, 904, just diff --git a/data/train/gt_S1E8_frame45575.txt b/data/train/gt_S1E8_frame45575.txt new file mode 100644 index 0000000..8b373fb --- /dev/null +++ b/data/train/gt_S1E8_frame45575.txt @@ -0,0 +1,2 @@ +942, 907, 942, 965, 1179, 965, 1179, 907, Peloton? +744, 904, 744, 965, 927, 965, 927, 904, What's diff --git a/data/train/gt_S1E8_frame46550.txt b/data/train/gt_S1E8_frame46550.txt new file mode 100644 index 0000000..0905610 --- /dev/null +++ b/data/train/gt_S1E8_frame46550.txt @@ -0,0 +1,4 @@ +714, 911, 714, 965, 819, 965, 819, 911, Get +828, 907, 828, 961, 984, 961, 984, 907, under +984, 907, 984, 958, 1080, 958, 1080, 907, the +1080, 907, 1080, 961, 1203, 961, 1203, 907, bed. diff --git a/data/train/gt_S1E8_frame46600.txt b/data/train/gt_S1E8_frame46600.txt new file mode 100644 index 0000000..fbf9dbc --- /dev/null +++ b/data/train/gt_S1E8_frame46600.txt @@ -0,0 +1,5 @@ +906, 904, 906, 958, 1017, 958, 1017, 904, gun. +1119, 914, 1119, 958, 1251, 958, 1251, 914, over. +663, 907, 663, 965, 795, 965, 795, 907, Drop +807, 911, 807, 961, 894, 961, 894, 911, the +1023, 907, 1023, 958, 1119, 958, 1119, 907, It's diff --git a/data/train/gt_S1E8_frame4675.txt b/data/train/gt_S1E8_frame4675.txt new file mode 100644 index 0000000..bcc0194 --- /dev/null +++ b/data/train/gt_S1E8_frame4675.txt @@ -0,0 +1,9 @@ +1011, 911, 1011, 961, 1230, 961, 1230, 911, hostage +636, 830, 636, 884, 876, 884, 876, 830, escaped. +690, 907, 690, 961, 906, 961, 906, 907, He's got +1245, 826, 1245, 880, 1392, 880, 1392, 826, down, +891, 911, 891, 958, 1011, 958, 1011, 911, Loïc +513, 830, 513, 884, 651, 884, 651, 830, He's +894, 833, 894, 891, 1011, 891, 1011, 833, Two +1011, 833, 1011, 880, 1146, 880, 1146, 833, men +1110, 840, 1110, 891, 1230, 891, 1230, 840, are diff --git a/data/train/gt_S1E8_frame46800.txt b/data/train/gt_S1E8_frame46800.txt new file mode 100644 index 0000000..a83e2c0 --- /dev/null +++ b/data/train/gt_S1E8_frame46800.txt @@ -0,0 +1,4 @@ +954, 901, 954, 958, 1050, 958, 1050, 901, the +711, 907, 711, 965, 873, 965, 873, 907, Down +870, 907, 870, 958, 966, 958, 966, 907, on +1050, 911, 1050, 965, 1191, 965, 1191, 911, floor. diff --git a/data/train/gt_S1E8_frame47100.txt b/data/train/gt_S1E8_frame47100.txt new file mode 100644 index 0000000..ad575d9 --- /dev/null +++ b/data/train/gt_S1E8_frame47100.txt @@ -0,0 +1,5 @@ +810, 907, 810, 965, 1026, 965, 1026, 907, prayers, +666, 911, 666, 961, 795, 961, 795, 911, your +1017, 911, 1017, 961, 1134, 961, 1134, 911, you +549, 911, 549, 968, 663, 968, 663, 911, Say +1149, 911, 1149, 961, 1347, 961, 1347, 911, bastard. diff --git a/data/train/gt_S1E8_frame48300.txt b/data/train/gt_S1E8_frame48300.txt new file mode 100644 index 0000000..dfcce93 --- /dev/null +++ b/data/train/gt_S1E8_frame48300.txt @@ -0,0 +1,2 @@ +831, 907, 831, 965, 978, 965, 978, 907, I'll go +966, 911, 966, 965, 1110, 965, 1110, 911, first. diff --git a/data/train/gt_S1E8_frame4875.txt b/data/train/gt_S1E8_frame4875.txt new file mode 100644 index 0000000..72c2935 --- /dev/null +++ b/data/train/gt_S1E8_frame4875.txt @@ -0,0 +1,4 @@ +846, 901, 846, 965, 999, 965, 999, 901, block +669, 901, 669, 972, 837, 972, 837, 901, Quick, +1104, 907, 1104, 961, 1236, 961, 1236, 907, road. +1008, 904, 1008, 961, 1107, 961, 1107, 904, the diff --git a/data/train/gt_S1E8_frame49250.txt b/data/train/gt_S1E8_frame49250.txt new file mode 100644 index 0000000..afe9dc5 --- /dev/null +++ b/data/train/gt_S1E8_frame49250.txt @@ -0,0 +1,3 @@ +879, 918, 879, 961, 1014, 961, 1014, 918, were +1020, 911, 1020, 972, 1176, 972, 1176, 911, they? +729, 907, 729, 968, 879, 968, 879, 907, Who. diff --git a/data/train/gt_S1E8_frame49325.txt b/data/train/gt_S1E8_frame49325.txt new file mode 100644 index 0000000..928ea7f --- /dev/null +++ b/data/train/gt_S1E8_frame49325.txt @@ -0,0 +1,3 @@ +936, 911, 936, 968, 1077, 968, 1077, 911, drug +672, 901, 672, 968, 942, 968, 942, 901, Marseille +1089, 907, 1089, 961, 1212, 961, 1212, 907, clan. diff --git a/data/train/gt_S1E8_frame49375.txt b/data/train/gt_S1E8_frame49375.txt new file mode 100644 index 0000000..1b3285a --- /dev/null +++ b/data/train/gt_S1E8_frame49375.txt @@ -0,0 +1,4 @@ +1233, 911, 1233, 965, 1401, 965, 1401, 911, them. +513, 907, 513, 975, 651, 975, 651, 907, They +834, 904, 834, 965, 1242, 965, 1242, 904, double-crossed +660, 911, 660, 965, 807, 965, 807, 911, think diff --git a/data/train/gt_S1E8_frame49525.txt b/data/train/gt_S1E8_frame49525.txt new file mode 100644 index 0000000..1870bc4 --- /dev/null +++ b/data/train/gt_S1E8_frame49525.txt @@ -0,0 +1,7 @@ +1266, 907, 1266, 958, 1431, 958, 1431, 907, while. +756, 914, 756, 961, 900, 961, 900, 914, been +903, 914, 903, 961, 1053, 961, 1053, 914, after +471, 907, 471, 972, 627, 972, 627, 907, They +1137, 911, 1137, 961, 1257, 961, 1257, 911, for a +633, 907, 633, 965, 762, 965, 762, 907, have +1023, 911, 1023, 961, 1137, 961, 1137, 911, me diff --git a/data/train/gt_S1E8_frame49675.txt b/data/train/gt_S1E8_frame49675.txt new file mode 100644 index 0000000..fb29977 --- /dev/null +++ b/data/train/gt_S1E8_frame49675.txt @@ -0,0 +1,3 @@ +951, 911, 951, 961, 1224, 961, 1224, 911, surprising +684, 904, 684, 961, 849, 961, 849, 904, That's +852, 911, 852, 951, 963, 951, 963, 911, not diff --git a/data/train/gt_S1E8_frame49700.txt b/data/train/gt_S1E8_frame49700.txt new file mode 100644 index 0000000..4e2a7f1 --- /dev/null +++ b/data/train/gt_S1E8_frame49700.txt @@ -0,0 +1,4 @@ +579, 911, 579, 961, 750, 961, 750, 911, You've +1065, 907, 1065, 951, 1347, 951, 1347, 907, of enemies. +759, 911, 759, 955, 915, 955, 915, 911, made +963, 911, 963, 951, 1041, 951, 1041, 911, lot diff --git a/data/train/gt_S1E8_frame5025.txt b/data/train/gt_S1E8_frame5025.txt new file mode 100644 index 0000000..27f99f3 --- /dev/null +++ b/data/train/gt_S1E8_frame5025.txt @@ -0,0 +1,5 @@ +777, 911, 777, 968, 1122, 968, 1122, 911, e’s not joking +885, 830, 885, 884, 1017, 884, 1017, 830, Tell +717, 833, 717, 887, 855, 887, 855, 833, Go o +1017, 826, 1017, 884, 1176, 884, 1176, 826, them. +1140, 914, 1140, 965, 1233, 965, 1233, 914, Sir. diff --git a/data/train/gt_S1E8_frame50675.txt b/data/train/gt_S1E8_frame50675.txt new file mode 100644 index 0000000..18f4e5a --- /dev/null +++ b/data/train/gt_S1E8_frame50675.txt @@ -0,0 +1,3 @@ +969, 904, 969, 965, 1221, 965, 1221, 904, Peloton? +855, 911, 855, 961, 972, 961, 972, 911, was +699, 907, 699, 965, 843, 965, 843, 907, What diff --git a/data/train/gt_S1E8_frame50900.txt b/data/train/gt_S1E8_frame50900.txt new file mode 100644 index 0000000..1729fbe --- /dev/null +++ b/data/train/gt_S1E8_frame50900.txt @@ -0,0 +1,4 @@ +969, 904, 969, 958, 1191, 958, 1191, 904, project.. +945, 823, 945, 884, 1209, 884, 1209, 823, operation, +747, 907, 747, 961, 921, 961, 921, 907, group, +741, 833, 741, 891, 879, 891, 879, 833, was diff --git a/data/train/gt_S1E8_frame51050.txt b/data/train/gt_S1E8_frame51050.txt new file mode 100644 index 0000000..027ebc1 --- /dev/null +++ b/data/train/gt_S1E8_frame51050.txt @@ -0,0 +1,3 @@ +807, 907, 807, 961, 1047, 961, 1047, 907, scattered +663, 907, 663, 965, 804, 965, 804, 907, Just +1053, 911, 1053, 955, 1233, 955, 1233, 911, assets diff --git a/data/train/gt_S1E8_frame51150.txt b/data/train/gt_S1E8_frame51150.txt new file mode 100644 index 0000000..4216fe3 --- /dev/null +++ b/data/train/gt_S1E8_frame51150.txt @@ -0,0 +1,5 @@ +897, 914, 897, 961, 1020, 961, 1020, 914, keep +708, 907, 708, 961, 828, 961, 828, 907, plan +1038, 914, 1038, 961, 1254, 961, 1254, 914, stability. +810, 907, 810, 961, 897, 961, 897, 907, to +642, 911, 642, 972, 729, 972, 729, 911, A diff --git a/data/train/gt_S1E8_frame51350.txt b/data/train/gt_S1E8_frame51350.txt new file mode 100644 index 0000000..351be96 --- /dev/null +++ b/data/train/gt_S1E8_frame51350.txt @@ -0,0 +1,4 @@ +999, 907, 999, 951, 1080, 951, 1080, 907, the +1098, 897, 1098, 955, 1233, 955, 1233, 897, UK... +780, 907, 780, 955, 930, 955, 930, 907, riots +924, 911, 924, 955, 990, 955, 990, 911, in diff --git a/data/train/gt_S1E8_frame51525.txt b/data/train/gt_S1E8_frame51525.txt new file mode 100644 index 0000000..5af8ef1 --- /dev/null +++ b/data/train/gt_S1E8_frame51525.txt @@ -0,0 +1,5 @@ +945, 830, 945, 887, 1182, 887, 1182, 830, watched. +588, 911, 588, 958, 711, 958, 711, 911, with +714, 901, 714, 948, 1011, 948, 1011, 901, their veto on +1056, 901, 1056, 948, 1272, 948, 1272, 901, their laps +801, 833, 801, 880, 939, 880, 939, 833, t and diff --git a/data/train/gt_S1E8_frame51600.txt b/data/train/gt_S1E8_frame51600.txt new file mode 100644 index 0000000..dd2e1c7 --- /dev/null +++ b/data/train/gt_S1E8_frame51600.txt @@ -0,0 +1,3 @@ +960, 823, 960, 884, 1152, 884, 1152, 823, illegal? +798, 911, 798, 965, 981, 965, 981, 911, Covert. +825, 833, 825, 894, 960, 894, 960, 833, was diff --git a/data/train/gt_S1E8_frame51650.txt b/data/train/gt_S1E8_frame51650.txt new file mode 100644 index 0000000..97225a9 --- /dev/null +++ b/data/train/gt_S1E8_frame51650.txt @@ -0,0 +1,7 @@ +795, 911, 795, 958, 915, 958, 915, 911, they +666, 911, 666, 961, 786, 961, 786, 911, why +1209, 911, 1209, 965, 1323, 965, 1323, 911, like +1035, 911, 1035, 961, 1206, 961, 1206, 911, people +1317, 918, 1317, 968, 1425, 968, 1425, 918, me. +918, 914, 918, 958, 1017, 958, 1017, 914, use +492, 904, 492, 958, 663, 958, 663, 904, That's diff --git a/data/train/gt_S1E8_frame51700.txt b/data/train/gt_S1E8_frame51700.txt new file mode 100644 index 0000000..63a4f58 --- /dev/null +++ b/data/train/gt_S1E8_frame51700.txt @@ -0,0 +1,3 @@ +738, 911, 738, 965, 864, 965, 864, 911, They +882, 918, 882, 958, 975, 958, 975, 918, can +984, 911, 984, 955, 1134, 955, 1134, 911, deny diff --git a/data/train/gt_S1E8_frame5175.txt b/data/train/gt_S1E8_frame5175.txt new file mode 100644 index 0000000..bfa51b9 --- /dev/null +++ b/data/train/gt_S1E8_frame5175.txt @@ -0,0 +1,9 @@ +693, 904, 693, 961, 855, 961, 855, 904, give +906, 826, 906, 887, 1092, 887, 1092, 826, should +1056, 907, 1056, 958, 1239, 958, 1239, 907, I would +1173, 830, 1173, 887, 1335, 887, 1335, 830, ready +582, 830, 582, 887, 741, 887, 741, 830, Your +1098, 826, 1098, 887, 1185, 887, 1185, 826, be +714, 823, 714, 887, 909, 887, 909, 823, officer. +939, 901, 939, 961, 1044, 961, 1044, 901, life. +843, 907, 843, 958, 936, 958, 936, 907, his diff --git a/data/train/gt_S1E8_frame52075.txt b/data/train/gt_S1E8_frame52075.txt new file mode 100644 index 0000000..9a893b8 --- /dev/null +++ b/data/train/gt_S1E8_frame52075.txt @@ -0,0 +1,6 @@ +735, 914, 735, 961, 918, 961, 918, 914, pushed +933, 830, 933, 887, 1146, 887, 1146, 830, Joubert +780, 830, 780, 887, 921, 887, 921, 830, Alain +927, 907, 927, 955, 1104, 955, 1104, 907, under +606, 918, 606, 961, 717, 961, 717, 918, was +1137, 914, 1137, 965, 1293, 965, 1293, 914, train.. diff --git a/data/train/gt_S1E8_frame52125.txt b/data/train/gt_S1E8_frame52125.txt new file mode 100644 index 0000000..53fa163 --- /dev/null +++ b/data/train/gt_S1E8_frame52125.txt @@ -0,0 +1,3 @@ +933, 907, 933, 965, 1197, 965, 1197, 907, involved? +723, 907, 723, 961, 849, 961, 849, 907, Was +855, 907, 855, 955, 936, 955, 936, 907, he diff --git a/data/train/gt_S1E8_frame52175.txt b/data/train/gt_S1E8_frame52175.txt new file mode 100644 index 0000000..02e5267 --- /dev/null +++ b/data/train/gt_S1E8_frame52175.txt @@ -0,0 +1,2 @@ +717, 907, 717, 961, 888, 961, 888, 907, Money +909, 907, 909, 958, 1200, 958, 1200, 907, laundering. diff --git a/data/train/gt_S1E8_frame52225.txt b/data/train/gt_S1E8_frame52225.txt new file mode 100644 index 0000000..c17517f --- /dev/null +++ b/data/train/gt_S1E8_frame52225.txt @@ -0,0 +1,7 @@ +939, 907, 939, 965, 1122, 965, 1122, 907, fingers +540, 907, 540, 961, 720, 961, 720, 907, But he +723, 904, 723, 961, 834, 961, 834, 904, had +831, 907, 831, 965, 927, 965, 927, 907, his +1191, 907, 1191, 958, 1281, 958, 1281, 907, the +1284, 901, 1284, 958, 1371, 958, 1371, 901, till. +1107, 907, 1107, 958, 1188, 958, 1188, 907, in diff --git a/data/train/gt_S1E8_frame52250.txt b/data/train/gt_S1E8_frame52250.txt new file mode 100644 index 0000000..a58bb3e --- /dev/null +++ b/data/train/gt_S1E8_frame52250.txt @@ -0,0 +1,6 @@ +972, 907, 972, 958, 1113, 958, 1113, 907, go to +1215, 914, 1215, 965, 1383, 965, 1383, 914, press. +609, 904, 609, 965, 900, 965, 900, 904, threatened +1110, 911, 1110, 961, 1212, 961, 1212, 911, the +885, 911, 885, 968, 984, 968, 984, 911, to +522, 907, 522, 958, 609, 958, 609, 907, He diff --git a/data/train/gt_S1E8_frame52375.txt b/data/train/gt_S1E8_frame52375.txt new file mode 100644 index 0000000..81b7a84 --- /dev/null +++ b/data/train/gt_S1E8_frame52375.txt @@ -0,0 +1,5 @@ +1215, 918, 1215, 972, 1383, 972, 1383, 918, thing, +528, 911, 528, 961, 801, 961, 801, 911, As alwavs +804, 911, 804, 955, 933, 955, 933, 911, with +927, 907, 927, 955, 1032, 955, 1032, 907, this +1047, 907, 1047, 955, 1158, 955, 1158, 907, kind diff --git a/data/train/gt_S1E8_frame52425.txt b/data/train/gt_S1E8_frame52425.txt new file mode 100644 index 0000000..57db03d --- /dev/null +++ b/data/train/gt_S1E8_frame52425.txt @@ -0,0 +1,4 @@ +768, 907, 768, 958, 954, 958, 954, 907, agents +1119, 914, 1119, 958, 1278, 958, 1278, 914, more.. +963, 911, 963, 955, 1077, 955, 1077, 911, had +615, 914, 615, 961, 762, 961, 762, 914, some diff --git a/data/train/gt_S1E8_frame52475.txt b/data/train/gt_S1E8_frame52475.txt new file mode 100644 index 0000000..168cefd --- /dev/null +++ b/data/train/gt_S1E8_frame52475.txt @@ -0,0 +1,4 @@ +912, 823, 912, 884, 1251, 884, 1251, 823, interpretation +660, 833, 660, 887, 891, 887, 891, 833, ...robust +972, 911, 972, 958, 1131, 958, 1131, 911, brief. +813, 904, 813, 955, 975, 955, 975, 904, of the diff --git a/data/train/gt_S1E8_frame52775.txt b/data/train/gt_S1E8_frame52775.txt new file mode 100644 index 0000000..a78c869 --- /dev/null +++ b/data/train/gt_S1E8_frame52775.txt @@ -0,0 +1,8 @@ +1113, 911, 1113, 961, 1242, 961, 1242, 911, now. +831, 911, 831, 961, 996, 961, 996, 911, f your. +753, 837, 753, 887, 885, 887, 885, 837, least +672, 907, 672, 961, 822, 961, 822, 907, part o +885, 826, 885, 887, 1122, 887, 1122, 826, Romane +975, 907, 975, 958, 1116, 958, 1116, 907, deal +678, 833, 678, 887, 756, 887, 756, 833, At +1104, 830, 1104, 891, 1242, 891, 1242, 830, isn't diff --git a/data/train/gt_S1E8_frame52850.txt b/data/train/gt_S1E8_frame52850.txt new file mode 100644 index 0000000..9a8aa9c --- /dev/null +++ b/data/train/gt_S1E8_frame52850.txt @@ -0,0 +1,2 @@ +1008, 911, 1008, 965, 1155, 965, 1155, 911, heart. +804, 904, 804, 961, 1002, 961, 1002, 904, ou’re all diff --git a/data/train/gt_S1E8_frame52875.txt b/data/train/gt_S1E8_frame52875.txt new file mode 100644 index 0000000..88cd0b2 --- /dev/null +++ b/data/train/gt_S1E8_frame52875.txt @@ -0,0 +1,4 @@ +927, 911, 927, 961, 1035, 961, 1035, 911, you +840, 911, 840, 965, 927, 965, 927, 911, do +696, 911, 696, 965, 840, 965, 840, 911, What +1029, 907, 1029, 961, 1224, 961, 1224, 907, mean? diff --git a/data/train/gt_S1E8_frame52900.txt b/data/train/gt_S1E8_frame52900.txt new file mode 100644 index 0000000..d339f7d --- /dev/null +++ b/data/train/gt_S1E8_frame52900.txt @@ -0,0 +1,4 @@ +672, 907, 672, 965, 897, 965, 897, 907, Respect +900, 911, 900, 961, 996, 961, 996, 911, for +1092, 904, 1092, 958, 1236, 958, 1236, 904, dead. +987, 911, 987, 961, 1086, 961, 1086, 911, the diff --git a/data/train/gt_S1E8_frame53025.txt b/data/train/gt_S1E8_frame53025.txt new file mode 100644 index 0000000..ba303d4 --- /dev/null +++ b/data/train/gt_S1E8_frame53025.txt @@ -0,0 +1,7 @@ +885, 914, 885, 961, 1086, 961, 1086, 914, servant +504, 907, 504, 965, 654, 965, 654, 907, Says +753, 907, 753, 961, 882, 961, 882, 907, loyal +1254, 911, 1254, 961, 1401, 961, 1401, 911, state. +1158, 911, 1158, 961, 1254, 961, 1254, 911, the +1077, 914, 1077, 961, 1164, 961, 1164, 914, of +660, 904, 660, 955, 753, 955, 753, 904, the diff --git a/data/train/gt_S1E8_frame53100.txt b/data/train/gt_S1E8_frame53100.txt new file mode 100644 index 0000000..c3e02dc --- /dev/null +++ b/data/train/gt_S1E8_frame53100.txt @@ -0,0 +1,5 @@ +510, 904, 510, 968, 687, 968, 687, 904, Happy +1215, 907, 1215, 965, 1395, 965, 1395, 907, prison. +762, 911, 762, 958, 897, 958, 897, 911, your +891, 907, 891, 968, 1206, 968, 1206, 907, institutional +687, 914, 687, 965, 771, 965, 771, 914, in diff --git a/data/train/gt_S1E8_frame53150.txt b/data/train/gt_S1E8_frame53150.txt new file mode 100644 index 0000000..43693cb --- /dev/null +++ b/data/train/gt_S1E8_frame53150.txt @@ -0,0 +1,4 @@ +903, 907, 903, 961, 1092, 961, 1092, 907, prison +1146, 911, 1146, 961, 1248, 961, 1248, 911, me. +756, 907, 756, 958, 894, 958, 894, 907, not a +669, 907, 669, 958, 756, 958, 756, 907, It's diff --git a/data/train/gt_S1E8_frame53225.txt b/data/train/gt_S1E8_frame53225.txt new file mode 100644 index 0000000..6e7b7a6 --- /dev/null +++ b/data/train/gt_S1E8_frame53225.txt @@ -0,0 +1,10 @@ +486, 830, 486, 887, 621, 887, 621, 830, Well, +1191, 823, 1191, 880, 1419, 880, 1419, 823, freedom, +876, 911, 876, 958, 984, 958, 984, 911, and +627, 823, 627, 894, 795, 894, 795, 823, if you +708, 911, 708, 965, 882, 965, 882, 911, come +981, 907, 981, 961, 1095, 961, 1095, 907, find +906, 830, 906, 891, 1080, 891, 1080, 830, want +789, 840, 789, 887, 912, 887, 912, 840, ever +1041, 830, 1041, 891, 1188, 891, 1188, 830, your +1098, 907, 1098, 961, 1197, 961, 1197, 907, me. diff --git a/data/train/gt_S1E8_frame53375.txt b/data/train/gt_S1E8_frame53375.txt new file mode 100644 index 0000000..679dd82 --- /dev/null +++ b/data/train/gt_S1E8_frame53375.txt @@ -0,0 +1,5 @@ +1101, 907, 1101, 965, 1224, 965, 1224, 907, bed. +696, 904, 696, 951, 1077, 951, 1077, 904, incompatible i +699, 833, 699, 884, 966, 884, 966, 833, I suspect +1098, 837, 1098, 891, 1209, 891, 1209, 837, not +930, 840, 930, 887, 1068, 887, 1068, 840, we diff --git a/data/train/gt_S1E8_frame5625.txt b/data/train/gt_S1E8_frame5625.txt new file mode 100644 index 0000000..71cd2c3 --- /dev/null +++ b/data/train/gt_S1E8_frame5625.txt @@ -0,0 +1 @@ +885, 904, 885, 958, 1032, 958, 1032, 904, Elise! diff --git a/data/train/gt_S1E8_frame5725.txt b/data/train/gt_S1E8_frame5725.txt new file mode 100644 index 0000000..d9dc189 --- /dev/null +++ b/data/train/gt_S1E8_frame5725.txt @@ -0,0 +1,7 @@ +957, 907, 957, 961, 1191, 961, 1191, 907, hostage! +693, 826, 693, 887, 849, 887, 849, 826, Elise! +852, 823, 852, 887, 987, 887, 987, 823, Hold +1110, 826, 1110, 887, 1236, 887, 1236, 826, fire! +975, 833, 975, 891, 1113, 891, 1113, 833, your. +816, 904, 816, 961, 921, 961, 921, 904, has +720, 904, 720, 961, 807, 961, 807, 904, He diff --git a/data/train/gt_S1E8_frame59325.txt b/data/train/gt_S1E8_frame59325.txt new file mode 100644 index 0000000..129cd7d --- /dev/null +++ b/data/train/gt_S1E8_frame59325.txt @@ -0,0 +1,6 @@ +768, 904, 768, 961, 882, 961, 882, 904, got +888, 907, 888, 958, 996, 958, 996, 907, Gael +1167, 907, 1167, 958, 1332, 958, 1332, 907, cells? +585, 907, 585, 965, 780, 965, 780, 907, You've +1068, 907, 1068, 965, 1167, 965, 1167, 907, the +1005, 904, 1005, 965, 1071, 965, 1071, 904, in diff --git a/data/train/gt_S1E8_frame59375.txt b/data/train/gt_S1E8_frame59375.txt new file mode 100644 index 0000000..058f8e7 --- /dev/null +++ b/data/train/gt_S1E8_frame59375.txt @@ -0,0 +1 @@ +855, 911, 855, 968, 1056, 968, 1056, 911, Listen... diff --git a/data/train/gt_S1E8_frame59875.txt b/data/train/gt_S1E8_frame59875.txt new file mode 100644 index 0000000..f41de31 --- /dev/null +++ b/data/train/gt_S1E8_frame59875.txt @@ -0,0 +1,7 @@ +1020, 911, 1020, 965, 1170, 965, 1170, 911, shag +864, 907, 864, 958, 1020, 958, 1020, 907, quick +861, 833, 861, 887, 1095, 887, 1095, 833, another +591, 830, 591, 894, 798, 894, 798, 830, Picking +1092, 830, 1092, 887, 1332, 887, 1332, 830, stranger +708, 904, 708, 968, 849, 968, 849, 904, for a +786, 837, 786, 894, 894, 894, 894, 837, up diff --git a/data/train/gt_S1E8_frame60175.txt b/data/train/gt_S1E8_frame60175.txt new file mode 100644 index 0000000..1438120 --- /dev/null +++ b/data/train/gt_S1E8_frame60175.txt @@ -0,0 +1,3 @@ +891, 897, 891, 955, 1029, 955, 1029, 897, liked +765, 907, 765, 965, 882, 965, 882, 907, You +1014, 904, 1014, 958, 1152, 958, 1152, 904, me? diff --git a/data/train/gt_S1E8_frame60225.txt b/data/train/gt_S1E8_frame60225.txt new file mode 100644 index 0000000..2fc34ac --- /dev/null +++ b/data/train/gt_S1E8_frame60225.txt @@ -0,0 +1,4 @@ +549, 911, 549, 965, 687, 965, 687, 911, I was +1185, 911, 1185, 965, 1386, 965, 1386, 911, orders. +678, 907, 678, 961, 846, 961, 846, 907, just a +828, 911, 828, 965, 1179, 965, 1179, 911, waiter taking diff --git a/data/train/gt_S1E8_frame60275.txt b/data/train/gt_S1E8_frame60275.txt new file mode 100644 index 0000000..f32cb4a --- /dev/null +++ b/data/train/gt_S1E8_frame60275.txt @@ -0,0 +1,4 @@ +975, 911, 975, 961, 1089, 961, 1089, 911, you +849, 911, 849, 965, 969, 965, 969, 911, how +1083, 904, 1083, 958, 1185, 958, 1185, 904, did +687, 901, 687, 965, 843, 965, 843, 901, I liked diff --git a/data/train/gt_S1E8_frame60400.txt b/data/train/gt_S1E8_frame60400.txt new file mode 100644 index 0000000..0377080 --- /dev/null +++ b/data/train/gt_S1E8_frame60400.txt @@ -0,0 +1,7 @@ +1023, 907, 1023, 958, 1173, 958, 1173, 907, used +840, 907, 840, 968, 1023, 968, 1023, 907, getting +693, 911, 693, 958, 822, 958, 822, 911, were +582, 907, 582, 961, 690, 961, 690, 907, you +1164, 914, 1164, 961, 1254, 961, 1254, 914, to +846, 823, 846, 894, 1086, 894, 1086, 823, I thought +1221, 914, 1221, 965, 1335, 965, 1335, 914, me. \ No newline at end of file diff --git a/data/train/gt_S1E8_frame60575.txt b/data/train/gt_S1E8_frame60575.txt new file mode 100644 index 0000000..7fe4a95 --- /dev/null +++ b/data/train/gt_S1E8_frame60575.txt @@ -0,0 +1 @@ +885, 914, 885, 968, 1023, 968, 1023, 914, Ever. diff --git a/data/train/gt_S1E8_frame60650.txt b/data/train/gt_S1E8_frame60650.txt new file mode 100644 index 0000000..94730ae --- /dev/null +++ b/data/train/gt_S1E8_frame60650.txt @@ -0,0 +1,3 @@ +1041, 911, 1041, 965, 1251, 965, 1251, 911, change. +816, 914, 816, 961, 1029, 961, 1029, 914, t want to +672, 911, 672, 968, 843, 968, 843, 911, | don't diff --git a/data/train/gt_S1E8_frame60700.txt b/data/train/gt_S1E8_frame60700.txt new file mode 100644 index 0000000..9074111 --- /dev/null +++ b/data/train/gt_S1E8_frame60700.txt @@ -0,0 +1 @@ +909, 904, 909, 961, 1008, 961, 1008, 904, OK. diff --git a/data/train/gt_S1E8_frame60825.txt b/data/train/gt_S1E8_frame60825.txt new file mode 100644 index 0000000..484b4f7 --- /dev/null +++ b/data/train/gt_S1E8_frame60825.txt @@ -0,0 +1,3 @@ +993, 911, 993, 961, 1152, 961, 1152, 911, now? +903, 907, 903, 961, 1002, 961, 1002, 907, I go +765, 907, 765, 965, 879, 965, 879, 907, Can diff --git a/data/train/gt_S1E9_frame15025.txt b/data/train/gt_S1E9_frame15025.txt new file mode 100644 index 0000000..a77fdfb --- /dev/null +++ b/data/train/gt_S1E9_frame15025.txt @@ -0,0 +1,10 @@ +822, 833, 822, 884, 1047, 884, 1047, 833, released +1023, 907, 1023, 961, 1185, 961, 1185, 907, April +810, 907, 810, 961, 987, 961, 987, 907, house +1188, 830, 1188, 891, 1302, 891, 1302, 830, 000 +1044, 823, 1044, 880, 1206, 880, 1206, 823, £250, +576, 907, 576, 972, 711, 972, 711, 907, from +627, 830, 627, 894, 729, 894, 729, 830, OK, +1194, 904, 1194, 961, 1326, 961, 1326, 904, 2005, +735, 830, 735, 891, 828, 891, 828, 830, he +720, 901, 720, 958, 804, 958, 804, 901, his diff --git a/data/train/gt_S1E9_frame15100.txt b/data/train/gt_S1E9_frame15100.txt new file mode 100644 index 0000000..8ca7296 --- /dev/null +++ b/data/train/gt_S1E9_frame15100.txt @@ -0,0 +1,12 @@ +840, 914, 840, 961, 1086, 961, 1086, 914, tranches +549, 826, 549, 887, 729, 887, 729, 826, which +1098, 918, 1098, 961, 1248, 961, 1248, 918, over a +810, 833, 810, 887, 930, 887, 930, 833, then +924, 833, 924, 891, 1077, 891, 1077, 833, drew +1266, 911, 1266, 961, 1407, 961, 1407, 911, year. +513, 901, 513, 961, 753, 961, 753, 901, 15K and +711, 833, 711, 891, 807, 891, 807, 833, the +1251, 830, 1251, 891, 1365, 891, 1365, 830, 10K, +1068, 833, 1068, 884, 1170, 884, 1170, 833, out +1170, 833, 1170, 887, 1230, 887, 1230, 833, in +714, 907, 714, 961, 858, 961, 858, 907, 20K diff --git a/data/train/gt_S1E9_frame15200.txt b/data/train/gt_S1E9_frame15200.txt new file mode 100644 index 0000000..7d41af8 --- /dev/null +++ b/data/train/gt_S1E9_frame15200.txt @@ -0,0 +1,5 @@ +825, 914, 825, 961, 957, 961, 957, 914, cash. +1047, 914, 1047, 958, 1242, 958, 1242, 914, course. +675, 904, 675, 958, 750, 958, 750, 904, All +960, 914, 960, 961, 1038, 961, 1038, 914, of +756, 907, 756, 961, 846, 961, 846, 907, in diff --git a/data/train/gt_S1E9_frame15375.txt b/data/train/gt_S1E9_frame15375.txt new file mode 100644 index 0000000..1575d91 --- /dev/null +++ b/data/train/gt_S1E9_frame15375.txt @@ -0,0 +1,3 @@ +834, 911, 834, 958, 996, 958, 996, 911, need +1014, 911, 1014, 961, 1182, 961, 1182, 911, name. +729, 914, 729, 968, 834, 968, 834, 914, We diff --git a/data/train/gt_S1E9_frame17100.txt b/data/train/gt_S1E9_frame17100.txt new file mode 100644 index 0000000..6aa6b3a --- /dev/null +++ b/data/train/gt_S1E9_frame17100.txt @@ -0,0 +1,5 @@ +651, 907, 651, 961, 870, 961, 870, 907, Ashton +864, 907, 864, 961, 1077, 961, 1077, 907, without +675, 833, 675, 891, 810, 891, 810, 833, Yes... +1059, 904, 1059, 958, 1182, 958, 1182, 904, the +1176, 904, 1176, 958, 1275, 958, 1275, 904, "h" diff --git a/data/train/gt_S1E9_frame17150.txt b/data/train/gt_S1E9_frame17150.txt new file mode 100644 index 0000000..b3542bb --- /dev/null +++ b/data/train/gt_S1E9_frame17150.txt @@ -0,0 +1,3 @@ +1143, 911, 1143, 965, 1287, 965, 1287, 911, typo. +627, 904, 627, 965, 795, 965, 795, 904, You'd +792, 911, 792, 961, 1122, 961, 1122, 911, think it was a diff --git a/data/train/gt_S1E9_frame17225.txt b/data/train/gt_S1E9_frame17225.txt new file mode 100644 index 0000000..03fd2a6 --- /dev/null +++ b/data/train/gt_S1E9_frame17225.txt @@ -0,0 +1,5 @@ +1143, 911, 1143, 961, 1401, 961, 1401, 911, accounts. +693, 911, 693, 958, 840, 958, 840, 911, not t +867, 914, 867, 958, 1038, 958, 1038, 914, one of +516, 907, 516, 961, 663, 961, 663, 907, But it +1047, 907, 1047, 955, 1134, 955, 1134, 907, his diff --git a/data/train/gt_S1E9_frame17350.txt b/data/train/gt_S1E9_frame17350.txt new file mode 100644 index 0000000..58cf372 --- /dev/null +++ b/data/train/gt_S1E9_frame17350.txt @@ -0,0 +1,2 @@ +897, 904, 897, 968, 1050, 968, 1050, 904, Look. +903, 823, 903, 891, 1011, 891, 1011, 823, OK. diff --git a/data/train/gt_S1E9_frame17375.txt b/data/train/gt_S1E9_frame17375.txt new file mode 100644 index 0000000..31616f9 --- /dev/null +++ b/data/train/gt_S1E9_frame17375.txt @@ -0,0 +1,5 @@ +552, 907, 552, 961, 705, 961, 705, 907, When +1113, 914, 1113, 961, 1377, 961, 1377, 914, accounts, +705, 911, 705, 961, 798, 961, 798, 911, we +957, 911, 957, 961, 1095, 961, 1095, 911, these +795, 911, 795, 961, 936, 961, 936, 911, trace diff --git a/data/train/gt_S1E9_frame17450.txt b/data/train/gt_S1E9_frame17450.txt new file mode 100644 index 0000000..58249a9 --- /dev/null +++ b/data/train/gt_S1E9_frame17450.txt @@ -0,0 +1,6 @@ +999, 907, 999, 965, 1347, 965, 1347, 907, to recipients +801, 837, 801, 887, 900, 887, 900, 837, bet +885, 833, 885, 887, 1020, 887, 1020, 833, we'll +723, 911, 723, 965, 999, 965, 999, 911, f transfers +1026, 830, 1026, 891, 1158, 891, 1158, 830, find +585, 911, 585, 961, 696, 961, 696, 911, lots diff --git a/data/train/gt_S1E9_frame17525.txt b/data/train/gt_S1E9_frame17525.txt new file mode 100644 index 0000000..d0e10f2 --- /dev/null +++ b/data/train/gt_S1E9_frame17525.txt @@ -0,0 +1,8 @@ +771, 911, 771, 965, 948, 965, 948, 911, Kieran +942, 907, 942, 965, 1143, 965, 1143, 907, Ashton +1158, 830, 1158, 887, 1347, 887, 1347, 830, similar +570, 830, 570, 887, 759, 887, 759, 830, whose +759, 833, 759, 887, 942, 887, 942, 833, names +912, 833, 912, 891, 1041, 891, 1041, 833, are +1023, 843, 1023, 904, 1155, 904, 1155, 843, very +693, 907, 693, 965, 789, 965, 789, 907, to diff --git a/data/train/gt_S1E9_frame17600.txt b/data/train/gt_S1E9_frame17600.txt new file mode 100644 index 0000000..e5eeb93 --- /dev/null +++ b/data/train/gt_S1E9_frame17600.txt @@ -0,0 +1,5 @@ +1113, 914, 1113, 961, 1263, 961, 1263, 914, nd so +876, 904, 876, 965, 1065, 965, 1065, 904, Dalton +531, 907, 531, 965, 711, 965, 711, 907, Aston, +702, 904, 702, 968, 879, 968, 879, 904, Alton, +1248, 921, 1248, 965, 1374, 965, 1374, 921, on... diff --git a/data/train/gt_S1E9_frame17700.txt b/data/train/gt_S1E9_frame17700.txt new file mode 100644 index 0000000..7d56d36 --- /dev/null +++ b/data/train/gt_S1E9_frame17700.txt @@ -0,0 +1 @@ +885, 918, 885, 972, 1017, 972, 1017, 918, So... diff --git a/data/train/gt_S1E9_frame19725.txt b/data/train/gt_S1E9_frame19725.txt new file mode 100644 index 0000000..998a4a6 --- /dev/null +++ b/data/train/gt_S1E9_frame19725.txt @@ -0,0 +1 @@ +882, 897, 882, 965, 1044, 965, 1044, 897, Well? diff --git a/data/train/gt_S1E9_frame19750.txt b/data/train/gt_S1E9_frame19750.txt new file mode 100644 index 0000000..f5c1c23 --- /dev/null +++ b/data/train/gt_S1E9_frame19750.txt @@ -0,0 +1,6 @@ +582, 826, 582, 887, 840, 887, 840, 826, Ashton's +963, 907, 963, 958, 1215, 958, 1215, 907, accounts. +972, 833, 972, 887, 1101, 887, 1101, 833, went +1110, 826, 1110, 887, 1332, 887, 1332, 826, through +747, 907, 747, 958, 933, 958, 933, 907, least 30 +819, 830, 819, 891, 969, 891, 969, 830, cash diff --git a/data/train/gt_S1E9_frame19800.txt b/data/train/gt_S1E9_frame19800.txt new file mode 100644 index 0000000..31a6ff8 --- /dev/null +++ b/data/train/gt_S1E9_frame19800.txt @@ -0,0 +1,8 @@ +927, 911, 927, 968, 1086, 968, 1086, 911, being +783, 816, 783, 891, 993, 891, 993, 816, I finally +1104, 911, 1104, 958, 1239, 958, 1239, 911, used. +681, 820, 681, 891, 795, 891, 795, 820, But +990, 830, 990, 891, 1140, 891, 1140, 830, have +816, 904, 816, 958, 933, 958, 933, 904, still +666, 897, 666, 955, 828, 955, 828, 897, that's +1107, 837, 1107, 891, 1236, 891, 1236, 837, one diff --git a/data/train/gt_S1E9_frame19900.txt b/data/train/gt_S1E9_frame19900.txt new file mode 100644 index 0000000..5a86d8c --- /dev/null +++ b/data/train/gt_S1E9_frame19900.txt @@ -0,0 +1,9 @@ +1218, 830, 1218, 891, 1395, 891, 1395, 830, driving +1119, 911, 1119, 958, 1281, 958, 1281, 911, in that name. H +498, 904, 498, 965, 708, 965, 708, 904, licence +717, 830, 717, 891, 900, 891, 900, 830, Chuks +942, 830, 942, 887, 1092, 887, 1092, 830, look +1290, 914, 1290, 965, 1419, 965, 1419, 914, one. +690, 907, 690, 965, 1104, 965, 1104, 907, found +501, 826, 501, 891, 708, 891, 708, 826, I asked +1071, 833, 1071, 891, 1185, 891, 1185, 833, for diff --git a/data/train/gt_S1E9_frame20075.txt b/data/train/gt_S1E9_frame20075.txt new file mode 100644 index 0000000..d9edec4 --- /dev/null +++ b/data/train/gt_S1E9_frame20075.txt @@ -0,0 +1,8 @@ +882, 911, 882, 968, 1020, 968, 1020, 911, copy +1164, 914, 1164, 965, 1353, 965, 1353, 914, Chuks. +732, 914, 732, 961, 879, 961, 879, 914, email +1020, 911, 1020, 965, 1158, 965, 1158, 911, from +996, 830, 996, 884, 1191, 884, 1191, 830, waiting +564, 907, 564, 961, 720, 961, 720, 907, for an +720, 833, 720, 891, 882, 891, 882, 833, We're +879, 830, 879, 887, 999, 887, 999, 830, just diff --git a/data/train/gt_S1E9_frame9825.txt b/data/train/gt_S1E9_frame9825.txt new file mode 100644 index 0000000..bbdd9c5 --- /dev/null +++ b/data/train/gt_S1E9_frame9825.txt @@ -0,0 +1,4 @@ +930, 907, 930, 961, 1098, 961, 1098, 907, found +717, 897, 717, 958, 819, 958, 819, 897, OK. +825, 907, 825, 961, 924, 961, 924, 907, I've +1089, 914, 1089, 965, 1197, 965, 1197, 914, her. diff --git a/data/train/gt_S1E9_frame9925.txt b/data/train/gt_S1E9_frame9925.txt new file mode 100644 index 0000000..82a1bc3 --- /dev/null +++ b/data/train/gt_S1E9_frame9925.txt @@ -0,0 +1,3 @@ +885, 911, 885, 961, 1089, 961, 1089, 911, spoken +621, 914, 621, 965, 888, 965, 888, 914, Have you +1146, 907, 1146, 961, 1284, 961, 1284, 907, her? diff --git a/data/train/gt_frame15000.txt b/data/train/gt_frame15000.txt new file mode 100644 index 0000000..40d8961 --- /dev/null +++ b/data/train/gt_frame15000.txt @@ -0,0 +1,6 @@ +1041, 938, 1041, 975, 1140, 975, 1140, 938, doing +1152, 934, 1152, 972, 1260, 972, 1260, 934, Uncle? +843, 931, 843, 965, 951, 965, 951, 931, think +645, 931, 645, 968, 759, 968, 759, 931, What +933, 934, 933, 968, 1041, 968, 1041, 934, you're +744, 928, 744, 961, 864, 961, 864, 928, do you diff --git a/data/train/gt_frame15025.txt b/data/train/gt_frame15025.txt new file mode 100644 index 0000000..40d8961 --- /dev/null +++ b/data/train/gt_frame15025.txt @@ -0,0 +1,6 @@ +1041, 938, 1041, 975, 1140, 975, 1140, 938, doing +1152, 934, 1152, 972, 1260, 972, 1260, 934, Uncle? +843, 931, 843, 965, 951, 965, 951, 931, think +645, 931, 645, 968, 759, 968, 759, 931, What +933, 934, 933, 968, 1041, 968, 1041, 934, you're +744, 928, 744, 961, 864, 961, 864, 928, do you diff --git a/data/train/gt_frame15075.txt b/data/train/gt_frame15075.txt new file mode 100644 index 0000000..0f4cd7e --- /dev/null +++ b/data/train/gt_frame15075.txt @@ -0,0 +1 @@ +897, 934, 897, 978, 1017, 978, 1017, 934, Sitting. diff --git a/data/train/gt_frame15100.txt b/data/train/gt_frame15100.txt new file mode 100644 index 0000000..1dc38a2 --- /dev/null +++ b/data/train/gt_frame15100.txt @@ -0,0 +1,6 @@ +1164, 938, 1164, 975, 1251, 975, 1251, 938, day +1095, 934, 1095, 972, 1170, 972, 1170, 934, one +915, 934, 915, 972, 1017, 972, 1017, 934, be my +681, 931, 681, 965, 798, 965, 798, 931, This cco +1005, 934, 1005, 968, 1095, 968, 1095, 934, chair +792, 931, 792, 965, 912, 965, 912, 931, uld well \ No newline at end of file diff --git a/data/train/gt_frame15125.txt b/data/train/gt_frame15125.txt new file mode 100644 index 0000000..7c27ea0 --- /dev/null +++ b/data/train/gt_frame15125.txt @@ -0,0 +1,6 @@ +1164, 938, 1164, 975, 1251, 975, 1251, 938, day +1095, 934, 1095, 972, 1170, 972, 1170, 934, one +915, 934, 915, 972, 1017, 972, 1017, 934, be my +681, 931, 681, 965, 798, 965, 798, 931, This cco +1005, 934, 1005, 968, 1095, 968, 1095, 934, chair +792, 931, 792, 965, 912, 965, 912, 931, uld well diff --git a/data/train/gt_frame15150.txt b/data/train/gt_frame15150.txt new file mode 100644 index 0000000..7c27ea0 --- /dev/null +++ b/data/train/gt_frame15150.txt @@ -0,0 +1,6 @@ +1164, 938, 1164, 975, 1251, 975, 1251, 938, day +1095, 934, 1095, 972, 1170, 972, 1170, 934, one +915, 934, 915, 972, 1017, 972, 1017, 934, be my +681, 931, 681, 965, 798, 965, 798, 931, This cco +1005, 934, 1005, 968, 1095, 968, 1095, 934, chair +792, 931, 792, 965, 912, 965, 912, 931, uld well diff --git a/data/train/gt_frame15250.txt b/data/train/gt_frame15250.txt new file mode 100644 index 0000000..fa38ea8 --- /dev/null +++ b/data/train/gt_frame15250.txt @@ -0,0 +1,6 @@ +1164, 934, 1164, 972, 1248, 972, 1248, 934, age. +981, 931, 981, 968, 1101, 968, 1101, 931, o court +855, 931, 855, 968, 960, 968, 960, 931, come +747, 928, 747, 965, 858, 965, 858, 928, haven't +672, 931, 672, 968, 741, 968, 741, 931, You +1080, 931, 1080, 968, 1179, 968, 1179, 931, in an diff --git a/data/train/gt_frame15275.txt b/data/train/gt_frame15275.txt new file mode 100644 index 0000000..fa38ea8 --- /dev/null +++ b/data/train/gt_frame15275.txt @@ -0,0 +1,6 @@ +1164, 934, 1164, 972, 1248, 972, 1248, 934, age. +981, 931, 981, 968, 1101, 968, 1101, 931, o court +855, 931, 855, 968, 960, 968, 960, 931, come +747, 928, 747, 965, 858, 965, 858, 928, haven't +672, 931, 672, 968, 741, 968, 741, 931, You +1080, 931, 1080, 968, 1179, 968, 1179, 931, in an diff --git a/data/train/gt_frame15350.txt b/data/train/gt_frame15350.txt new file mode 100644 index 0000000..dddcbcf --- /dev/null +++ b/data/train/gt_frame15350.txt @@ -0,0 +1,4 @@ +1065, 928, 1065, 972, 1188, 972, 1188, 928, boring +726, 931, 726, 975, 834, 975, 834, 931, Court +921, 928, 921, 965, 1065, 965, 1065, 928, dreadfully +837, 934, 837, 968, 930, 968, 930, 934, is so d diff --git a/data/train/gt_frame15375.txt b/data/train/gt_frame15375.txt new file mode 100644 index 0000000..8dc30da --- /dev/null +++ b/data/train/gt_frame15375.txt @@ -0,0 +1,4 @@ +1065, 928, 1065, 972, 1188, 972, 1188, 928, boring +726, 931, 726, 975, 834, 975, 834, 931, Court +921, 928, 921, 965, 1065, 965, 1065, 928, dreadfully +837, 934, 837, 968, 930, 968, 930, 934, is so d \ No newline at end of file diff --git a/data/train/gt_frame15450.txt b/data/train/gt_frame15450.txt new file mode 100644 index 0000000..f552ed7 --- /dev/null +++ b/data/train/gt_frame15450.txt @@ -0,0 +1,4 @@ +900, 934, 900, 972, 987, 972, 987, 934, come +735, 931, 735, 972, 831, 972, 831, 931, Then +999, 931, 999, 972, 1092, 972, 1092, 931, back a +813, 938, 813, 972, 900, 972, 900, 938, why diff --git a/data/train/gt_frame15475.txt b/data/train/gt_frame15475.txt new file mode 100644 index 0000000..f552ed7 --- /dev/null +++ b/data/train/gt_frame15475.txt @@ -0,0 +1,4 @@ +900, 934, 900, 972, 987, 972, 987, 934, come +735, 931, 735, 972, 831, 972, 831, 931, Then +999, 931, 999, 972, 1092, 972, 1092, 931, back a +813, 938, 813, 972, 900, 972, 900, 938, why diff --git a/data/train/gt_frame15500.txt b/data/train/gt_frame15500.txt new file mode 100644 index 0000000..d841fdc --- /dev/null +++ b/data/train/gt_frame15500.txt @@ -0,0 +1,7 @@ +570, 931, 570, 972, 702, 972, 702, 931, ard your +876, 931, 876, 972, 993, 972, 993, 931, hosting +1308, 931, 1308, 968, 1404, 968, 1404, 931, honor +1020, 931, 1020, 965, 1155, 965, 1155, 931, tournament in +696, 931, 696, 968, 804, 968, 804, 931, father +795, 934, 795, 972, 876, 972, 876, 934, was +1194, 934, 1194, 972, 1302, 972, 1302, 934, t in my diff --git a/data/train/gt_frame15525.txt b/data/train/gt_frame15525.txt new file mode 100644 index 0000000..51b47aa --- /dev/null +++ b/data/train/gt_frame15525.txt @@ -0,0 +1,7 @@ +570, 931, 570, 972, 702, 972, 702, 931, ard your +876, 931, 876, 972, 993, 972, 993, 931, hosting +1308, 931, 1308, 968, 1404, 968, 1404, 931, honor +1020, 931, 1020, 965, 1155, 965, 1155, 931, tournament in +696, 931, 696, 968, 804, 968, 804, 931, father +795, 934, 795, 972, 876, 972, 876, 934, was +1194, 934, 1194, 972, 1302, 972, 1302, 934, t in my \ No newline at end of file diff --git a/data/train/gt_frame15550.txt b/data/train/gt_frame15550.txt new file mode 100644 index 0000000..51b47aa --- /dev/null +++ b/data/train/gt_frame15550.txt @@ -0,0 +1,7 @@ +570, 931, 570, 972, 702, 972, 702, 931, ard your +876, 931, 876, 972, 993, 972, 993, 931, hosting +1308, 931, 1308, 968, 1404, 968, 1404, 931, honor +1020, 931, 1020, 965, 1155, 965, 1155, 931, tournament in +696, 931, 696, 968, 804, 968, 804, 931, father +795, 934, 795, 972, 876, 972, 876, 934, was +1194, 934, 1194, 972, 1302, 972, 1302, 934, t in my \ No newline at end of file diff --git a/data/train/gt_frame15575.txt b/data/train/gt_frame15575.txt new file mode 100644 index 0000000..51b47aa --- /dev/null +++ b/data/train/gt_frame15575.txt @@ -0,0 +1,7 @@ +570, 931, 570, 972, 702, 972, 702, 931, ard your +876, 931, 876, 972, 993, 972, 993, 931, hosting +1308, 931, 1308, 968, 1404, 968, 1404, 931, honor +1020, 931, 1020, 965, 1155, 965, 1155, 931, tournament in +696, 931, 696, 968, 804, 968, 804, 931, father +795, 934, 795, 972, 876, 972, 876, 934, was +1194, 934, 1194, 972, 1302, 972, 1302, 934, t in my \ No newline at end of file diff --git a/data/train/gt_frame15600.txt b/data/train/gt_frame15600.txt new file mode 100644 index 0000000..de384d0 --- /dev/null +++ b/data/train/gt_frame15600.txt @@ -0,0 +1,2 @@ +786, 934, 786, 972, 972, 972, 972, 934, tournament +1005, 931, 1005, 965, 1131, 965, 1131, 931, for his \ No newline at end of file diff --git a/data/train/gt_frame15625.txt b/data/train/gt_frame15625.txt new file mode 100644 index 0000000..de384d0 --- /dev/null +++ b/data/train/gt_frame15625.txt @@ -0,0 +1,2 @@ +786, 934, 786, 972, 972, 972, 972, 934, tournament +1005, 931, 1005, 965, 1131, 965, 1131, 931, for his \ No newline at end of file diff --git a/data/train/gt_frame15675.txt b/data/train/gt_frame15675.txt new file mode 100644 index 0000000..e7a838d --- /dev/null +++ b/data/train/gt_frame15675.txt @@ -0,0 +1,2 @@ +975, 931, 975, 972, 1068, 972, 1068, 931, I said. +840, 928, 840, 975, 939, 975, 939, 928, Just diff --git a/data/train/gt_frame15700.txt b/data/train/gt_frame15700.txt new file mode 100644 index 0000000..e7a838d --- /dev/null +++ b/data/train/gt_frame15700.txt @@ -0,0 +1,2 @@ +975, 931, 975, 972, 1068, 972, 1068, 931, I said. +840, 928, 840, 975, 939, 975, 939, 928, Just diff --git a/data/train/gt_frame15775.txt b/data/train/gt_frame15775.txt new file mode 100644 index 0000000..211b633 --- /dev/null +++ b/data/train/gt_frame15775.txt @@ -0,0 +1,3 @@ +894, 938, 894, 975, 996, 975, 996, 938, s new +849, 938, 849, 978, 945, 978, 945, 938, His n +978, 934, 978, 972, 1065, 972, 1065, 934, heir \ No newline at end of file diff --git a/data/train/gt_frame15825.txt b/data/train/gt_frame15825.txt new file mode 100644 index 0000000..2010286 --- /dev/null +++ b/data/train/gt_frame15825.txt @@ -0,0 +1,6 @@ +951, 931, 951, 968, 1047, 968, 1047, 931, brings +1050, 931, 1050, 961, 1131, 961, 1131, 931, forth +741, 934, 741, 972, 837, 972, 837, 934, your +666, 931, 666, 968, 756, 968, 756, 931, Until +1149, 938, 1149, 972, 1248, 972, 1248, 938, son... +822, 931, 822, 965, 954, 965, 954, 931, mother diff --git a/data/train/gt_frame15850.txt b/data/train/gt_frame15850.txt new file mode 100644 index 0000000..5fd3820 --- /dev/null +++ b/data/train/gt_frame15850.txt @@ -0,0 +1,7 @@ +951, 931, 951, 968, 1047, 968, 1047, 931, brings +1050, 931, 1050, 961, 1131, 961, 1131, 931, forth +741, 934, 741, 972, 837, 972, 837, 934, your +666, 931, 666, 968, 756, 968, 756, 931, Until +1149, 938, 1149, 972, 1248, 972, 1248, 938, son... +822, 931, 822, 965, 954, 965, 954, 931, mother + diff --git a/data/train/gt_frame15875.txt b/data/train/gt_frame15875.txt new file mode 100644 index 0000000..2010286 --- /dev/null +++ b/data/train/gt_frame15875.txt @@ -0,0 +1,6 @@ +951, 931, 951, 968, 1047, 968, 1047, 931, brings +1050, 931, 1050, 961, 1131, 961, 1131, 931, forth +741, 934, 741, 972, 837, 972, 837, 934, your +666, 931, 666, 968, 756, 968, 756, 931, Until +1149, 938, 1149, 972, 1248, 972, 1248, 938, son... +822, 931, 822, 965, 954, 965, 954, 931, mother diff --git a/data/train/gt_frame15925.txt b/data/train/gt_frame15925.txt new file mode 100644 index 0000000..1d2fb7a --- /dev/null +++ b/data/train/gt_frame15925.txt @@ -0,0 +1,4 @@ +1029, 934, 1029, 965, 1149, 965, 1149, 934, with me +744, 934, 744, 968, 813, 968, 813, 934, you +888, 931, 888, 965, 1026, 965, 1026, 931, ll cursed +801, 934, 801, 968, 888, 968, 888, 934, are a diff --git a/data/train/gt_frame15950.txt b/data/train/gt_frame15950.txt new file mode 100644 index 0000000..1d2fb7a --- /dev/null +++ b/data/train/gt_frame15950.txt @@ -0,0 +1,4 @@ +1029, 934, 1029, 965, 1149, 965, 1149, 934, with me +744, 934, 744, 968, 813, 968, 813, 934, you +888, 931, 888, 965, 1026, 965, 1026, 931, ll cursed +801, 934, 801, 968, 888, 968, 888, 934, are a diff --git a/data/train/gt_frame15975.txt b/data/train/gt_frame15975.txt new file mode 100644 index 0000000..e7491df --- /dev/null +++ b/data/train/gt_frame15975.txt @@ -0,0 +1,4 @@ +750, 931, 750, 972, 909, 972, 909, 931, hen I shall +879, 934, 879, 975, 990, 975, 990, 934, ll hope +1062, 931, 1062, 965, 1188, 965, 1188, 931, brother +984, 934, 984, 972, 1065, 972, 1065, 934, for a \ No newline at end of file diff --git a/data/train/gt_frame16000.txt b/data/train/gt_frame16000.txt new file mode 100644 index 0000000..e7491df --- /dev/null +++ b/data/train/gt_frame16000.txt @@ -0,0 +1,4 @@ +750, 931, 750, 972, 909, 972, 909, 931, hen I shall +879, 934, 879, 975, 990, 975, 990, 934, ll hope +1062, 931, 1062, 965, 1188, 965, 1188, 931, brother +984, 934, 984, 972, 1065, 972, 1065, 934, for a \ No newline at end of file diff --git a/data/train/gt_frame17225.txt b/data/train/gt_frame17225.txt new file mode 100644 index 0000000..b7b854c --- /dev/null +++ b/data/train/gt_frame17225.txt @@ -0,0 +1,2 @@ +885, 931, 885, 965, 945, 965, 945, 931, Bea +948, 931, 948, 968, 1035, 968, 1035, 931, utiful \ No newline at end of file diff --git a/data/train/gt_frame17250.txt b/data/train/gt_frame17250.txt new file mode 100644 index 0000000..b7b854c --- /dev/null +++ b/data/train/gt_frame17250.txt @@ -0,0 +1,2 @@ +885, 931, 885, 965, 945, 965, 945, 931, Bea +948, 931, 948, 968, 1035, 968, 1035, 931, utiful \ No newline at end of file diff --git a/data/train/gt_frame61500.txt b/data/train/gt_frame61500.txt new file mode 100644 index 0000000..bc33bda --- /dev/null +++ b/data/train/gt_frame61500.txt @@ -0,0 +1,7 @@ +564, 928, 564, 972, 729, 972, 729, 928, I wonder if +720, 928, 720, 972, 843, 972, 843, 928, , during +936, 931, 936, 961, 1020, 961, 1020, 931, few h +849, 931, 849, 968, 942, 968, 942, 931, those +1149, 928, 1149, 965, 1275, 965, 1275, 928, brother +1275, 931, 1275, 965, 1368, 965, 1368, 931, lived, +999, 931, 999, 965, 1113, 965, 1113, 931, hours diff --git a/data/train/gt_frame61525.txt b/data/train/gt_frame61525.txt new file mode 100644 index 0000000..5bad9ad --- /dev/null +++ b/data/train/gt_frame61525.txt @@ -0,0 +1,7 @@ +564, 928, 564, 972, 729, 972, 729, 928, I wonder if +720, 928, 720, 972, 843, 972, 843, 928, , during +936, 931, 936, 961, 1020, 961, 1020, 931, few h +849, 931, 849, 968, 942, 968, 942, 931, those +1149, 928, 1149, 965, 1275, 965, 1275, 928, brother +1275, 931, 1275, 965, 1368, 965, 1368, 931, lived, +999, 931, 999, 965, 1113, 965, 1113, 931, hours \ No newline at end of file diff --git a/data/train/gt_frame61550.txt b/data/train/gt_frame61550.txt new file mode 100644 index 0000000..5bad9ad --- /dev/null +++ b/data/train/gt_frame61550.txt @@ -0,0 +1,7 @@ +564, 928, 564, 972, 729, 972, 729, 928, I wonder if +720, 928, 720, 972, 843, 972, 843, 928, , during +936, 931, 936, 961, 1020, 961, 1020, 931, few h +849, 931, 849, 968, 942, 968, 942, 931, those +1149, 928, 1149, 965, 1275, 965, 1275, 928, brother +1275, 931, 1275, 965, 1368, 965, 1368, 931, lived, +999, 931, 999, 965, 1113, 965, 1113, 931, hours \ No newline at end of file diff --git a/data/train/gt_frame61625.txt b/data/train/gt_frame61625.txt new file mode 100644 index 0000000..6df42b7 --- /dev/null +++ b/data/train/gt_frame61625.txt @@ -0,0 +1,5 @@ +1059, 938, 1059, 972, 1224, 972, 1224, 938, happiness. +954, 931, 954, 968, 1053, 968, 1053, 931, found +687, 938, 687, 972, 747, 972, 747, 938, my +855, 928, 855, 961, 939, 961, 939, 928, finally +756, 928, 756, 965, 852, 965, 852, 928, father \ No newline at end of file diff --git a/data/train/gt_frame61650.txt b/data/train/gt_frame61650.txt new file mode 100644 index 0000000..6df42b7 --- /dev/null +++ b/data/train/gt_frame61650.txt @@ -0,0 +1,5 @@ +1059, 938, 1059, 972, 1224, 972, 1224, 938, happiness. +954, 931, 954, 968, 1053, 968, 1053, 931, found +687, 938, 687, 972, 747, 972, 747, 938, my +855, 928, 855, 961, 939, 961, 939, 928, finally +756, 928, 756, 965, 852, 965, 852, 928, father \ No newline at end of file diff --git a/data/train/gt_frame61675.txt b/data/train/gt_frame61675.txt new file mode 100644 index 0000000..6df42b7 --- /dev/null +++ b/data/train/gt_frame61675.txt @@ -0,0 +1,5 @@ +1059, 938, 1059, 972, 1224, 972, 1224, 938, happiness. +954, 931, 954, 968, 1053, 968, 1053, 931, found +687, 938, 687, 972, 747, 972, 747, 938, my +855, 928, 855, 961, 939, 961, 939, 928, finally +756, 928, 756, 965, 852, 965, 852, 928, father \ No newline at end of file diff --git a/data/train/gt_frame61700.txt b/data/train/gt_frame61700.txt new file mode 100644 index 0000000..4ac6fc4 --- /dev/null +++ b/data/train/gt_frame61700.txt @@ -0,0 +1,4 @@ +963, 934, 963, 968, 1074, 968, 1074, 934, needs +780, 931, 780, 968, 879, 968, 879, 931, Your f +855, 931, 855, 965, 963, 965, 963, 931, r father +1062, 931, 1062, 968, 1143, 968, 1143, 931, you diff --git a/data/train/gt_frame61775.txt b/data/train/gt_frame61775.txt new file mode 100644 index 0000000..15cc6c7 --- /dev/null +++ b/data/train/gt_frame61775.txt @@ -0,0 +1,6 @@ +735, 934, 735, 975, 831, 975, 831, 934, more +813, 934, 813, 968, 909, 968, 909, 934, e now +900, 931, 900, 965, 975, 965, 975, 931, than +1023, 931, 1023, 965, 1107, 965, 1107, 931, ever +957, 931, 957, 968, 1038, 968, 1038, 931, n he +1095, 934, 1095, 965, 1176, 965, 1176, 934, has diff --git a/data/train/gt_frame61800.txt b/data/train/gt_frame61800.txt new file mode 100644 index 0000000..15cc6c7 --- /dev/null +++ b/data/train/gt_frame61800.txt @@ -0,0 +1,6 @@ +735, 934, 735, 975, 831, 975, 831, 934, more +813, 934, 813, 968, 909, 968, 909, 934, e now +900, 931, 900, 965, 975, 965, 975, 931, than +1023, 931, 1023, 965, 1107, 965, 1107, 931, ever +957, 931, 957, 968, 1038, 968, 1038, 931, n he +1095, 934, 1095, 965, 1176, 965, 1176, 934, has diff --git a/data/train/gt_frame61825.txt b/data/train/gt_frame61825.txt new file mode 100644 index 0000000..fc80d63 --- /dev/null +++ b/data/train/gt_frame61825.txt @@ -0,0 +1,7 @@ +735, 934, 735, 975, 831, 975, 831, 934, more +813, 934, 813, 968, 909, 968, 909, 934, e now +900, 931, 900, 965, 975, 965, 975, 931, than +1023, 931, 1023, 965, 1107, 965, 1107, 931, ever +957, 931, 957, 968, 1038, 968, 1038, 931, n he +1095, 934, 1095, 965, 1176, 965, 1176, 934, has + diff --git a/data/train/gt_frame61850.txt b/data/train/gt_frame61850.txt new file mode 100644 index 0000000..4e1b429 --- /dev/null +++ b/data/train/gt_frame61850.txt @@ -0,0 +1,4 @@ +957, 934, 957, 972, 1038, 972, 1038, 934, be a +1038, 938, 1038, 972, 1125, 972, 1125, 938, son. +801, 928, 801, 968, 882, 968, 882, 928, I will +867, 928, 867, 968, 975, 968, 975, 928, never diff --git a/data/validation/S1E1_frame10250.jpg b/data/validation/S1E1_frame10250.jpg new file mode 100644 index 0000000..2f61f06 Binary files /dev/null and b/data/validation/S1E1_frame10250.jpg differ diff --git a/data/validation/S1E1_frame10425.jpg b/data/validation/S1E1_frame10425.jpg new file mode 100644 index 0000000..e724c79 Binary files /dev/null and b/data/validation/S1E1_frame10425.jpg differ diff --git a/data/validation/S1E1_frame10475.jpg b/data/validation/S1E1_frame10475.jpg new file mode 100644 index 0000000..8b150e3 Binary files /dev/null and b/data/validation/S1E1_frame10475.jpg differ diff --git a/data/validation/S1E1_frame11425.jpg b/data/validation/S1E1_frame11425.jpg new file mode 100644 index 0000000..636ac1e Binary files /dev/null and b/data/validation/S1E1_frame11425.jpg differ diff --git a/data/validation/S1E1_frame16625.jpg b/data/validation/S1E1_frame16625.jpg new file mode 100644 index 0000000..a536991 Binary files /dev/null and b/data/validation/S1E1_frame16625.jpg differ diff --git a/data/validation/S1E1_frame16725.jpg b/data/validation/S1E1_frame16725.jpg new file mode 100644 index 0000000..3e31cf7 Binary files /dev/null and b/data/validation/S1E1_frame16725.jpg differ diff --git a/data/validation/S1E1_frame3075.jpg b/data/validation/S1E1_frame3075.jpg new file mode 100644 index 0000000..51a7e87 Binary files /dev/null and b/data/validation/S1E1_frame3075.jpg differ diff --git a/data/validation/S1E1_frame37450.jpg b/data/validation/S1E1_frame37450.jpg new file mode 100644 index 0000000..98ffc6a Binary files /dev/null and b/data/validation/S1E1_frame37450.jpg differ diff --git a/data/validation/S1E1_frame40675.jpg b/data/validation/S1E1_frame40675.jpg new file mode 100644 index 0000000..c9ffad0 Binary files /dev/null and b/data/validation/S1E1_frame40675.jpg differ diff --git a/data/validation/S1E1_frame40950.jpg b/data/validation/S1E1_frame40950.jpg new file mode 100644 index 0000000..18edb2e Binary files /dev/null and b/data/validation/S1E1_frame40950.jpg differ diff --git a/data/validation/S1E1_frame4250.jpg b/data/validation/S1E1_frame4250.jpg new file mode 100644 index 0000000..8ee3e75 Binary files /dev/null and b/data/validation/S1E1_frame4250.jpg differ diff --git a/data/validation/S1E1_frame46900.jpg b/data/validation/S1E1_frame46900.jpg new file mode 100644 index 0000000..13e48dd Binary files /dev/null and b/data/validation/S1E1_frame46900.jpg differ diff --git a/data/validation/S1E1_frame47400.jpg b/data/validation/S1E1_frame47400.jpg new file mode 100644 index 0000000..9bb31aa Binary files /dev/null and b/data/validation/S1E1_frame47400.jpg differ diff --git a/data/validation/S1E2_frame12625.jpg b/data/validation/S1E2_frame12625.jpg new file mode 100644 index 0000000..44fabda Binary files /dev/null and b/data/validation/S1E2_frame12625.jpg differ diff --git a/data/validation/S1E2_frame12875.jpg b/data/validation/S1E2_frame12875.jpg new file mode 100644 index 0000000..8355618 Binary files /dev/null and b/data/validation/S1E2_frame12875.jpg differ diff --git a/data/validation/S1E2_frame12975.jpg b/data/validation/S1E2_frame12975.jpg new file mode 100644 index 0000000..369194e Binary files /dev/null and b/data/validation/S1E2_frame12975.jpg differ diff --git a/data/validation/S1E2_frame17225.jpg b/data/validation/S1E2_frame17225.jpg new file mode 100644 index 0000000..64b7aac Binary files /dev/null and b/data/validation/S1E2_frame17225.jpg differ diff --git a/data/validation/S1E2_frame17300.jpg b/data/validation/S1E2_frame17300.jpg new file mode 100644 index 0000000..170d0cd Binary files /dev/null and b/data/validation/S1E2_frame17300.jpg differ diff --git a/data/validation/S1E2_frame17700.jpg b/data/validation/S1E2_frame17700.jpg new file mode 100644 index 0000000..b4e61f2 Binary files /dev/null and b/data/validation/S1E2_frame17700.jpg differ diff --git a/data/validation/S1E2_frame25650.jpg b/data/validation/S1E2_frame25650.jpg new file mode 100644 index 0000000..7fb8428 Binary files /dev/null and b/data/validation/S1E2_frame25650.jpg differ diff --git a/data/validation/S1E2_frame25750.jpg b/data/validation/S1E2_frame25750.jpg new file mode 100644 index 0000000..9dc1dc3 Binary files /dev/null and b/data/validation/S1E2_frame25750.jpg differ diff --git a/data/validation/S1E2_frame26900.jpg b/data/validation/S1E2_frame26900.jpg new file mode 100644 index 0000000..d3a7d75 Binary files /dev/null and b/data/validation/S1E2_frame26900.jpg differ diff --git a/data/validation/S1E2_frame35675.jpg b/data/validation/S1E2_frame35675.jpg new file mode 100644 index 0000000..2bb01e3 Binary files /dev/null and b/data/validation/S1E2_frame35675.jpg differ diff --git a/data/validation/S1E2_frame35800.jpg b/data/validation/S1E2_frame35800.jpg new file mode 100644 index 0000000..0e0a69d Binary files /dev/null and b/data/validation/S1E2_frame35800.jpg differ diff --git a/data/validation/S1E2_frame36025.jpg b/data/validation/S1E2_frame36025.jpg new file mode 100644 index 0000000..fd2c1b0 Binary files /dev/null and b/data/validation/S1E2_frame36025.jpg differ diff --git a/data/validation/S1E2_frame36050.jpg b/data/validation/S1E2_frame36050.jpg new file mode 100644 index 0000000..b2ffb26 Binary files /dev/null and b/data/validation/S1E2_frame36050.jpg differ diff --git a/data/validation/S1E2_frame36375.jpg b/data/validation/S1E2_frame36375.jpg new file mode 100644 index 0000000..eb35680 Binary files /dev/null and b/data/validation/S1E2_frame36375.jpg differ diff --git a/data/validation/S1E2_frame36575.jpg b/data/validation/S1E2_frame36575.jpg new file mode 100644 index 0000000..e05d6f6 Binary files /dev/null and b/data/validation/S1E2_frame36575.jpg differ diff --git a/data/validation/S1E2_frame44475.jpg b/data/validation/S1E2_frame44475.jpg new file mode 100644 index 0000000..7b1914a Binary files /dev/null and b/data/validation/S1E2_frame44475.jpg differ diff --git a/data/validation/S1E2_frame48725.jpg b/data/validation/S1E2_frame48725.jpg new file mode 100644 index 0000000..df95dc0 Binary files /dev/null and b/data/validation/S1E2_frame48725.jpg differ diff --git a/data/validation/S1E2_frame48950.jpg b/data/validation/S1E2_frame48950.jpg new file mode 100644 index 0000000..9579762 Binary files /dev/null and b/data/validation/S1E2_frame48950.jpg differ diff --git a/data/validation/S1E2_frame49425.jpg b/data/validation/S1E2_frame49425.jpg new file mode 100644 index 0000000..be6601f Binary files /dev/null and b/data/validation/S1E2_frame49425.jpg differ diff --git a/data/validation/S1E2_frame55575.jpg b/data/validation/S1E2_frame55575.jpg new file mode 100644 index 0000000..f3c1359 Binary files /dev/null and b/data/validation/S1E2_frame55575.jpg differ diff --git a/data/validation/S1E2_frame55600.jpg b/data/validation/S1E2_frame55600.jpg new file mode 100644 index 0000000..23b33b5 Binary files /dev/null and b/data/validation/S1E2_frame55600.jpg differ diff --git a/data/validation/S1E2_frame56325.jpg b/data/validation/S1E2_frame56325.jpg new file mode 100644 index 0000000..09ef97a Binary files /dev/null and b/data/validation/S1E2_frame56325.jpg differ diff --git a/data/validation/S1E2_frame56600.jpg b/data/validation/S1E2_frame56600.jpg new file mode 100644 index 0000000..2083d0d Binary files /dev/null and b/data/validation/S1E2_frame56600.jpg differ diff --git a/data/validation/S1E2_frame59050.jpg b/data/validation/S1E2_frame59050.jpg new file mode 100644 index 0000000..343e70f Binary files /dev/null and b/data/validation/S1E2_frame59050.jpg differ diff --git a/data/validation/S1E2_frame59550.jpg b/data/validation/S1E2_frame59550.jpg new file mode 100644 index 0000000..6658665 Binary files /dev/null and b/data/validation/S1E2_frame59550.jpg differ diff --git a/data/validation/S1E2_frame60800.jpg b/data/validation/S1E2_frame60800.jpg new file mode 100644 index 0000000..7e861a7 Binary files /dev/null and b/data/validation/S1E2_frame60800.jpg differ diff --git a/data/validation/S1E3_frame21225.jpg b/data/validation/S1E3_frame21225.jpg new file mode 100644 index 0000000..5dd35ff Binary files /dev/null and b/data/validation/S1E3_frame21225.jpg differ diff --git a/data/validation/S1E3_frame27025.jpg b/data/validation/S1E3_frame27025.jpg new file mode 100644 index 0000000..2fe7a03 Binary files /dev/null and b/data/validation/S1E3_frame27025.jpg differ diff --git a/data/validation/S1E3_frame27175.jpg b/data/validation/S1E3_frame27175.jpg new file mode 100644 index 0000000..1b11e79 Binary files /dev/null and b/data/validation/S1E3_frame27175.jpg differ diff --git a/data/validation/S1E3_frame27500.jpg b/data/validation/S1E3_frame27500.jpg new file mode 100644 index 0000000..c9ee378 Binary files /dev/null and b/data/validation/S1E3_frame27500.jpg differ diff --git a/data/validation/S1E3_frame28000.jpg b/data/validation/S1E3_frame28000.jpg new file mode 100644 index 0000000..3e9c5ee Binary files /dev/null and b/data/validation/S1E3_frame28000.jpg differ diff --git a/data/validation/S1E3_frame28625.jpg b/data/validation/S1E3_frame28625.jpg new file mode 100644 index 0000000..f17bdd2 Binary files /dev/null and b/data/validation/S1E3_frame28625.jpg differ diff --git a/data/validation/S1E3_frame28800.jpg b/data/validation/S1E3_frame28800.jpg new file mode 100644 index 0000000..1048f5c Binary files /dev/null and b/data/validation/S1E3_frame28800.jpg differ diff --git a/data/validation/S1E3_frame29075.jpg b/data/validation/S1E3_frame29075.jpg new file mode 100644 index 0000000..9b0fbfa Binary files /dev/null and b/data/validation/S1E3_frame29075.jpg differ diff --git a/data/validation/S1E3_frame31050.jpg b/data/validation/S1E3_frame31050.jpg new file mode 100644 index 0000000..82d8705 Binary files /dev/null and b/data/validation/S1E3_frame31050.jpg differ diff --git a/data/validation/S1E3_frame36075.jpg b/data/validation/S1E3_frame36075.jpg new file mode 100644 index 0000000..25e053e Binary files /dev/null and b/data/validation/S1E3_frame36075.jpg differ diff --git a/data/validation/S1E3_frame40225.jpg b/data/validation/S1E3_frame40225.jpg new file mode 100644 index 0000000..ec2ff24 Binary files /dev/null and b/data/validation/S1E3_frame40225.jpg differ diff --git a/data/validation/S1E3_frame40400.jpg b/data/validation/S1E3_frame40400.jpg new file mode 100644 index 0000000..10af586 Binary files /dev/null and b/data/validation/S1E3_frame40400.jpg differ diff --git a/data/validation/S1E3_frame40575.jpg b/data/validation/S1E3_frame40575.jpg new file mode 100644 index 0000000..4c1b7fc Binary files /dev/null and b/data/validation/S1E3_frame40575.jpg differ diff --git a/data/validation/S1E3_frame41250.jpg b/data/validation/S1E3_frame41250.jpg new file mode 100644 index 0000000..eb28595 Binary files /dev/null and b/data/validation/S1E3_frame41250.jpg differ diff --git a/data/validation/S1E3_frame41475.jpg b/data/validation/S1E3_frame41475.jpg new file mode 100644 index 0000000..b2d8c25 Binary files /dev/null and b/data/validation/S1E3_frame41475.jpg differ diff --git a/data/validation/S1E3_frame46800.jpg b/data/validation/S1E3_frame46800.jpg new file mode 100644 index 0000000..2f48d8a Binary files /dev/null and b/data/validation/S1E3_frame46800.jpg differ diff --git a/data/validation/S1E3_frame46950.jpg b/data/validation/S1E3_frame46950.jpg new file mode 100644 index 0000000..2929d76 Binary files /dev/null and b/data/validation/S1E3_frame46950.jpg differ diff --git a/data/validation/S1E3_frame47100.jpg b/data/validation/S1E3_frame47100.jpg new file mode 100644 index 0000000..02245e1 Binary files /dev/null and b/data/validation/S1E3_frame47100.jpg differ diff --git a/data/validation/S1E3_frame49975.jpg b/data/validation/S1E3_frame49975.jpg new file mode 100644 index 0000000..94a67c9 Binary files /dev/null and b/data/validation/S1E3_frame49975.jpg differ diff --git a/data/validation/S1E3_frame50800.jpg b/data/validation/S1E3_frame50800.jpg new file mode 100644 index 0000000..82e95ab Binary files /dev/null and b/data/validation/S1E3_frame50800.jpg differ diff --git a/data/validation/S1E3_frame51450.jpg b/data/validation/S1E3_frame51450.jpg new file mode 100644 index 0000000..f559b89 Binary files /dev/null and b/data/validation/S1E3_frame51450.jpg differ diff --git a/data/validation/S1E3_frame51600.jpg b/data/validation/S1E3_frame51600.jpg new file mode 100644 index 0000000..89b0be3 Binary files /dev/null and b/data/validation/S1E3_frame51600.jpg differ diff --git a/data/validation/S1E3_frame61125.jpg b/data/validation/S1E3_frame61125.jpg new file mode 100644 index 0000000..d5fca9b Binary files /dev/null and b/data/validation/S1E3_frame61125.jpg differ diff --git a/data/validation/S1E3_frame67475.jpg b/data/validation/S1E3_frame67475.jpg new file mode 100644 index 0000000..207d24f Binary files /dev/null and b/data/validation/S1E3_frame67475.jpg differ diff --git a/data/validation/S1E4_frame12675.jpg b/data/validation/S1E4_frame12675.jpg new file mode 100644 index 0000000..1b138e2 Binary files /dev/null and b/data/validation/S1E4_frame12675.jpg differ diff --git a/data/validation/S1E4_frame12725.jpg b/data/validation/S1E4_frame12725.jpg new file mode 100644 index 0000000..3a9300f Binary files /dev/null and b/data/validation/S1E4_frame12725.jpg differ diff --git a/data/validation/S1E4_frame13000.jpg b/data/validation/S1E4_frame13000.jpg new file mode 100644 index 0000000..dd6ec20 Binary files /dev/null and b/data/validation/S1E4_frame13000.jpg differ diff --git a/data/validation/S1E4_frame14775.jpg b/data/validation/S1E4_frame14775.jpg new file mode 100644 index 0000000..c7985ed Binary files /dev/null and b/data/validation/S1E4_frame14775.jpg differ diff --git a/data/validation/S1E4_frame15725.jpg b/data/validation/S1E4_frame15725.jpg new file mode 100644 index 0000000..33945fd Binary files /dev/null and b/data/validation/S1E4_frame15725.jpg differ diff --git a/data/validation/S1E4_frame22250.jpg b/data/validation/S1E4_frame22250.jpg new file mode 100644 index 0000000..ccde7f9 Binary files /dev/null and b/data/validation/S1E4_frame22250.jpg differ diff --git a/data/validation/S1E4_frame24475.jpg b/data/validation/S1E4_frame24475.jpg new file mode 100644 index 0000000..729837a Binary files /dev/null and b/data/validation/S1E4_frame24475.jpg differ diff --git a/data/validation/S1E4_frame25050.jpg b/data/validation/S1E4_frame25050.jpg new file mode 100644 index 0000000..f425676 Binary files /dev/null and b/data/validation/S1E4_frame25050.jpg differ diff --git a/data/validation/S1E4_frame25150.jpg b/data/validation/S1E4_frame25150.jpg new file mode 100644 index 0000000..d633816 Binary files /dev/null and b/data/validation/S1E4_frame25150.jpg differ diff --git a/data/validation/S1E4_frame25800.jpg b/data/validation/S1E4_frame25800.jpg new file mode 100644 index 0000000..c2cc894 Binary files /dev/null and b/data/validation/S1E4_frame25800.jpg differ diff --git a/data/validation/S1E4_frame26000.jpg b/data/validation/S1E4_frame26000.jpg new file mode 100644 index 0000000..7948d46 Binary files /dev/null and b/data/validation/S1E4_frame26000.jpg differ diff --git a/data/validation/S1E4_frame3325.jpg b/data/validation/S1E4_frame3325.jpg new file mode 100644 index 0000000..606e9a8 Binary files /dev/null and b/data/validation/S1E4_frame3325.jpg differ diff --git a/data/validation/S1E4_frame39475.jpg b/data/validation/S1E4_frame39475.jpg new file mode 100644 index 0000000..e50e108 Binary files /dev/null and b/data/validation/S1E4_frame39475.jpg differ diff --git a/data/validation/S1E4_frame42625.jpg b/data/validation/S1E4_frame42625.jpg new file mode 100644 index 0000000..c5cdd7b Binary files /dev/null and b/data/validation/S1E4_frame42625.jpg differ diff --git a/data/validation/S1E4_frame43050.jpg b/data/validation/S1E4_frame43050.jpg new file mode 100644 index 0000000..b456762 Binary files /dev/null and b/data/validation/S1E4_frame43050.jpg differ diff --git a/data/validation/S1E4_frame43525.jpg b/data/validation/S1E4_frame43525.jpg new file mode 100644 index 0000000..bf2053d Binary files /dev/null and b/data/validation/S1E4_frame43525.jpg differ diff --git a/data/validation/S1E4_frame43925.jpg b/data/validation/S1E4_frame43925.jpg new file mode 100644 index 0000000..b9c0e16 Binary files /dev/null and b/data/validation/S1E4_frame43925.jpg differ diff --git a/data/validation/S1E4_frame58325.jpg b/data/validation/S1E4_frame58325.jpg new file mode 100644 index 0000000..f45c3c0 Binary files /dev/null and b/data/validation/S1E4_frame58325.jpg differ diff --git a/data/validation/S1E4_frame60200.jpg b/data/validation/S1E4_frame60200.jpg new file mode 100644 index 0000000..62174ab Binary files /dev/null and b/data/validation/S1E4_frame60200.jpg differ diff --git a/data/validation/S1E4_frame60475.jpg b/data/validation/S1E4_frame60475.jpg new file mode 100644 index 0000000..5a18903 Binary files /dev/null and b/data/validation/S1E4_frame60475.jpg differ diff --git a/data/validation/S1E4_frame60675.jpg b/data/validation/S1E4_frame60675.jpg new file mode 100644 index 0000000..b4f3402 Binary files /dev/null and b/data/validation/S1E4_frame60675.jpg differ diff --git a/data/validation/S1E4_frame60775.jpg b/data/validation/S1E4_frame60775.jpg new file mode 100644 index 0000000..6af544a Binary files /dev/null and b/data/validation/S1E4_frame60775.jpg differ diff --git a/data/validation/S1E4_frame60825.jpg b/data/validation/S1E4_frame60825.jpg new file mode 100644 index 0000000..9605b8e Binary files /dev/null and b/data/validation/S1E4_frame60825.jpg differ diff --git a/data/validation/S1E5_frame17425.jpg b/data/validation/S1E5_frame17425.jpg new file mode 100644 index 0000000..d22a08a Binary files /dev/null and b/data/validation/S1E5_frame17425.jpg differ diff --git a/data/validation/S1E5_frame17600.jpg b/data/validation/S1E5_frame17600.jpg new file mode 100644 index 0000000..95605fa Binary files /dev/null and b/data/validation/S1E5_frame17600.jpg differ diff --git a/data/validation/S1E5_frame3350.jpg b/data/validation/S1E5_frame3350.jpg new file mode 100644 index 0000000..cf0d4e8 Binary files /dev/null and b/data/validation/S1E5_frame3350.jpg differ diff --git a/data/validation/S1E5_frame33750.jpg b/data/validation/S1E5_frame33750.jpg new file mode 100644 index 0000000..de5a977 Binary files /dev/null and b/data/validation/S1E5_frame33750.jpg differ diff --git a/data/validation/S1E5_frame33900.jpg b/data/validation/S1E5_frame33900.jpg new file mode 100644 index 0000000..6b79516 Binary files /dev/null and b/data/validation/S1E5_frame33900.jpg differ diff --git a/data/validation/S1E5_frame34100.jpg b/data/validation/S1E5_frame34100.jpg new file mode 100644 index 0000000..36a9c8d Binary files /dev/null and b/data/validation/S1E5_frame34100.jpg differ diff --git a/data/validation/S1E5_frame34275.jpg b/data/validation/S1E5_frame34275.jpg new file mode 100644 index 0000000..fcbcb36 Binary files /dev/null and b/data/validation/S1E5_frame34275.jpg differ diff --git a/data/validation/S1E5_frame34300.jpg b/data/validation/S1E5_frame34300.jpg new file mode 100644 index 0000000..43b1e39 Binary files /dev/null and b/data/validation/S1E5_frame34300.jpg differ diff --git a/data/validation/S1E5_frame43625.jpg b/data/validation/S1E5_frame43625.jpg new file mode 100644 index 0000000..c48e62f Binary files /dev/null and b/data/validation/S1E5_frame43625.jpg differ diff --git a/data/validation/S1E5_frame44200.jpg b/data/validation/S1E5_frame44200.jpg new file mode 100644 index 0000000..04c8ac9 Binary files /dev/null and b/data/validation/S1E5_frame44200.jpg differ diff --git a/data/validation/S1E5_frame48975.jpg b/data/validation/S1E5_frame48975.jpg new file mode 100644 index 0000000..14c1eb7 Binary files /dev/null and b/data/validation/S1E5_frame48975.jpg differ diff --git a/data/validation/S1E5_frame51425.jpg b/data/validation/S1E5_frame51425.jpg new file mode 100644 index 0000000..e39149f Binary files /dev/null and b/data/validation/S1E5_frame51425.jpg differ diff --git a/data/validation/S1E5_frame51600.jpg b/data/validation/S1E5_frame51600.jpg new file mode 100644 index 0000000..2332f8d Binary files /dev/null and b/data/validation/S1E5_frame51600.jpg differ diff --git a/data/validation/S1E5_frame64950.jpg b/data/validation/S1E5_frame64950.jpg new file mode 100644 index 0000000..b2047fc Binary files /dev/null and b/data/validation/S1E5_frame64950.jpg differ diff --git a/data/validation/S1E6_frame33025.jpg b/data/validation/S1E6_frame33025.jpg new file mode 100644 index 0000000..be0800f Binary files /dev/null and b/data/validation/S1E6_frame33025.jpg differ diff --git a/data/validation/S1E6_frame33275.jpg b/data/validation/S1E6_frame33275.jpg new file mode 100644 index 0000000..8cbe7a3 Binary files /dev/null and b/data/validation/S1E6_frame33275.jpg differ diff --git a/data/validation/S1E6_frame34250.jpg b/data/validation/S1E6_frame34250.jpg new file mode 100644 index 0000000..e13f331 Binary files /dev/null and b/data/validation/S1E6_frame34250.jpg differ diff --git a/data/validation/S1E6_frame34375.jpg b/data/validation/S1E6_frame34375.jpg new file mode 100644 index 0000000..dae8da0 Binary files /dev/null and b/data/validation/S1E6_frame34375.jpg differ diff --git a/data/validation/S1E6_frame34825.jpg b/data/validation/S1E6_frame34825.jpg new file mode 100644 index 0000000..b1d91d6 Binary files /dev/null and b/data/validation/S1E6_frame34825.jpg differ diff --git a/data/validation/S1E6_frame35825.jpg b/data/validation/S1E6_frame35825.jpg new file mode 100644 index 0000000..0241268 Binary files /dev/null and b/data/validation/S1E6_frame35825.jpg differ diff --git a/data/validation/S1E6_frame43000.jpg b/data/validation/S1E6_frame43000.jpg new file mode 100644 index 0000000..84e882b Binary files /dev/null and b/data/validation/S1E6_frame43000.jpg differ diff --git a/data/validation/S1E6_frame49450.jpg b/data/validation/S1E6_frame49450.jpg new file mode 100644 index 0000000..fefda03 Binary files /dev/null and b/data/validation/S1E6_frame49450.jpg differ diff --git a/data/validation/S1E6_frame49675.jpg b/data/validation/S1E6_frame49675.jpg new file mode 100644 index 0000000..b2b336c Binary files /dev/null and b/data/validation/S1E6_frame49675.jpg differ diff --git a/data/validation/S1E6_frame49925.jpg b/data/validation/S1E6_frame49925.jpg new file mode 100644 index 0000000..256c9be Binary files /dev/null and b/data/validation/S1E6_frame49925.jpg differ diff --git a/data/validation/S1E6_frame49975.jpg b/data/validation/S1E6_frame49975.jpg new file mode 100644 index 0000000..7cef53c Binary files /dev/null and b/data/validation/S1E6_frame49975.jpg differ diff --git a/data/validation/S1E6_frame50300.jpg b/data/validation/S1E6_frame50300.jpg new file mode 100644 index 0000000..bd746e0 Binary files /dev/null and b/data/validation/S1E6_frame50300.jpg differ diff --git a/data/validation/S1E6_frame50875.jpg b/data/validation/S1E6_frame50875.jpg new file mode 100644 index 0000000..1ba4a72 Binary files /dev/null and b/data/validation/S1E6_frame50875.jpg differ diff --git a/data/validation/S1E6_frame50925.jpg b/data/validation/S1E6_frame50925.jpg new file mode 100644 index 0000000..8c8c30a Binary files /dev/null and b/data/validation/S1E6_frame50925.jpg differ diff --git a/data/validation/S1E6_frame50950.jpg b/data/validation/S1E6_frame50950.jpg new file mode 100644 index 0000000..ff78db0 Binary files /dev/null and b/data/validation/S1E6_frame50950.jpg differ diff --git a/data/validation/S1E6_frame54400.jpg b/data/validation/S1E6_frame54400.jpg new file mode 100644 index 0000000..a6c732e Binary files /dev/null and b/data/validation/S1E6_frame54400.jpg differ diff --git a/data/validation/S1E6_frame57000.jpg b/data/validation/S1E6_frame57000.jpg new file mode 100644 index 0000000..d65ebd8 Binary files /dev/null and b/data/validation/S1E6_frame57000.jpg differ diff --git a/data/validation/S1E6_frame57175.jpg b/data/validation/S1E6_frame57175.jpg new file mode 100644 index 0000000..212eecb Binary files /dev/null and b/data/validation/S1E6_frame57175.jpg differ diff --git a/data/validation/S1E6_frame57975.jpg b/data/validation/S1E6_frame57975.jpg new file mode 100644 index 0000000..2e6cf3a Binary files /dev/null and b/data/validation/S1E6_frame57975.jpg differ diff --git a/data/validation/S1E6_frame58250.jpg b/data/validation/S1E6_frame58250.jpg new file mode 100644 index 0000000..9d3544a Binary files /dev/null and b/data/validation/S1E6_frame58250.jpg differ diff --git a/data/validation/S1E6_frame58800.jpg b/data/validation/S1E6_frame58800.jpg new file mode 100644 index 0000000..687edc3 Binary files /dev/null and b/data/validation/S1E6_frame58800.jpg differ diff --git a/data/validation/S1E6_frame59025.jpg b/data/validation/S1E6_frame59025.jpg new file mode 100644 index 0000000..d9b20bc Binary files /dev/null and b/data/validation/S1E6_frame59025.jpg differ diff --git a/data/validation/S1E6_frame59125.jpg b/data/validation/S1E6_frame59125.jpg new file mode 100644 index 0000000..b1979d1 Binary files /dev/null and b/data/validation/S1E6_frame59125.jpg differ diff --git a/data/validation/S1E6_frame63450.jpg b/data/validation/S1E6_frame63450.jpg new file mode 100644 index 0000000..38e7c4d Binary files /dev/null and b/data/validation/S1E6_frame63450.jpg differ diff --git a/data/validation/S1E6_frame63800.jpg b/data/validation/S1E6_frame63800.jpg new file mode 100644 index 0000000..83a94ec Binary files /dev/null and b/data/validation/S1E6_frame63800.jpg differ diff --git a/data/validation/S1E7_frame15625.jpg b/data/validation/S1E7_frame15625.jpg new file mode 100644 index 0000000..36473bd Binary files /dev/null and b/data/validation/S1E7_frame15625.jpg differ diff --git a/data/validation/S1E7_frame16075.jpg b/data/validation/S1E7_frame16075.jpg new file mode 100644 index 0000000..8c8d4bf Binary files /dev/null and b/data/validation/S1E7_frame16075.jpg differ diff --git a/data/validation/S1E7_frame16475.jpg b/data/validation/S1E7_frame16475.jpg new file mode 100644 index 0000000..d8379c5 Binary files /dev/null and b/data/validation/S1E7_frame16475.jpg differ diff --git a/data/validation/S1E7_frame20350.jpg b/data/validation/S1E7_frame20350.jpg new file mode 100644 index 0000000..82830f8 Binary files /dev/null and b/data/validation/S1E7_frame20350.jpg differ diff --git a/data/validation/S1E7_frame31675.jpg b/data/validation/S1E7_frame31675.jpg new file mode 100644 index 0000000..60dfcbc Binary files /dev/null and b/data/validation/S1E7_frame31675.jpg differ diff --git a/data/validation/S1E7_frame31700.jpg b/data/validation/S1E7_frame31700.jpg new file mode 100644 index 0000000..051b276 Binary files /dev/null and b/data/validation/S1E7_frame31700.jpg differ diff --git a/data/validation/S1E7_frame3450.jpg b/data/validation/S1E7_frame3450.jpg new file mode 100644 index 0000000..28dde0d Binary files /dev/null and b/data/validation/S1E7_frame3450.jpg differ diff --git a/data/validation/S1E7_frame39300.jpg b/data/validation/S1E7_frame39300.jpg new file mode 100644 index 0000000..79a949d Binary files /dev/null and b/data/validation/S1E7_frame39300.jpg differ diff --git a/data/validation/S1E7_frame40350.jpg b/data/validation/S1E7_frame40350.jpg new file mode 100644 index 0000000..1b111ed Binary files /dev/null and b/data/validation/S1E7_frame40350.jpg differ diff --git a/data/validation/S1E7_frame40400.jpg b/data/validation/S1E7_frame40400.jpg new file mode 100644 index 0000000..d60d07c Binary files /dev/null and b/data/validation/S1E7_frame40400.jpg differ diff --git a/data/validation/S1E7_frame40550.jpg b/data/validation/S1E7_frame40550.jpg new file mode 100644 index 0000000..4a12b52 Binary files /dev/null and b/data/validation/S1E7_frame40550.jpg differ diff --git a/data/validation/S1E7_frame41100.jpg b/data/validation/S1E7_frame41100.jpg new file mode 100644 index 0000000..3e25f00 Binary files /dev/null and b/data/validation/S1E7_frame41100.jpg differ diff --git a/data/validation/S1E7_frame63250.jpg b/data/validation/S1E7_frame63250.jpg new file mode 100644 index 0000000..6519efb Binary files /dev/null and b/data/validation/S1E7_frame63250.jpg differ diff --git a/data/validation/S1E7_frame8675.jpg b/data/validation/S1E7_frame8675.jpg new file mode 100644 index 0000000..7c7e6d7 Binary files /dev/null and b/data/validation/S1E7_frame8675.jpg differ diff --git a/data/validation/S1E7_frame9050.jpg b/data/validation/S1E7_frame9050.jpg new file mode 100644 index 0000000..a07beba Binary files /dev/null and b/data/validation/S1E7_frame9050.jpg differ diff --git a/data/validation/S1E8_frame14975.jpg b/data/validation/S1E8_frame14975.jpg new file mode 100644 index 0000000..bfa04eb Binary files /dev/null and b/data/validation/S1E8_frame14975.jpg differ diff --git a/data/validation/S1E8_frame1700.jpg b/data/validation/S1E8_frame1700.jpg new file mode 100644 index 0000000..eb42121 Binary files /dev/null and b/data/validation/S1E8_frame1700.jpg differ diff --git a/data/validation/S1E8_frame1750.jpg b/data/validation/S1E8_frame1750.jpg new file mode 100644 index 0000000..fd5b061 Binary files /dev/null and b/data/validation/S1E8_frame1750.jpg differ diff --git a/data/validation/S1E8_frame3225.jpg b/data/validation/S1E8_frame3225.jpg new file mode 100644 index 0000000..e4a8f27 Binary files /dev/null and b/data/validation/S1E8_frame3225.jpg differ diff --git a/data/validation/S1E8_frame33625.jpg b/data/validation/S1E8_frame33625.jpg new file mode 100644 index 0000000..991c04d Binary files /dev/null and b/data/validation/S1E8_frame33625.jpg differ diff --git a/data/validation/S1E8_frame3625.jpg b/data/validation/S1E8_frame3625.jpg new file mode 100644 index 0000000..a14a5ee Binary files /dev/null and b/data/validation/S1E8_frame3625.jpg differ diff --git a/data/validation/S1E8_frame37125.jpg b/data/validation/S1E8_frame37125.jpg new file mode 100644 index 0000000..7a76c3c Binary files /dev/null and b/data/validation/S1E8_frame37125.jpg differ diff --git a/data/validation/S1E8_frame40025.jpg b/data/validation/S1E8_frame40025.jpg new file mode 100644 index 0000000..725e7db Binary files /dev/null and b/data/validation/S1E8_frame40025.jpg differ diff --git a/data/validation/S1E8_frame41675.jpg b/data/validation/S1E8_frame41675.jpg new file mode 100644 index 0000000..9cd4d3f Binary files /dev/null and b/data/validation/S1E8_frame41675.jpg differ diff --git a/data/validation/S1E8_frame41725.jpg b/data/validation/S1E8_frame41725.jpg new file mode 100644 index 0000000..4aa3eb3 Binary files /dev/null and b/data/validation/S1E8_frame41725.jpg differ diff --git a/data/validation/S1E8_frame43100.jpg b/data/validation/S1E8_frame43100.jpg new file mode 100644 index 0000000..61c4a25 Binary files /dev/null and b/data/validation/S1E8_frame43100.jpg differ diff --git a/data/validation/S1E8_frame43350.jpg b/data/validation/S1E8_frame43350.jpg new file mode 100644 index 0000000..42a1096 Binary files /dev/null and b/data/validation/S1E8_frame43350.jpg differ diff --git a/data/validation/S1E8_frame43600.jpg b/data/validation/S1E8_frame43600.jpg new file mode 100644 index 0000000..aa15e86 Binary files /dev/null and b/data/validation/S1E8_frame43600.jpg differ diff --git a/data/validation/S1E8_frame43825.jpg b/data/validation/S1E8_frame43825.jpg new file mode 100644 index 0000000..a670db0 Binary files /dev/null and b/data/validation/S1E8_frame43825.jpg differ diff --git a/data/validation/S1E8_frame44650.jpg b/data/validation/S1E8_frame44650.jpg new file mode 100644 index 0000000..8c46478 Binary files /dev/null and b/data/validation/S1E8_frame44650.jpg differ diff --git a/data/validation/S1E8_frame44800.jpg b/data/validation/S1E8_frame44800.jpg new file mode 100644 index 0000000..bdb5bdf Binary files /dev/null and b/data/validation/S1E8_frame44800.jpg differ diff --git a/data/validation/S1E8_frame46375.jpg b/data/validation/S1E8_frame46375.jpg new file mode 100644 index 0000000..27bf844 Binary files /dev/null and b/data/validation/S1E8_frame46375.jpg differ diff --git a/data/validation/S1E8_frame46500.jpg b/data/validation/S1E8_frame46500.jpg new file mode 100644 index 0000000..ed5daed Binary files /dev/null and b/data/validation/S1E8_frame46500.jpg differ diff --git a/data/validation/S1E8_frame4750.jpg b/data/validation/S1E8_frame4750.jpg new file mode 100644 index 0000000..71bf4a3 Binary files /dev/null and b/data/validation/S1E8_frame4750.jpg differ diff --git a/data/validation/S1E8_frame48350.jpg b/data/validation/S1E8_frame48350.jpg new file mode 100644 index 0000000..a744553 Binary files /dev/null and b/data/validation/S1E8_frame48350.jpg differ diff --git a/data/validation/S1E8_frame51000.jpg b/data/validation/S1E8_frame51000.jpg new file mode 100644 index 0000000..cfd3982 Binary files /dev/null and b/data/validation/S1E8_frame51000.jpg differ diff --git a/data/validation/S1E8_frame51100.jpg b/data/validation/S1E8_frame51100.jpg new file mode 100644 index 0000000..845ee80 Binary files /dev/null and b/data/validation/S1E8_frame51100.jpg differ diff --git a/data/validation/S1E8_frame5575.jpg b/data/validation/S1E8_frame5575.jpg new file mode 100644 index 0000000..d0e35d9 Binary files /dev/null and b/data/validation/S1E8_frame5575.jpg differ diff --git a/data/validation/S1E8_frame59300.jpg b/data/validation/S1E8_frame59300.jpg new file mode 100644 index 0000000..3f063a8 Binary files /dev/null and b/data/validation/S1E8_frame59300.jpg differ diff --git a/data/validation/S1E8_frame59625.jpg b/data/validation/S1E8_frame59625.jpg new file mode 100644 index 0000000..c164f4a Binary files /dev/null and b/data/validation/S1E8_frame59625.jpg differ diff --git a/data/validation/S1E8_frame59700.jpg b/data/validation/S1E8_frame59700.jpg new file mode 100644 index 0000000..1b8dabf Binary files /dev/null and b/data/validation/S1E8_frame59700.jpg differ diff --git a/data/validation/S1E8_frame60000.jpg b/data/validation/S1E8_frame60000.jpg new file mode 100644 index 0000000..ed47cce Binary files /dev/null and b/data/validation/S1E8_frame60000.jpg differ diff --git a/data/validation/S1E9_frame15275.jpg b/data/validation/S1E9_frame15275.jpg new file mode 100644 index 0000000..f179675 Binary files /dev/null and b/data/validation/S1E9_frame15275.jpg differ diff --git a/data/validation/S1E9_frame17750.jpg b/data/validation/S1E9_frame17750.jpg new file mode 100644 index 0000000..393a050 Binary files /dev/null and b/data/validation/S1E9_frame17750.jpg differ diff --git a/data/validation/frame15175.jpg b/data/validation/frame15175.jpg new file mode 100644 index 0000000..27e642a Binary files /dev/null and b/data/validation/frame15175.jpg differ diff --git a/data/validation/frame15200.jpg b/data/validation/frame15200.jpg new file mode 100644 index 0000000..779859d Binary files /dev/null and b/data/validation/frame15200.jpg differ diff --git a/data/validation/frame15300.jpg b/data/validation/frame15300.jpg new file mode 100644 index 0000000..752ed5d Binary files /dev/null and b/data/validation/frame15300.jpg differ diff --git a/data/validation/frame15400.jpg b/data/validation/frame15400.jpg new file mode 100644 index 0000000..d5338db Binary files /dev/null and b/data/validation/frame15400.jpg differ diff --git a/data/validation/frame15750.jpg b/data/validation/frame15750.jpg new file mode 100644 index 0000000..f9b7df8 Binary files /dev/null and b/data/validation/frame15750.jpg differ diff --git a/data/validation/frame17200.jpg b/data/validation/frame17200.jpg new file mode 100644 index 0000000..c5a540e Binary files /dev/null and b/data/validation/frame17200.jpg differ diff --git a/data/validation/frame61600.jpg b/data/validation/frame61600.jpg new file mode 100644 index 0000000..92a922c Binary files /dev/null and b/data/validation/frame61600.jpg differ diff --git a/data/validation/frame61875.jpg b/data/validation/frame61875.jpg new file mode 100644 index 0000000..71478ca Binary files /dev/null and b/data/validation/frame61875.jpg differ diff --git a/data/validation/gt_S1E1_frame10250.txt b/data/validation/gt_S1E1_frame10250.txt new file mode 100644 index 0000000..b9a2f7c --- /dev/null +++ b/data/validation/gt_S1E1_frame10250.txt @@ -0,0 +1,5 @@ +672, 904, 672, 955, 780, 955, 780, 904, Tell +1041, 914, 1041, 958, 1137, 958, 1137, 914, you +858, 914, 858, 961, 1047, 961, 1047, 914, where +1146, 918, 1146, 961, 1257, 961, 1257, 918, are. +750, 904, 750, 955, 870, 955, 870, 904, me diff --git a/data/validation/gt_S1E1_frame10425.txt b/data/validation/gt_S1E1_frame10425.txt new file mode 100644 index 0000000..4e572b4 --- /dev/null +++ b/data/validation/gt_S1E1_frame10425.txt @@ -0,0 +1,3 @@ +831, 911, 831, 958, 978, 958, 978, 911, want +684, 907, 684, 968, 822, 968, 822, 907, They +1029, 904, 1029, 958, 1119, 958, 1119, 904, kill diff --git a/data/validation/gt_S1E1_frame10475.txt b/data/validation/gt_S1E1_frame10475.txt new file mode 100644 index 0000000..52fe88f --- /dev/null +++ b/data/validation/gt_S1E1_frame10475.txt @@ -0,0 +1,3 @@ +1116, 907, 1116, 965, 1257, 965, 1257, 907, you? +792, 911, 792, 958, 1017, 958, 1017, 911, wants to +1014, 907, 1014, 961, 1110, 961, 1110, 907, kill diff --git a/data/validation/gt_S1E1_frame11425.txt b/data/validation/gt_S1E1_frame11425.txt new file mode 100644 index 0000000..0b5bcf5 --- /dev/null +++ b/data/validation/gt_S1E1_frame11425.txt @@ -0,0 +1,8 @@ +882, 911, 882, 955, 993, 955, 993, 911, and +981, 907, 981, 958, 1308, 958, 1308, 907, immigration. +1068, 833, 1068, 887, 1263, 887, 1263, 833, harder +924, 830, 924, 887, 1077, 887, 1077, 830, much +672, 914, 672, 961, 873, 961, 873, 914, Europe +1254, 830, 1254, 887, 1368, 887, 1368, 830, line +552, 816, 552, 880, 897, 880, 897, 816, Announcing +600, 918, 600, 958, 690, 958, 690, 918, on diff --git a/data/validation/gt_S1E1_frame16625.txt b/data/validation/gt_S1E1_frame16625.txt new file mode 100644 index 0000000..03198d8 --- /dev/null +++ b/data/validation/gt_S1E1_frame16625.txt @@ -0,0 +1 @@ +813, 911, 813, 972, 945, 972, 945, 911, Very diff --git a/data/validation/gt_S1E1_frame16725.txt b/data/validation/gt_S1E1_frame16725.txt new file mode 100644 index 0000000..5595115 --- /dev/null +++ b/data/validation/gt_S1E1_frame16725.txt @@ -0,0 +1,3 @@ +1038, 914, 1038, 968, 1158, 968, 1158, 914, legs +738, 904, 738, 965, 879, 965, 879, 904, Look +888, 901, 888, 958, 1038, 958, 1038, 901, at the diff --git a/data/validation/gt_S1E1_frame3075.txt b/data/validation/gt_S1E1_frame3075.txt new file mode 100644 index 0000000..44d115a --- /dev/null +++ b/data/validation/gt_S1E1_frame3075.txt @@ -0,0 +1,8 @@ +1029, 907, 1029, 961, 1233, 961, 1233, 907, middle. +984, 823, 984, 887, 1275, 887, 1275, 823, borderline. +645, 830, 645, 891, 804, 891, 804, 830, She's +687, 901, 687, 965, 879, 965, 879, 901, Exactly +951, 907, 951, 958, 1044, 958, 1044, 907, the +885, 830, 885, 887, 984, 887, 984, 830, the +861, 907, 861, 965, 951, 965, 951, 907, in +792, 833, 792, 894, 876, 894, 876, 833, on diff --git a/data/validation/gt_S1E1_frame37450.txt b/data/validation/gt_S1E1_frame37450.txt new file mode 100644 index 0000000..ef5cb2e --- /dev/null +++ b/data/validation/gt_S1E1_frame37450.txt @@ -0,0 +1,3 @@ +1017, 911, 1017, 968, 1194, 968, 1194, 911, away? +870, 911, 870, 965, 1008, 965, 1008, 911, clear +711, 911, 711, 972, 861, 972, 861, 911, May I diff --git a/data/validation/gt_S1E1_frame40675.txt b/data/validation/gt_S1E1_frame40675.txt new file mode 100644 index 0000000..76ef15d --- /dev/null +++ b/data/validation/gt_S1E1_frame40675.txt @@ -0,0 +1 @@ +897, 914, 897, 968, 1020, 968, 1020, 914, Yes. diff --git a/data/validation/gt_S1E1_frame40950.txt b/data/validation/gt_S1E1_frame40950.txt new file mode 100644 index 0000000..ca1f3af --- /dev/null +++ b/data/validation/gt_S1E1_frame40950.txt @@ -0,0 +1,6 @@ +972, 911, 972, 961, 1182, 961, 1182, 911, straight +1179, 921, 1179, 972, 1335, 972, 1335, 921, away. +801, 911, 801, 961, 978, 961, 978, 911, come +612, 907, 612, 972, 726, 972, 726, 907, Yes, +609, 826, 609, 891, 786, 891, 786, 826, Come +783, 840, 783, 891, 912, 891, 912, 840, now. diff --git a/data/validation/gt_S1E1_frame4250.txt b/data/validation/gt_S1E1_frame4250.txt new file mode 100644 index 0000000..6b0fd8e --- /dev/null +++ b/data/validation/gt_S1E1_frame4250.txt @@ -0,0 +1,4 @@ +822, 911, 822, 961, 978, 961, 978, 911, come +693, 914, 693, 965, 819, 965, 819, 914, Here +1083, 914, 1083, 968, 1224, 968, 1224, 914, Brits. +978, 911, 978, 961, 1086, 961, 1086, 911, the diff --git a/data/validation/gt_S1E1_frame46900.txt b/data/validation/gt_S1E1_frame46900.txt new file mode 100644 index 0000000..53521cd --- /dev/null +++ b/data/validation/gt_S1E1_frame46900.txt @@ -0,0 +1,5 @@ +1257, 904, 1257, 958, 1401, 958, 1401, 904, gold. +795, 904, 795, 965, 1089, 965, 1089, 904, paperwork +1119, 904, 1119, 965, 1260, 965, 1260, 904, for the +519, 897, 519, 961, 690, 961, 690, 897, Here's +693, 904, 693, 961, 801, 961, 801, 904, the diff --git a/data/validation/gt_S1E1_frame47400.txt b/data/validation/gt_S1E1_frame47400.txt new file mode 100644 index 0000000..1bdef43 --- /dev/null +++ b/data/validation/gt_S1E1_frame47400.txt @@ -0,0 +1,2 @@ +789, 907, 789, 968, 999, 968, 999, 907, I'm your +993, 914, 993, 965, 1131, 965, 1131, 914, wife. diff --git a/data/validation/gt_S1E2_frame12625.txt b/data/validation/gt_S1E2_frame12625.txt new file mode 100644 index 0000000..9a44be3 --- /dev/null +++ b/data/validation/gt_S1E2_frame12625.txt @@ -0,0 +1,3 @@ +765, 907, 765, 968, 1005, 968, 1005, 907, Ministry +1050, 907, 1050, 965, 1254, 965, 1254, 907, furious. +660, 904, 660, 965, 768, 965, 768, 904, The diff --git a/data/validation/gt_S1E2_frame12875.txt b/data/validation/gt_S1E2_frame12875.txt new file mode 100644 index 0000000..4251fbe --- /dev/null +++ b/data/validation/gt_S1E2_frame12875.txt @@ -0,0 +1,5 @@ +963, 911, 963, 961, 1086, 961, 1086, 911, with +1098, 914, 1098, 961, 1188, 961, 1188, 914, our +756, 911, 756, 972, 966, 972, 966, 911, it going +585, 907, 585, 965, 750, 965, 750, 907, How's +1188, 904, 1188, 965, 1332, 965, 1332, 904, Brit? diff --git a/data/validation/gt_S1E2_frame12975.txt b/data/validation/gt_S1E2_frame12975.txt new file mode 100644 index 0000000..0426ec0 --- /dev/null +++ b/data/validation/gt_S1E2_frame12975.txt @@ -0,0 +1,2 @@ +849, 907, 849, 961, 1029, 961, 1029, 907, talks a +1047, 907, 1047, 958, 1140, 958, 1140, 907, lot. diff --git a/data/validation/gt_S1E2_frame17225.txt b/data/validation/gt_S1E2_frame17225.txt new file mode 100644 index 0000000..34bef93 --- /dev/null +++ b/data/validation/gt_S1E2_frame17225.txt @@ -0,0 +1,3 @@ +1062, 904, 1062, 961, 1308, 961, 1308, 904, abattoir? +786, 911, 786, 961, 1041, 961, 1041, 911, do it in an +618, 907, 618, 961, 705, 961, 705, 907, Did diff --git a/data/validation/gt_S1E2_frame17300.txt b/data/validation/gt_S1E2_frame17300.txt new file mode 100644 index 0000000..e006461 --- /dev/null +++ b/data/validation/gt_S1E2_frame17300.txt @@ -0,0 +1,7 @@ +987, 826, 987, 884, 1140, 884, 1140, 826, walk +879, 907, 879, 961, 1062, 961, 1062, 907, under +1071, 914, 1071, 958, 1212, 958, 1212, 914, each +768, 833, 768, 897, 942, 897, 942, 833, tricky +585, 907, 585, 965, 744, 965, 744, 907, with a +1188, 914, 1188, 965, 1329, 965, 1329, 914, arm. +684, 823, 684, 891, 780, 891, 780, 823, It's diff --git a/data/validation/gt_S1E2_frame17700.txt b/data/validation/gt_S1E2_frame17700.txt new file mode 100644 index 0000000..30bfed7 --- /dev/null +++ b/data/validation/gt_S1E2_frame17700.txt @@ -0,0 +1,8 @@ +732, 907, 732, 968, 867, 968, 867, 907, body +975, 904, 975, 968, 1167, 968, 1167, 904, needs, +690, 826, 690, 887, 831, 887, 831, 826, Get +1086, 830, 1086, 887, 1194, 887, 1194, 830, Eat. +891, 911, 891, 961, 1002, 961, 1002, 911, has +783, 833, 783, 887, 951, 887, 951, 833, some +630, 907, 630, 965, 735, 965, 735, 907, The +951, 833, 951, 887, 1080, 887, 1080, 833, rest. diff --git a/data/validation/gt_S1E2_frame25650.txt b/data/validation/gt_S1E2_frame25650.txt new file mode 100644 index 0000000..7ee7556 --- /dev/null +++ b/data/validation/gt_S1E2_frame25650.txt @@ -0,0 +1,7 @@ +624, 826, 624, 891, 789, 891, 789, 826, We've +1041, 907, 1041, 961, 1320, 961, 1320, 907, witnesses. +684, 907, 684, 958, 945, 958, 945, 907, evidence. +1107, 826, 1107, 891, 1257, 891, 1257, 826, park. +792, 826, 792, 891, 1023, 891, 1023, 826, combed +1014, 830, 1014, 891, 1134, 891, 1134, 830, the +933, 904, 933, 958, 1044, 958, 1044, 904, No diff --git a/data/validation/gt_S1E2_frame25750.txt b/data/validation/gt_S1E2_frame25750.txt new file mode 100644 index 0000000..595504d --- /dev/null +++ b/data/validation/gt_S1E2_frame25750.txt @@ -0,0 +1 @@ +828, 911, 828, 961, 1134, 961, 1134, 911, mother was diff --git a/data/validation/gt_S1E2_frame26900.txt b/data/validation/gt_S1E2_frame26900.txt new file mode 100644 index 0000000..0fa0ae4 --- /dev/null +++ b/data/validation/gt_S1E2_frame26900.txt @@ -0,0 +1,5 @@ +843, 907, 843, 961, 1089, 961, 1089, 907, complex +690, 914, 690, 961, 840, 961, 840, 914, more +1209, 907, 1209, 961, 1335, 961, 1335, 907, that. +732, 830, 732, 891, 867, 891, 867, 830, not? +609, 907, 609, 965, 705, 965, 705, 907, It's diff --git a/data/validation/gt_S1E2_frame35675.txt b/data/validation/gt_S1E2_frame35675.txt new file mode 100644 index 0000000..8b244d3 --- /dev/null +++ b/data/validation/gt_S1E2_frame35675.txt @@ -0,0 +1 @@ +741, 911, 741, 961, 1023, 961, 1023, 911, Everyone's diff --git a/data/validation/gt_S1E2_frame35800.txt b/data/validation/gt_S1E2_frame35800.txt new file mode 100644 index 0000000..8aa604c --- /dev/null +++ b/data/validation/gt_S1E2_frame35800.txt @@ -0,0 +1,2 @@ +927, 911, 927, 965, 1182, 965, 1182, 911, unhinged. +732, 904, 732, 968, 918, 968, 918, 904, Totally diff --git a/data/validation/gt_S1E2_frame36025.txt b/data/validation/gt_S1E2_frame36025.txt new file mode 100644 index 0000000..6db5f31 --- /dev/null +++ b/data/validation/gt_S1E2_frame36025.txt @@ -0,0 +1,10 @@ +996, 911, 996, 968, 1191, 968, 1191, 911, priority. +765, 911, 765, 961, 924, 961, 924, 911, order +543, 840, 543, 894, 648, 894, 648, 840, I've +762, 820, 762, 887, 1059, 887, 1059, 820, everything +1119, 830, 1119, 887, 1212, 887, 1212, 830, the +1218, 823, 1218, 884, 1350, 884, 1350, 823, USB +654, 833, 654, 887, 762, 887, 762, 833, put +903, 911, 903, 965, 1011, 965, 1011, 911, of +702, 911, 702, 961, 786, 961, 786, 911, in + diff --git a/data/validation/gt_S1E2_frame36050.txt b/data/validation/gt_S1E2_frame36050.txt new file mode 100644 index 0000000..78912ea --- /dev/null +++ b/data/validation/gt_S1E2_frame36050.txt @@ -0,0 +1,5 @@ +912, 914, 912, 965, 1170, 965, 1170, 914, irrelevant +693, 907, 693, 961, 822, 961, 822, 907, out +1167, 914, 1167, 965, 1326, 965, 1326, 914, ones. +594, 904, 594, 958, 735, 958, 735, 904, I left +813, 911, 813, 961, 912, 961, 912, 911, the diff --git a/data/validation/gt_S1E2_frame36375.txt b/data/validation/gt_S1E2_frame36375.txt new file mode 100644 index 0000000..f5cfd94 --- /dev/null +++ b/data/validation/gt_S1E2_frame36375.txt @@ -0,0 +1,9 @@ +1020, 826, 1020, 884, 1188, 884, 1188, 826, thank +561, 907, 561, 965, 699, 965, 699, 907, each +831, 904, 831, 965, 942, 965, 942, 904, you +1224, 897, 1224, 961, 1359, 961, 1359, 897, file? +714, 833, 714, 891, 849, 891, 849, 833, want +711, 907, 711, 965, 831, 965, 831, 907, time +1161, 837, 1161, 894, 1293, 894, 1293, 837, you +606, 830, 606, 894, 726, 894, 726, 830, You +957, 833, 957, 894, 1029, 894, 1029, 833, to diff --git a/data/validation/gt_S1E2_frame36575.txt b/data/validation/gt_S1E2_frame36575.txt new file mode 100644 index 0000000..8babc86 --- /dev/null +++ b/data/validation/gt_S1E2_frame36575.txt @@ -0,0 +1 @@ +870, 901, 870, 972, 1038, 972, 1038, 901, Great. diff --git a/data/validation/gt_S1E2_frame44475.txt b/data/validation/gt_S1E2_frame44475.txt new file mode 100644 index 0000000..987ab2d --- /dev/null +++ b/data/validation/gt_S1E2_frame44475.txt @@ -0,0 +1,3 @@ +948, 911, 948, 958, 1047, 958, 1047, 911, you +765, 907, 765, 961, 939, 961, 939, 907, would +1137, 907, 1137, 961, 1284, 961, 1284, 907, that? diff --git a/data/validation/gt_S1E2_frame48725.txt b/data/validation/gt_S1E2_frame48725.txt new file mode 100644 index 0000000..d2d917d --- /dev/null +++ b/data/validation/gt_S1E2_frame48725.txt @@ -0,0 +1,6 @@ +1206, 914, 1206, 965, 1446, 965, 1446, 914, stranger. +468, 911, 468, 965, 684, 965, 684, 911, But you +687, 914, 687, 961, 786, 961, 786, 914, can +1047, 911, 1047, 955, 1161, 955, 1161, 911, with +924, 914, 924, 961, 1038, 961, 1038, 914, sex +798, 907, 798, 958, 930, 958, 930, 907, have diff --git a/data/validation/gt_S1E2_frame48950.txt b/data/validation/gt_S1E2_frame48950.txt new file mode 100644 index 0000000..e8822d8 --- /dev/null +++ b/data/validation/gt_S1E2_frame48950.txt @@ -0,0 +1,3 @@ +1083, 914, 1083, 968, 1197, 968, 1197, 914, ring. +729, 907, 729, 965, 903, 965, 903, 907, I don't +891, 914, 891, 961, 1068, 961, 1068, 914, have a diff --git a/data/validation/gt_S1E2_frame49425.txt b/data/validation/gt_S1E2_frame49425.txt new file mode 100644 index 0000000..f0f6872 --- /dev/null +++ b/data/validation/gt_S1E2_frame49425.txt @@ -0,0 +1,4 @@ +570, 907, 570, 968, 687, 968, 687, 907, Yes. +1077, 907, 1077, 958, 1233, 958, 1233, 907, think +885, 907, 885, 958, 1023, 958, 1023, 907, tend +1224, 904, 1224, 958, 1350, 958, 1350, 904, that. diff --git a/data/validation/gt_S1E2_frame55575.txt b/data/validation/gt_S1E2_frame55575.txt new file mode 100644 index 0000000..a6301c9 --- /dev/null +++ b/data/validation/gt_S1E2_frame55575.txt @@ -0,0 +1,4 @@ +780, 911, 780, 961, 912, 961, 912, 911, give +945, 907, 945, 961, 1071, 961, 1071, 907, shit +1068, 904, 1068, 961, 1236, 961, 1236, 904, about +609, 904, 609, 968, 789, 968, 789, 904, I don't diff --git a/data/validation/gt_S1E2_frame55600.txt b/data/validation/gt_S1E2_frame55600.txt new file mode 100644 index 0000000..16cd021 --- /dev/null +++ b/data/validation/gt_S1E2_frame55600.txt @@ -0,0 +1,4 @@ +783, 907, 783, 958, 921, 958, 921, 907, give +1068, 907, 1068, 961, 1233, 961, 1233, 907, about +945, 907, 945, 961, 1068, 961, 1068, 907, shit +615, 904, 615, 968, 789, 968, 789, 904, I don't diff --git a/data/validation/gt_S1E2_frame56325.txt b/data/validation/gt_S1E2_frame56325.txt new file mode 100644 index 0000000..8d415ff --- /dev/null +++ b/data/validation/gt_S1E2_frame56325.txt @@ -0,0 +1,3 @@ +1131, 914, 1131, 965, 1329, 965, 1329, 914, Jewish. +960, 904, 960, 965, 1134, 965, 1134, 904, that's +579, 911, 579, 968, 933, 968, 933, 911, Wassermann diff --git a/data/validation/gt_S1E2_frame56600.txt b/data/validation/gt_S1E2_frame56600.txt new file mode 100644 index 0000000..fea3800 --- /dev/null +++ b/data/validation/gt_S1E2_frame56600.txt @@ -0,0 +1,7 @@ +1119, 830, 1119, 884, 1311, 884, 1311, 830, Jewish. +987, 904, 987, 958, 1230, 958, 1230, 904, Catholic. +657, 830, 657, 891, 807, 891, 807, 830, dad's +789, 907, 789, 961, 930, 961, 930, 907, mum +807, 823, 807, 894, 981, 894, 981, 823, family +972, 837, 972, 891, 1122, 891, 1122, 837, were +903, 904, 903, 961, 1005, 961, 1005, 904, is diff --git a/data/validation/gt_S1E2_frame59050.txt b/data/validation/gt_S1E2_frame59050.txt new file mode 100644 index 0000000..19e6469 --- /dev/null +++ b/data/validation/gt_S1E2_frame59050.txt @@ -0,0 +1 @@ +894, 914, 894, 968, 1020, 968, 1020, 914, Yes. diff --git a/data/validation/gt_S1E2_frame59550.txt b/data/validation/gt_S1E2_frame59550.txt new file mode 100644 index 0000000..b89f135 --- /dev/null +++ b/data/validation/gt_S1E2_frame59550.txt @@ -0,0 +1 @@ +864, 907, 864, 968, 1053, 968, 1053, 907, What? diff --git a/data/validation/gt_S1E2_frame60800.txt b/data/validation/gt_S1E2_frame60800.txt new file mode 100644 index 0000000..28e5847 --- /dev/null +++ b/data/validation/gt_S1E2_frame60800.txt @@ -0,0 +1,6 @@ +729, 914, 729, 972, 915, 972, 915, 914, barely +903, 897, 903, 951, 1224, 951, 1224, 897, questioned +1203, 904, 1203, 961, 1338, 961, 1338, 904, him. +696, 830, 696, 894, 807, 894, 807, 830, not +621, 907, 621, 968, 729, 968, 729, 907, You +612, 823, 612, 901, 720, 901, 720, 823, It's diff --git a/data/validation/gt_S1E3_frame21225.txt b/data/validation/gt_S1E3_frame21225.txt new file mode 100644 index 0000000..9f1256c --- /dev/null +++ b/data/validation/gt_S1E3_frame21225.txt @@ -0,0 +1,3 @@ +825, 904, 825, 965, 975, 965, 975, 904, know +978, 911, 978, 961, 1098, 961, 1098, 911, who +1173, 907, 1173, 961, 1272, 961, 1272, 907, is? diff --git a/data/validation/gt_S1E3_frame27025.txt b/data/validation/gt_S1E3_frame27025.txt new file mode 100644 index 0000000..899b8c4 --- /dev/null +++ b/data/validation/gt_S1E3_frame27025.txt @@ -0,0 +1,8 @@ +1071, 907, 1071, 958, 1359, 958, 1359, 907, apartment. +825, 911, 825, 961, 978, 961, 978, 911, trash +561, 907, 561, 961, 678, 961, 678, 907, you +951, 914, 951, 965, 1065, 965, 1065, 914, his +678, 904, 678, 958, 828, 958, 828, 904, don't +702, 833, 702, 894, 876, 894, 876, 833, I came +1080, 833, 1080, 884, 1224, 884, 1224, 833, sure +945, 830, 945, 887, 1110, 887, 1110, 830, make diff --git a/data/validation/gt_S1E3_frame27175.txt b/data/validation/gt_S1E3_frame27175.txt new file mode 100644 index 0000000..bdadd19 --- /dev/null +++ b/data/validation/gt_S1E3_frame27175.txt @@ -0,0 +1,2 @@ +951, 918, 951, 968, 1065, 968, 1065, 918, dog. +849, 911, 849, 965, 939, 965, 939, 911, His diff --git a/data/validation/gt_S1E3_frame27500.txt b/data/validation/gt_S1E3_frame27500.txt new file mode 100644 index 0000000..cf45e5f --- /dev/null +++ b/data/validation/gt_S1E3_frame27500.txt @@ -0,0 +1,3 @@ +552, 907, 552, 961, 735, 961, 735, 907, taught +1146, 907, 1146, 961, 1452, 961, 1452, 907, immigrants. +738, 911, 738, 965, 873, 965, 873, 911, basic diff --git a/data/validation/gt_S1E3_frame28000.txt b/data/validation/gt_S1E3_frame28000.txt new file mode 100644 index 0000000..2dc2979 --- /dev/null +++ b/data/validation/gt_S1E3_frame28000.txt @@ -0,0 +1 @@ +870, 904, 870, 968, 1050, 968, 1050, 904, Hello? diff --git a/data/validation/gt_S1E3_frame28625.txt b/data/validation/gt_S1E3_frame28625.txt new file mode 100644 index 0000000..a88e3ac --- /dev/null +++ b/data/validation/gt_S1E3_frame28625.txt @@ -0,0 +1,6 @@ +1029, 918, 1029, 961, 1137, 961, 1137, 918, was +768, 911, 768, 961, 945, 961, 945, 911, where +591, 907, 591, 965, 702, 965, 702, 907, This +1134, 911, 1134, 961, 1326, 961, 1326, 911, seized. +927, 911, 927, 961, 1026, 961, 1026, 911, he +711, 904, 711, 958, 792, 958, 792, 904, is diff --git a/data/validation/gt_S1E3_frame28800.txt b/data/validation/gt_S1E3_frame28800.txt new file mode 100644 index 0000000..9948b25 --- /dev/null +++ b/data/validation/gt_S1E3_frame28800.txt @@ -0,0 +1,5 @@ +921, 891, 921, 945, 1245, 945, 1245, 891, frightened +807, 918, 807, 961, 909, 961, 909, 918, was +813, 830, 813, 887, 957, 887, 957, 830, give +993, 826, 993, 894, 1317, 894, 1317, 826, description +672, 830, 672, 891, 837, 891, 837, 830, can't. diff --git a/data/validation/gt_S1E3_frame29075.txt b/data/validation/gt_S1E3_frame29075.txt new file mode 100644 index 0000000..cc8a010 --- /dev/null +++ b/data/validation/gt_S1E3_frame29075.txt @@ -0,0 +1,2 @@ +843, 830, 843, 891, 1008, 891, 1008, 830, - And? +861, 904, 861, 961, 1092, 961, 1092, 904, Nothing. diff --git a/data/validation/gt_S1E3_frame31050.txt b/data/validation/gt_S1E3_frame31050.txt new file mode 100644 index 0000000..6fbf550 --- /dev/null +++ b/data/validation/gt_S1E3_frame31050.txt @@ -0,0 +1,3 @@ +723, 914, 723, 961, 834, 961, 834, 914, you +492, 907, 492, 961, 651, 961, 651, 907, What +1242, 901, 1242, 968, 1425, 968, 1425, 901, I here? diff --git a/data/validation/gt_S1E3_frame36075.txt b/data/validation/gt_S1E3_frame36075.txt new file mode 100644 index 0000000..6d3becb --- /dev/null +++ b/data/validation/gt_S1E3_frame36075.txt @@ -0,0 +1,4 @@ +981, 914, 981, 961, 1224, 961, 1224, 914, seemed. +864, 830, 864, 887, 1293, 887, 1293, 830, understatement. +843, 918, 843, 958, 993, 958, 993, 918, never +660, 901, 660, 965, 768, 965, 768, 901, But \ No newline at end of file diff --git a/data/validation/gt_S1E3_frame40225.txt b/data/validation/gt_S1E3_frame40225.txt new file mode 100644 index 0000000..e0a2d2b --- /dev/null +++ b/data/validation/gt_S1E3_frame40225.txt @@ -0,0 +1,2 @@ +927, 907, 927, 961, 1206, 961, 1206, 907, ridiculous. +699, 907, 699, 965, 921, 965, 921, 907, Don‘t be diff --git a/data/validation/gt_S1E3_frame40400.txt b/data/validation/gt_S1E3_frame40400.txt new file mode 100644 index 0000000..208436c --- /dev/null +++ b/data/validation/gt_S1E3_frame40400.txt @@ -0,0 +1,3 @@ +846, 907, 846, 965, 969, 965, 969, 907, And +1074, 911, 1074, 965, 1296, 965, 1296, 911, cocaine. +606, 904, 606, 965, 843, 965, 843, 904, For that. diff --git a/data/validation/gt_S1E3_frame40575.txt b/data/validation/gt_S1E3_frame40575.txt new file mode 100644 index 0000000..a2c6999 --- /dev/null +++ b/data/validation/gt_S1E3_frame40575.txt @@ -0,0 +1,8 @@ +864, 830, 864, 884, 963, 884, 963, 830, will +672, 830, 672, 884, 789, 884, 789, 830, that +1044, 830, 1044, 887, 1218, 887, 1218, 830, stupid +489, 830, 489, 894, 678, 894, 678, 830, hoping +801, 907, 801, 955, 1044, 955, 1044, 907, Taser on +552, 907, 552, 958, 783, 958, 783, 907, leave his +1239, 826, 1239, 891, 1434, 891, 1434, 826, enough +1173, 907, 1173, 955, 1314, 955, 1314, 907, of his diff --git a/data/validation/gt_S1E3_frame41250.txt b/data/validation/gt_S1E3_frame41250.txt new file mode 100644 index 0000000..bf03c65 --- /dev/null +++ b/data/validation/gt_S1E3_frame41250.txt @@ -0,0 +1,5 @@ +873, 833, 873, 884, 1050, 884, 1050, 833, profile +861, 901, 861, 955, 1290, 955, 1290, 901, accommodate”. +639, 911, 639, 961, 855, 961, 855, 911, “cannot +741, 826, 741, 887, 858, 887, 858, 826, Your +1011, 837, 1011, 894, 1206, 894, 1206, 837, says diff --git a/data/validation/gt_S1E3_frame41475.txt b/data/validation/gt_S1E3_frame41475.txt new file mode 100644 index 0000000..85f25d3 --- /dev/null +++ b/data/validation/gt_S1E3_frame41475.txt @@ -0,0 +1,3 @@ +681, 911, 681, 965, 903, 965, 903, 911, knowing +1092, 907, 1092, 965, 1353, 965, 1353, 907, important +567, 907, 567, 965, 672, 965, 672, 907, Her diff --git a/data/validation/gt_S1E3_frame46800.txt b/data/validation/gt_S1E3_frame46800.txt new file mode 100644 index 0000000..01625b7 --- /dev/null +++ b/data/validation/gt_S1E3_frame46800.txt @@ -0,0 +1,2 @@ +828, 911, 828, 965, 990, 965, 990, 911, Come +1002, 918, 1002, 965, 1092, 965, 1092, 918, on. diff --git a/data/validation/gt_S1E3_frame46950.txt b/data/validation/gt_S1E3_frame46950.txt new file mode 100644 index 0000000..0603e4e --- /dev/null +++ b/data/validation/gt_S1E3_frame46950.txt @@ -0,0 +1,7 @@ +615, 914, 615, 961, 771, 961, 771, 914, when +990, 911, 990, 961, 1164, 961, 1164, 911, round +1164, 911, 1164, 961, 1305, 961, 1305, 911, here. +1053, 830, 1053, 887, 1365, 887, 1365, 830, warehouse +582, 826, 582, 887, 750, 887, 750, 826, used +936, 833, 936, 887, 1077, 887, 1077, 833, wine +729, 823, 729, 891, 828, 891, 828, 823, to diff --git a/data/validation/gt_S1E3_frame47100.txt b/data/validation/gt_S1E3_frame47100.txt new file mode 100644 index 0000000..2b60529 --- /dev/null +++ b/data/validation/gt_S1E3_frame47100.txt @@ -0,0 +1,3 @@ +687, 907, 687, 965, 846, 965, 846, 907, Look! +858, 907, 858, 961, 1071, 961, 1071, 907, There's +1092, 911, 1092, 961, 1221, 961, 1221, 911, bed. diff --git a/data/validation/gt_S1E3_frame49975.txt b/data/validation/gt_S1E3_frame49975.txt new file mode 100644 index 0000000..8b07e12 --- /dev/null +++ b/data/validation/gt_S1E3_frame49975.txt @@ -0,0 +1,7 @@ +795, 904, 795, 965, 939, 965, 939, 904, It will +642, 830, 642, 884, 756, 884, 756, 830, Léa +1092, 826, 1092, 891, 1272, 891, 1272, 826, police. +999, 830, 999, 894, 1101, 894, 1101, 830, the +819, 826, 819, 897, 1002, 897, 1002, 826, calling +1023, 901, 1023, 961, 1134, 961, 1134, 901, OK. +723, 840, 723, 894, 828, 894, 828, 840, is diff --git a/data/validation/gt_S1E3_frame50800.txt b/data/validation/gt_S1E3_frame50800.txt new file mode 100644 index 0000000..9f58946 --- /dev/null +++ b/data/validation/gt_S1E3_frame50800.txt @@ -0,0 +1,3 @@ +996, 897, 996, 951, 1275, 951, 1275, 897, mobiles? +873, 904, 873, 955, 1020, 955, 1020, 904, have +741, 904, 741, 968, 867, 968, 867, 904, they diff --git a/data/validation/gt_S1E3_frame51450.txt b/data/validation/gt_S1E3_frame51450.txt new file mode 100644 index 0000000..cebb5ec --- /dev/null +++ b/data/validation/gt_S1E3_frame51450.txt @@ -0,0 +1,5 @@ +801, 907, 801, 961, 1047, 961, 1047, 907, changing +1257, 911, 1257, 961, 1428, 961, 1428, 911, again. +489, 907, 489, 968, 666, 968, 666, 907, Maybe +1050, 918, 1050, 961, 1248, 961, 1248, 918, servers +681, 904, 681, 951, 798, 951, 798, 904, he's diff --git a/data/validation/gt_S1E3_frame51600.txt b/data/validation/gt_S1E3_frame51600.txt new file mode 100644 index 0000000..8af712b --- /dev/null +++ b/data/validation/gt_S1E3_frame51600.txt @@ -0,0 +1,4 @@ +804, 911, 804, 961, 1101, 961, 1101, 911, abandon +693, 918, 693, 961, 834, 961, 834, 918, won't +1131, 914, 1131, 968, 1308, 968, 1308, 914, easily. +618, 911, 618, 958, 696, 958, 696, 911, He diff --git a/data/validation/gt_S1E3_frame61125.txt b/data/validation/gt_S1E3_frame61125.txt new file mode 100644 index 0000000..41f1daa --- /dev/null +++ b/data/validation/gt_S1E3_frame61125.txt @@ -0,0 +1,4 @@ +984, 907, 984, 961, 1080, 961, 1080, 907, the +690, 907, 690, 972, 894, 972, 894, 907, Nothing +906, 911, 906, 965, 984, 965, 984, 911, on +1077, 907, 1077, 968, 1230, 968, 1230, 907, kids? diff --git a/data/validation/gt_S1E3_frame67475.txt b/data/validation/gt_S1E3_frame67475.txt new file mode 100644 index 0000000..f7e86f1 --- /dev/null +++ b/data/validation/gt_S1E3_frame67475.txt @@ -0,0 +1 @@ +921, 907, 921, 955, 1080, 955, 1080, 907, cold. diff --git a/data/validation/gt_S1E4_frame12675.txt b/data/validation/gt_S1E4_frame12675.txt new file mode 100644 index 0000000..8de947e --- /dev/null +++ b/data/validation/gt_S1E4_frame12675.txt @@ -0,0 +1,5 @@ +693, 911, 693, 965, 798, 965, 798, 911, how +897, 907, 897, 961, 1068, 961, 1068, 907, moves +1170, 901, 1170, 961, 1338, 961, 1338, 901, head? +1077, 907, 1077, 961, 1167, 961, 1167, 907, his +816, 907, 816, 958, 912, 958, 912, 907, he diff --git a/data/validation/gt_S1E4_frame12725.txt b/data/validation/gt_S1E4_frame12725.txt new file mode 100644 index 0000000..5c0dd01 --- /dev/null +++ b/data/validation/gt_S1E4_frame12725.txt @@ -0,0 +1,2 @@ +945, 911, 945, 961, 1089, 961, 1089, 911, see it +804, 907, 804, 968, 918, 968, 918, 907, Yes. diff --git a/data/validation/gt_S1E4_frame13000.txt b/data/validation/gt_S1E4_frame13000.txt new file mode 100644 index 0000000..8f2fc13 --- /dev/null +++ b/data/validation/gt_S1E4_frame13000.txt @@ -0,0 +1,2 @@ +789, 907, 789, 968, 945, 968, 945, 907, Look, +951, 907, 951, 968, 1116, 968, 1116, 907, there. diff --git a/data/validation/gt_S1E4_frame14775.txt b/data/validation/gt_S1E4_frame14775.txt new file mode 100644 index 0000000..a07207f --- /dev/null +++ b/data/validation/gt_S1E4_frame14775.txt @@ -0,0 +1,7 @@ +768, 911, 768, 965, 903, 965, 903, 911, if we +1167, 830, 1167, 884, 1389, 884, 1389, 830, options +909, 901, 909, 955, 1125, 955, 1125, 901, had time +609, 826, 609, 884, 780, 884, 780, 826, could +771, 830, 771, 891, 909, 891, 909, 830, give +996, 830, 996, 884, 1185, 884, 1185, 830, some +897, 833, 897, 891, 1020, 891, 1020, 833, you diff --git a/data/validation/gt_S1E4_frame15725.txt b/data/validation/gt_S1E4_frame15725.txt new file mode 100644 index 0000000..d855289 --- /dev/null +++ b/data/validation/gt_S1E4_frame15725.txt @@ -0,0 +1,4 @@ +777, 914, 777, 961, 957, 961, 957, 914, where +1077, 914, 1077, 958, 1209, 958, 1209, 914, were +1218, 907, 1218, 965, 1383, 965, 1383, 907, going. +498, 907, 498, 961, 786, 961, 786, 907, Let alone diff --git a/data/validation/gt_S1E4_frame22250.txt b/data/validation/gt_S1E4_frame22250.txt new file mode 100644 index 0000000..2b2964d --- /dev/null +++ b/data/validation/gt_S1E4_frame22250.txt @@ -0,0 +1,4 @@ +804, 904, 804, 958, 1080, 958, 1080, 904, you doing +1113, 907, 1113, 965, 1230, 965, 1230, 907, my +558, 904, 558, 961, 798, 961, 798, 904, What are +1233, 901, 1233, 955, 1365, 955, 1365, 901, flat? diff --git a/data/validation/gt_S1E4_frame24475.txt b/data/validation/gt_S1E4_frame24475.txt new file mode 100644 index 0000000..ad92b8f --- /dev/null +++ b/data/validation/gt_S1E4_frame24475.txt @@ -0,0 +1,4 @@ +789, 911, 789, 965, 954, 965, 954, 911, try it +1134, 907, 1134, 965, 1362, 965, 1362, 907, kilohertz +978, 907, 978, 961, 1125, 961, 1125, 907, three +657, 904, 657, 961, 783, 961, 783, 904, Let’s diff --git a/data/validation/gt_S1E4_frame25050.txt b/data/validation/gt_S1E4_frame25050.txt new file mode 100644 index 0000000..3768e26 --- /dev/null +++ b/data/validation/gt_S1E4_frame25050.txt @@ -0,0 +1,7 @@ +1131, 911, 1131, 961, 1374, 961, 1374, 911, Boulogne. +894, 911, 894, 965, 1104, 965, 1104, 911, towards +543, 911, 543, 965, 666, 965, 666, 911, Now +654, 904, 654, 961, 879, 961, 879, 904, heading +489, 830, 489, 894, 642, 894, 642, 830, We've +795, 823, 795, 887, 999, 887, 999, 823, over the +1131, 830, 1131, 891, 1404, 891, 1404, 830, hoverport diff --git a/data/validation/gt_S1E4_frame25150.txt b/data/validation/gt_S1E4_frame25150.txt new file mode 100644 index 0000000..3345f5e --- /dev/null +++ b/data/validation/gt_S1E4_frame25150.txt @@ -0,0 +1,5 @@ +486, 826, 486, 891, 705, 891, 705, 826, Nothing +1263, 830, 1263, 884, 1419, 884, 1419, 830, being. +738, 833, 738, 891, 954, 891, 954, 833, report +879, 911, 879, 968, 1026, 968, 1026, 911, Over. +1044, 833, 1044, 887, 1128, 887, 1128, 833, the diff --git a/data/validation/gt_S1E4_frame25800.txt b/data/validation/gt_S1E4_frame25800.txt new file mode 100644 index 0000000..5fc9677 --- /dev/null +++ b/data/validation/gt_S1E4_frame25800.txt @@ -0,0 +1,8 @@ +480, 830, 480, 887, 660, 887, 660, 830, widow +837, 907, 837, 965, 1056, 965, 1056, 907, suicide +564, 911, 564, 961, 849, 961, 849, 911, committed +1215, 826, 1215, 887, 1431, 887, 1431, 826, Joubert +1212, 911, 1212, 961, 1347, 961, 1347, 911, days +1338, 911, 1338, 961, 1470, 961, 1470, 911, aqo. +1065, 826, 1065, 884, 1212, 884, 1212, 826, Alain +672, 830, 672, 887, 822, 887, 822, 830, of the diff --git a/data/validation/gt_S1E4_frame26000.txt b/data/validation/gt_S1E4_frame26000.txt new file mode 100644 index 0000000..e818cef --- /dev/null +++ b/data/validation/gt_S1E4_frame26000.txt @@ -0,0 +1,6 @@ +654, 830, 654, 894, 825, 894, 825, 830, trying +1032, 826, 1032, 884, 1269, 884, 1269, 826, solution +900, 901, 900, 951, 1161, 951, 1161, 901, situation. +810, 907, 810, 958, 942, 958, 942, 907, the +801, 837, 801, 891, 906, 891, 906, 837, to +876, 833, 876, 884, 999, 884, 999, 833, find diff --git a/data/validation/gt_S1E4_frame3325.txt b/data/validation/gt_S1E4_frame3325.txt new file mode 100644 index 0000000..74beb49 --- /dev/null +++ b/data/validation/gt_S1E4_frame3325.txt @@ -0,0 +1,6 @@ +987, 833, 987, 884, 1167, 884, 1167, 833, could +981, 907, 981, 961, 1299, 961, 1299, 907, Delplanaque. +639, 897, 639, 958, 981, 958, 981, 897, Jean-Claude +621, 833, 621, 887, 759, 887, 759, 833, who +1116, 833, 1116, 887, 1302, 887, 1302, 833, save +756, 830, 756, 887, 909, 887, 909, 830, he diff --git a/data/validation/gt_S1E4_frame39475.txt b/data/validation/gt_S1E4_frame39475.txt new file mode 100644 index 0000000..bfef00e --- /dev/null +++ b/data/validation/gt_S1E4_frame39475.txt @@ -0,0 +1,6 @@ +1029, 907, 1029, 961, 1272, 961, 1272, 907, emerged +717, 830, 717, 887, 813, 887, 813, 830, the +639, 907, 639, 965, 891, 965, 891, 907, rumours +888, 911, 888, 961, 1020, 961, 1020, 911, have +1032, 830, 1032, 891, 1257, 891, 1257, 830, minutes +915, 833, 915, 887, 1020, 887, 1020, 833, few diff --git a/data/validation/gt_S1E4_frame42625.txt b/data/validation/gt_S1E4_frame42625.txt new file mode 100644 index 0000000..00e15e2 --- /dev/null +++ b/data/validation/gt_S1E4_frame42625.txt @@ -0,0 +1 @@ +852, 901, 852, 972, 1065, 972, 1065, 901, Unpaid. diff --git a/data/validation/gt_S1E4_frame43050.txt b/data/validation/gt_S1E4_frame43050.txt new file mode 100644 index 0000000..e7b7a40 --- /dev/null +++ b/data/validation/gt_S1E4_frame43050.txt @@ -0,0 +1,3 @@ +954, 911, 954, 968, 1149, 968, 1149, 911, PBKA +774, 904, 774, 961, 864, 961, 864, 904, It's +861, 904, 861, 958, 960, 958, 960, 904, the diff --git a/data/validation/gt_S1E4_frame43525.txt b/data/validation/gt_S1E4_frame43525.txt new file mode 100644 index 0000000..80e840a --- /dev/null +++ b/data/validation/gt_S1E4_frame43525.txt @@ -0,0 +1 @@ +822, 904, 822, 965, 1092, 965, 1092, 904, TGV-POS. diff --git a/data/validation/gt_S1E4_frame43925.txt b/data/validation/gt_S1E4_frame43925.txt new file mode 100644 index 0000000..77fc3ad --- /dev/null +++ b/data/validation/gt_S1E4_frame43925.txt @@ -0,0 +1,4 @@ +756, 911, 756, 968, 984, 968, 984, 911, through +1086, 907, 1086, 958, 1380, 958, 1380, 907, timetables +990, 911, 990, 961, 1092, 961, 1092, 911, the +672, 911, 672, 965, 783, 965, 783, 911, go diff --git a/data/validation/gt_S1E4_frame58325.txt b/data/validation/gt_S1E4_frame58325.txt new file mode 100644 index 0000000..7a322d1 --- /dev/null +++ b/data/validation/gt_S1E4_frame58325.txt @@ -0,0 +1,5 @@ +825, 914, 825, 961, 1011, 961, 1011, 914, no sign +1011, 911, 1011, 958, 1179, 958, 1179, 911, of the +966, 826, 966, 887, 1275, 887, 1275, 826, ambulance. +603, 907, 603, 961, 795, 961, 795, 907, There's +1170, 904, 1170, 965, 1311, 965, 1311, 904, kids. diff --git a/data/validation/gt_S1E4_frame60200.txt b/data/validation/gt_S1E4_frame60200.txt new file mode 100644 index 0000000..2fc8ffb --- /dev/null +++ b/data/validation/gt_S1E4_frame60200.txt @@ -0,0 +1,3 @@ +1020, 914, 1020, 965, 1140, 965, 1140, 914, out. +876, 907, 876, 961, 1026, 961, 1026, 907, them +783, 904, 783, 958, 885, 958, 885, 904, Get diff --git a/data/validation/gt_S1E4_frame60475.txt b/data/validation/gt_S1E4_frame60475.txt new file mode 100644 index 0000000..b280fc0 --- /dev/null +++ b/data/validation/gt_S1E4_frame60475.txt @@ -0,0 +1,7 @@ +546, 914, 546, 961, 693, 961, 693, 914, even +729, 914, 729, 965, 843, 965, 843, 914, way +864, 914, 864, 958, 1086, 958, 1086, 914, out if we +762, 826, 762, 884, 876, 884, 876, 826, had +996, 823, 996, 880, 1221, 880, 1221, 823, planned +861, 830, 861, 884, 987, 884, 987, 830, ### +1242, 901, 1242, 958, 1377, 958, 1377, 901, him. diff --git a/data/validation/gt_S1E4_frame60675.txt b/data/validation/gt_S1E4_frame60675.txt new file mode 100644 index 0000000..9b0473d --- /dev/null +++ b/data/validation/gt_S1E4_frame60675.txt @@ -0,0 +1,6 @@ +756, 911, 756, 958, 891, 958, 891, 911, saw +633, 911, 633, 968, 756, 968, 756, 911, They +843, 830, 843, 884, 996, 884, 996, 830, kids? +909, 914, 909, 961, 1107, 961, 1107, 914, no more +1110, 907, 1110, 955, 1236, 955, 1236, 907, than +1233, 918, 1233, 965, 1332, 965, 1332, 918, us. diff --git a/data/validation/gt_S1E4_frame60775.txt b/data/validation/gt_S1E4_frame60775.txt new file mode 100644 index 0000000..5293943 --- /dev/null +++ b/data/validation/gt_S1E4_frame60775.txt @@ -0,0 +1 @@ +885, 907, 885, 961, 1032, 961, 1032, 907, Elise. diff --git a/data/validation/gt_S1E4_frame60825.txt b/data/validation/gt_S1E4_frame60825.txt new file mode 100644 index 0000000..f207fea --- /dev/null +++ b/data/validation/gt_S1E4_frame60825.txt @@ -0,0 +1,3 @@ +582, 911, 582, 958, 855, 958, 855, 911, You need +846, 911, 846, 958, 1056, 958, 1056, 911, to take +1083, 904, 1083, 958, 1332, 958, 1332, 904, breather. diff --git a/data/validation/gt_S1E5_frame17425.txt b/data/validation/gt_S1E5_frame17425.txt new file mode 100644 index 0000000..9e4472f --- /dev/null +++ b/data/validation/gt_S1E5_frame17425.txt @@ -0,0 +1,6 @@ +684, 901, 684, 955, 990, 955, 990, 901, Thev're all +1014, 826, 1014, 884, 1167, 884, 1167, 826, ikitabi +1053, 914, 1053, 958, 1221, 958, 1221, 914, wears. +567, 826, 567, 887, 738, 887, 738, 826, Benii's +1197, 833, 1197, 884, 1350, 884, 1350, 833, shoes. +747, 830, 747, 887, 987, 887, 987, 830, Japanese diff --git a/data/validation/gt_S1E5_frame17600.txt b/data/validation/gt_S1E5_frame17600.txt new file mode 100644 index 0000000..5fac932 --- /dev/null +++ b/data/validation/gt_S1E5_frame17600.txt @@ -0,0 +1,10 @@ +708, 911, 708, 958, 894, 958, 894, 911, went in +1116, 914, 1116, 961, 1224, 961, 1224, 914, his +1230, 911, 1230, 965, 1335, 965, 1335, 911, flat. +693, 830, 693, 887, 876, 887, 876, 830, Make a +885, 837, 885, 887, 1017, 887, 1017, 837, note +903, 914, 903, 961, 978, 961, 978, 914, or +972, 914, 972, 961, 1077, 961, 1077, 914, out +573, 914, 573, 965, 696, 965, 696, 914, who +1014, 820, 1014, 874, 1329, 874, 1329, 820, of everyone +579, 823, 579, 891, 693, 891, 693, 823, OK. diff --git a/data/validation/gt_S1E5_frame3350.txt b/data/validation/gt_S1E5_frame3350.txt new file mode 100644 index 0000000..3968c1b --- /dev/null +++ b/data/validation/gt_S1E5_frame3350.txt @@ -0,0 +1,3 @@ +714, 901, 714, 955, 948, 955, 948, 901, WORLD +930, 901, 930, 955, 1116, 955, 1116, 901, GONE +1101, 904, 1101, 965, 1254, 965, 1254, 904, MAD diff --git a/data/validation/gt_S1E5_frame33750.txt b/data/validation/gt_S1E5_frame33750.txt new file mode 100644 index 0000000..47c1c4a --- /dev/null +++ b/data/validation/gt_S1E5_frame33750.txt @@ -0,0 +1,7 @@ +999, 907, 999, 961, 1224, 961, 1224, 907, delivery. +699, 911, 699, 961, 849, 961, 849, 911, We've +966, 833, 966, 884, 1107, 884, 1107, 833, to the +672, 833, 672, 891, 795, 891, 795, 833, Then +852, 907, 852, 958, 975, 958, 975, 907, got +798, 837, 798, 887, 939, 887, 939, 837, come +1107, 837, 1107, 897, 1257, 897, 1257, 837, shop. diff --git a/data/validation/gt_S1E5_frame33900.txt b/data/validation/gt_S1E5_frame33900.txt new file mode 100644 index 0000000..eb8fcc7 --- /dev/null +++ b/data/validation/gt_S1E5_frame33900.txt @@ -0,0 +1,8 @@ +768, 907, 768, 961, 1002, 961, 1002, 907, yourself +651, 823, 651, 887, 813, 887, 813, 823, You'll +1005, 904, 1005, 961, 1107, 961, 1107, 904, like +681, 918, 681, 968, 804, 968, 804, 918, for +813, 830, 813, 884, 990, 884, 990, 830, never +972, 830, 972, 887, 1143, 887, 1143, 830, make +1167, 826, 1167, 891, 1272, 891, 1272, 826, life +1092, 901, 1092, 965, 1227, 965, 1227, 901, that! diff --git a/data/validation/gt_S1E5_frame34100.txt b/data/validation/gt_S1E5_frame34100.txt new file mode 100644 index 0000000..e0c8623 --- /dev/null +++ b/data/validation/gt_S1E5_frame34100.txt @@ -0,0 +1,9 @@ +1176, 830, 1176, 880, 1359, 880, 1359, 830, Mehdi. +570, 837, 570, 887, 663, 887, 663, 837, You +639, 904, 639, 961, 981, 961, 981, 904, I'm not your +1092, 907, 1092, 961, 1254, 961, 1254, 907, slave. +1071, 837, 1071, 887, 1182, 887, 1182, 837, not. +969, 904, 969, 961, 1101, 961, 1101, 904, little +663, 840, 663, 891, 804, 891, 804, 840, piss +990, 823, 990, 887, 1098, 887, 1098, 823, I'm +786, 837, 786, 884, 903, 884, 903, 837, me diff --git a/data/validation/gt_S1E5_frame34275.txt b/data/validation/gt_S1E5_frame34275.txt new file mode 100644 index 0000000..1581dee --- /dev/null +++ b/data/validation/gt_S1E5_frame34275.txt @@ -0,0 +1,8 @@ +576, 914, 576, 961, 708, 961, 708, 914, cops +708, 904, 708, 965, 867, 965, 867, 904, killed +1239, 911, 1239, 958, 1344, 958, 1344, 911, you +1341, 911, 1341, 961, 1461, 961, 1461, 911, do? +993, 907, 993, 958, 1146, 958, 1146, 907, What +858, 907, 858, 968, 993, 968, 993, 907, him. +477, 907, 477, 961, 570, 961, 570, 907, The +1134, 907, 1134, 955, 1233, 955, 1233, 907, did diff --git a/data/validation/gt_S1E5_frame34300.txt b/data/validation/gt_S1E5_frame34300.txt new file mode 100644 index 0000000..cb76ccf --- /dev/null +++ b/data/validation/gt_S1E5_frame34300.txt @@ -0,0 +1,9 @@ +843, 914, 843, 965, 1053, 965, 1053, 914, fucking +1071, 911, 1071, 961, 1179, 961, 1179, 911, pup. +489, 826, 489, 891, 702, 891, 702, 826, Nothing +1035, 826, 1035, 891, 1218, 891, 1218, 826, they'd +717, 907, 717, 965, 858, 965, 858, 907, your +861, 830, 861, 887, 969, 887, 969, 830, than +708, 833, 708, 891, 840, 891, 840, 833, more +1314, 840, 1314, 884, 1425, 884, 1425, 840, over +1188, 840, 1188, 887, 1299, 887, 1299, 840, run diff --git a/data/validation/gt_S1E5_frame43625.txt b/data/validation/gt_S1E5_frame43625.txt new file mode 100644 index 0000000..b37c199 --- /dev/null +++ b/data/validation/gt_S1E5_frame43625.txt @@ -0,0 +1,6 @@ +681, 911, 681, 961, 795, 961, 795, 911, you +915, 911, 915, 961, 1038, 961, 1038, 911, after +1173, 904, 1173, 961, 1341, 961, 1341, 904, shift? +1044, 911, 1044, 958, 1182, 958, 1182, 911, your +576, 911, 576, 961, 684, 961, 684, 911, Are +804, 907, 804, 958, 906, 958, 906, 907, free diff --git a/data/validation/gt_S1E5_frame44200.txt b/data/validation/gt_S1E5_frame44200.txt new file mode 100644 index 0000000..97150f1 --- /dev/null +++ b/data/validation/gt_S1E5_frame44200.txt @@ -0,0 +1,6 @@ +843, 907, 843, 958, 1011, 958, 1011, 907, drink +651, 826, 651, 891, 891, 891, 891, 826, I thought +969, 833, 969, 887, 1134, 887, 1134, 833, could +1140, 833, 1140, 884, 1278, 884, 1278, 833, have +876, 840, 876, 891, 981, 891, 981, 840, we +969, 907, 969, 958, 1119, 958, 1119, 907, first. diff --git a/data/validation/gt_S1E5_frame48975.txt b/data/validation/gt_S1E5_frame48975.txt new file mode 100644 index 0000000..8e922ae --- /dev/null +++ b/data/validation/gt_S1E5_frame48975.txt @@ -0,0 +1,7 @@ +771, 911, 771, 961, 894, 961, 894, 911, hen +705, 830, 705, 891, 834, 891, 834, 830, First +999, 826, 999, 894, 1191, 894, 1191, 826, Daddy” +1032, 907, 1032, 968, 1227, 968, 1227, 907, "Daddy" +660, 911, 660, 958, 771, 958, 771, 911, and +894, 904, 894, 961, 1017, 961, 1017, 904, just +840, 826, 840, 887, 999, 887, 999, 826, "Your diff --git a/data/validation/gt_S1E5_frame51425.txt b/data/validation/gt_S1E5_frame51425.txt new file mode 100644 index 0000000..26739be --- /dev/null +++ b/data/validation/gt_S1E5_frame51425.txt @@ -0,0 +1,2 @@ +963, 907, 963, 968, 1155, 968, 1155, 907, police. +741, 907, 741, 972, 975, 972, 975, 907, Fucking diff --git a/data/validation/gt_S1E5_frame51600.txt b/data/validation/gt_S1E5_frame51600.txt new file mode 100644 index 0000000..85a3642 --- /dev/null +++ b/data/validation/gt_S1E5_frame51600.txt @@ -0,0 +1,7 @@ +882, 907, 882, 958, 984, 958, 984, 907, out +753, 911, 753, 965, 879, 965, 879, 911, to go +1044, 907, 1044, 958, 1209, 958, 1209, 907, grass. +1215, 911, 1215, 968, 1443, 968, 1443, 911, Laurent. +588, 907, 588, 961, 723, 961, 723, 907, need +477, 911, 477, 965, 588, 965, 588, 911, You +963, 918, 963, 965, 1047, 965, 1047, 918, to diff --git a/data/validation/gt_S1E5_frame64950.txt b/data/validation/gt_S1E5_frame64950.txt new file mode 100644 index 0000000..f2c8cea --- /dev/null +++ b/data/validation/gt_S1E5_frame64950.txt @@ -0,0 +1,4 @@ +876, 911, 876, 965, 1104, 965, 1104, 911, following +1113, 907, 1113, 961, 1305, 961, 1305, 907, orders. +609, 904, 609, 965, 747, 965, 747, 904, I was +762, 901, 762, 958, 885, 958, 885, 901, just diff --git a/data/validation/gt_S1E6_frame33025.txt b/data/validation/gt_S1E6_frame33025.txt new file mode 100644 index 0000000..aae9bce --- /dev/null +++ b/data/validation/gt_S1E6_frame33025.txt @@ -0,0 +1,2 @@ +780, 907, 780, 961, 1005, 961, 1005, 907, It wasn't +987, 907, 987, 961, 1152, 961, 1152, 907, you? diff --git a/data/validation/gt_S1E6_frame33275.txt b/data/validation/gt_S1E6_frame33275.txt new file mode 100644 index 0000000..b443d93 --- /dev/null +++ b/data/validation/gt_S1E6_frame33275.txt @@ -0,0 +1,6 @@ +1212, 907, 1212, 965, 1362, 965, 1362, 907, back. +768, 907, 768, 961, 948, 961, 948, 907, before +1032, 911, 1032, 965, 1212, 965, 1212, 911, comes +558, 907, 558, 965, 690, 965, 690, 907, Let's +675, 911, 675, 965, 774, 965, 774, 911, go +951, 907, 951, 955, 1044, 955, 1044, 907, he diff --git a/data/validation/gt_S1E6_frame34250.txt b/data/validation/gt_S1E6_frame34250.txt new file mode 100644 index 0000000..c7ba825 --- /dev/null +++ b/data/validation/gt_S1E6_frame34250.txt @@ -0,0 +1,3 @@ +924, 907, 924, 961, 1095, 961, 1095, 907, about +762, 904, 762, 961, 933, 961, 933, 904, Think. +1086, 911, 1086, 968, 1146, 968, 1146, 911, it diff --git a/data/validation/gt_S1E6_frame34375.txt b/data/validation/gt_S1E6_frame34375.txt new file mode 100644 index 0000000..1be074f --- /dev/null +++ b/data/validation/gt_S1E6_frame34375.txt @@ -0,0 +1,3 @@ +777, 904, 777, 961, 948, 961, 948, 904, Listen +948, 914, 948, 961, 1032, 961, 1032, 914, to +1023, 914, 1023, 965, 1137, 965, 1137, 914, me. diff --git a/data/validation/gt_S1E6_frame34825.txt b/data/validation/gt_S1E6_frame34825.txt new file mode 100644 index 0000000..296a467 --- /dev/null +++ b/data/validation/gt_S1E6_frame34825.txt @@ -0,0 +1,4 @@ +732, 911, 732, 965, 915, 965, 915, 911, started +921, 911, 921, 965, 1137, 965, 1137, 911, that riot, +582, 911, 582, 968, 723, 968, 723, 911, They +1140, 914, 1140, 965, 1341, 965, 1341, 914, not us. diff --git a/data/validation/gt_S1E6_frame35825.txt b/data/validation/gt_S1E6_frame35825.txt new file mode 100644 index 0000000..2e1f8dd --- /dev/null +++ b/data/validation/gt_S1E6_frame35825.txt @@ -0,0 +1 @@ +864, 907, 864, 961, 1050, 961, 1050, 907, What? diff --git a/data/validation/gt_S1E6_frame43000.txt b/data/validation/gt_S1E6_frame43000.txt new file mode 100644 index 0000000..589b0a6 --- /dev/null +++ b/data/validation/gt_S1E6_frame43000.txt @@ -0,0 +1,3 @@ +744, 907, 744, 972, 993, 972, 993, 907, finishing +996, 904, 996, 961, 1293, 961, 1293, 904, something. +621, 904, 621, 965, 747, 965, 747, 904, Just diff --git a/data/validation/gt_S1E6_frame49450.txt b/data/validation/gt_S1E6_frame49450.txt new file mode 100644 index 0000000..e145a01 --- /dev/null +++ b/data/validation/gt_S1E6_frame49450.txt @@ -0,0 +1,9 @@ +678, 830, 678, 887, 849, 887, 849, 830, I know +1143, 907, 1143, 965, 1311, 965, 1311, 907, about +933, 904, 933, 961, 1140, 961, 1140, 904, curious +957, 833, 957, 891, 1056, 891, 1056, 833, not +543, 907, 543, 961, 903, 961, 903, 907, but evervone i +1134, 830, 1134, 897, 1245, 897, 1245, 830, job +861, 830, 861, 891, 948, 891, 948, 830, it's +1287, 907, 1287, 961, 1395, 961, 1395, 907, TT. +1050, 830, 1050, 894, 1161, 894, 1161, 830, my diff --git a/data/validation/gt_S1E6_frame49675.txt b/data/validation/gt_S1E6_frame49675.txt new file mode 100644 index 0000000..784a35e --- /dev/null +++ b/data/validation/gt_S1E6_frame49675.txt @@ -0,0 +1,7 @@ +615, 826, 615, 884, 807, 884, 807, 826, I looked +828, 830, 828, 894, 1029, 894, 1029, 830, through +864, 907, 864, 958, 978, 958, 978, 907, put +921, 907, 921, 961, 1131, 961, 1131, 907, online. +1119, 830, 1119, 894, 1320, 894, 1320, 830, photos +1029, 830, 1029, 891, 1131, 891, 1131, 830, the +774, 907, 774, 958, 846, 958, 846, 907, he diff --git a/data/validation/gt_S1E6_frame49925.txt b/data/validation/gt_S1E6_frame49925.txt new file mode 100644 index 0000000..3a02ac8 --- /dev/null +++ b/data/validation/gt_S1E6_frame49925.txt @@ -0,0 +1,5 @@ +1206, 904, 1206, 965, 1395, 965, 1395, 904, Patrol” +474, 907, 474, 968, 756, 968, 756, 907, according +819, 911, 819, 961, 1044, 961, 1044, 911, posts on +1071, 911, 1071, 972, 1206, 972, 1206, 911, "Cop +753, 914, 753, 965, 834, 965, 834, 914, to diff --git a/data/validation/gt_S1E6_frame49975.txt b/data/validation/gt_S1E6_frame49975.txt new file mode 100644 index 0000000..695d734 --- /dev/null +++ b/data/validation/gt_S1E6_frame49975.txt @@ -0,0 +1,5 @@ +1200, 911, 1200, 965, 1419, 965, 1419, 911, Delgado. +972, 904, 972, 965, 1194, 965, 1194, 904, Laurent +624, 911, 624, 961, 795, 961, 795, 911, officer +801, 904, 801, 955, 981, 955, 981, 904, called +486, 914, 486, 961, 609, 961, 609, 914, is an diff --git a/data/validation/gt_S1E6_frame50300.txt b/data/validation/gt_S1E6_frame50300.txt new file mode 100644 index 0000000..bb84d3c --- /dev/null +++ b/data/validation/gt_S1E6_frame50300.txt @@ -0,0 +1,7 @@ +969, 830, 969, 887, 1212, 887, 1212, 830, morning +996, 907, 996, 961, 1263, 961, 1263, 907, not back. +660, 911, 660, 961, 768, 961, 768, 911, and +726, 830, 726, 887, 876, 887, 876, 830, I rang +903, 907, 903, 961, 993, 961, 993, 907, still +864, 823, 864, 887, 999, 887, 999, 823, this +777, 904, 777, 958, 882, 958, 882, 904, he's diff --git a/data/validation/gt_S1E6_frame50875.txt b/data/validation/gt_S1E6_frame50875.txt new file mode 100644 index 0000000..72cbaee --- /dev/null +++ b/data/validation/gt_S1E6_frame50875.txt @@ -0,0 +1,7 @@ +732, 830, 732, 894, 1053, 894, 1053, 830, everything +603, 833, 603, 887, 756, 887, 756, 833, I need +993, 904, 993, 961, 1170, 961, 1170, 904, Cherfi. +825, 904, 825, 961, 1014, 961, 1014, 904, Mehdi +1158, 820, 1158, 880, 1332, 880, 1332, 820, found +735, 914, 735, 965, 825, 965, 825, 914, on +1050, 830, 1050, 887, 1170, 887, 1170, 830, you diff --git a/data/validation/gt_S1E6_frame50925.txt b/data/validation/gt_S1E6_frame50925.txt new file mode 100644 index 0000000..99d1fb0 --- /dev/null +++ b/data/validation/gt_S1E6_frame50925.txt @@ -0,0 +1,4 @@ +1047, 911, 1047, 961, 1182, 961, 1182, 911, year. +945, 907, 945, 958, 1050, 958, 1050, 907, last +810, 904, 810, 961, 945, 961, 945, 904, died +726, 904, 726, 961, 819, 961, 819, 904, He diff --git a/data/validation/gt_S1E6_frame50950.txt b/data/validation/gt_S1E6_frame50950.txt new file mode 100644 index 0000000..c1cf4cf --- /dev/null +++ b/data/validation/gt_S1E6_frame50950.txt @@ -0,0 +1 @@ +858, 907, 858, 968, 1059, 968, 1059, 907, And...? diff --git a/data/validation/gt_S1E6_frame54400.txt b/data/validation/gt_S1E6_frame54400.txt new file mode 100644 index 0000000..597b111 --- /dev/null +++ b/data/validation/gt_S1E6_frame54400.txt @@ -0,0 +1,5 @@ +807, 914, 807, 965, 963, 965, 963, 914, know +975, 914, 975, 958, 1143, 958, 1143, 914, where +621, 907, 621, 961, 804, 961, 804, 907, Do you +1140, 911, 1140, 958, 1221, 958, 1221, 911, he +1206, 911, 1206, 961, 1314, 961, 1314, 911, is? diff --git a/data/validation/gt_S1E6_frame57000.txt b/data/validation/gt_S1E6_frame57000.txt new file mode 100644 index 0000000..4c69c26 --- /dev/null +++ b/data/validation/gt_S1E6_frame57000.txt @@ -0,0 +1,5 @@ +1140, 907, 1140, 968, 1326, 968, 1326, 907, ahead. +831, 911, 831, 965, 1023, 965, 1023, 911, for one +1029, 914, 1029, 968, 1143, 968, 1143, 914, step +669, 907, 669, 958, 825, 958, 825, 907, much +582, 911, 582, 965, 660, 965, 660, 911, So diff --git a/data/validation/gt_S1E6_frame57175.txt b/data/validation/gt_S1E6_frame57175.txt new file mode 100644 index 0000000..7a3304c --- /dev/null +++ b/data/validation/gt_S1E6_frame57175.txt @@ -0,0 +1,6 @@ +1059, 907, 1059, 968, 1263, 968, 1263, 907, moving +789, 907, 789, 961, 954, 961, 954, 907, police +696, 907, 696, 961, 807, 961, 807, 907, riot +588, 904, 588, 965, 687, 965, 687, 904, The +951, 911, 951, 961, 1056, 961, 1056, 911, are +1254, 914, 1254, 972, 1350, 972, 1350, 914, in. diff --git a/data/validation/gt_S1E6_frame57975.txt b/data/validation/gt_S1E6_frame57975.txt new file mode 100644 index 0000000..bfe9660 --- /dev/null +++ b/data/validation/gt_S1E6_frame57975.txt @@ -0,0 +1,5 @@ +1185, 911, 1185, 958, 1383, 958, 1383, 911, arrest? +1005, 911, 1005, 961, 1194, 961, 1194, 911, I under +741, 907, 741, 961, 885, 961, 885, 907, this? +525, 904, 525, 961, 759, 961, 759, 904, What is +876, 911, 876, 961, 993, 961, 993, 911, Am diff --git a/data/validation/gt_S1E6_frame58250.txt b/data/validation/gt_S1E6_frame58250.txt new file mode 100644 index 0000000..1ff464f --- /dev/null +++ b/data/validation/gt_S1E6_frame58250.txt @@ -0,0 +1,3 @@ +837, 911, 837, 961, 1044, 961, 1044, 911, Laurent +1056, 907, 1056, 958, 1299, 958, 1299, 907, Delgado? +606, 904, 606, 965, 831, 965, 831, 904, Where's diff --git a/data/validation/gt_S1E6_frame58800.txt b/data/validation/gt_S1E6_frame58800.txt new file mode 100644 index 0000000..921fb92 --- /dev/null +++ b/data/validation/gt_S1E6_frame58800.txt @@ -0,0 +1,2 @@ +1014, 914, 1014, 961, 1212, 961, 1212, 914, garage. +717, 914, 717, 961, 963, 961, 963, 914, I was at th diff --git a/data/validation/gt_S1E6_frame59025.txt b/data/validation/gt_S1E6_frame59025.txt new file mode 100644 index 0000000..f136f39 --- /dev/null +++ b/data/validation/gt_S1E6_frame59025.txt @@ -0,0 +1 @@ +873, 904, 873, 968, 1035, 968, 1035, 904, Look. diff --git a/data/validation/gt_S1E6_frame59125.txt b/data/validation/gt_S1E6_frame59125.txt new file mode 100644 index 0000000..e939408 --- /dev/null +++ b/data/validation/gt_S1E6_frame59125.txt @@ -0,0 +1,6 @@ +813, 830, 813, 887, 975, 887, 975, 830, failed +735, 907, 735, 965, 837, 965, 837, 907, You +858, 904, 858, 961, 1038, 961, 1038, 904, didn't f +729, 830, 729, 891, 834, 891, 834, 830, We +987, 826, 987, 891, 1113, 891, 1113, 826, him. +1101, 907, 1101, 965, 1221, 965, 1221, 907, him. diff --git a/data/validation/gt_S1E6_frame63450.txt b/data/validation/gt_S1E6_frame63450.txt new file mode 100644 index 0000000..c8ef4b5 --- /dev/null +++ b/data/validation/gt_S1E6_frame63450.txt @@ -0,0 +1,6 @@ +825, 911, 825, 965, 942, 965, 942, 911, guy +945, 911, 945, 961, 1065, 961, 1065, 911, lose +675, 911, 675, 961, 828, 961, 828, 911, other +1143, 894, 1143, 961, 1353, 961, 1353, 894, bottle? +1065, 904, 1065, 961, 1161, 961, 1161, 904, his +570, 907, 570, 965, 684, 965, 684, 907, The diff --git a/data/validation/gt_S1E6_frame63800.txt b/data/validation/gt_S1E6_frame63800.txt new file mode 100644 index 0000000..5f536ac --- /dev/null +++ b/data/validation/gt_S1E6_frame63800.txt @@ -0,0 +1,8 @@ +729, 914, 729, 961, 873, 961, 873, 914, what +1086, 826, 1086, 891, 1302, 891, 1302, 826, charges +945, 911, 945, 961, 1116, 961, 1116, 911, about +711, 826, 711, 887, 960, 887, 960, 826, shouldn't +948, 833, 948, 887, 1089, 887, 1089, 833, face +633, 911, 633, 965, 729, 965, 729, 911, for +612, 826, 612, 891, 720, 891, 720, 826, He +1101, 914, 1101, 965, 1224, 965, 1224, 914, to d diff --git a/data/validation/gt_S1E7_frame15625.txt b/data/validation/gt_S1E7_frame15625.txt new file mode 100644 index 0000000..363808c --- /dev/null +++ b/data/validation/gt_S1E7_frame15625.txt @@ -0,0 +1,4 @@ +879, 911, 879, 958, 1011, 958, 1011, 911, need +1023, 907, 1023, 961, 1281, 961, 1281, 907, your help. +732, 907, 732, 965, 870, 965, 870, 907, really +627, 904, 627, 958, 732, 958, 732, 904, We diff --git a/data/validation/gt_S1E7_frame16075.txt b/data/validation/gt_S1E7_frame16075.txt new file mode 100644 index 0000000..e87d447 --- /dev/null +++ b/data/validation/gt_S1E7_frame16075.txt @@ -0,0 +1,5 @@ +1005, 924, 1005, 961, 1146, 961, 1146, 924, what +1272, 921, 1272, 961, 1422, 961, 1422, 921, were. +1146, 918, 1146, 961, 1269, 961, 1269, 918, they +840, 914, 840, 958, 1008, 958, 1008, 914, really +480, 904, 480, 961, 756, 961, 756, 904, But that’s diff --git a/data/validation/gt_S1E7_frame16475.txt b/data/validation/gt_S1E7_frame16475.txt new file mode 100644 index 0000000..f340e20 --- /dev/null +++ b/data/validation/gt_S1E7_frame16475.txt @@ -0,0 +1,3 @@ +1071, 911, 1071, 961, 1299, 961, 1299, 911, Laurent. +924, 904, 924, 955, 1071, 955, 1071, 904, killed +654, 911, 654, 958, 885, 958, 885, 911, m sure h diff --git a/data/validation/gt_S1E7_frame20350.txt b/data/validation/gt_S1E7_frame20350.txt new file mode 100644 index 0000000..7cba2ac --- /dev/null +++ b/data/validation/gt_S1E7_frame20350.txt @@ -0,0 +1,11 @@ +813, 904, 813, 961, 987, 961, 987, 904, called +525, 840, 525, 897, 657, 897, 657, 840, They +1080, 911, 1080, 965, 1326, 965, 1326, 911, Holdings. +810, 833, 810, 891, 1077, 891, 1077, 833, organised +582, 918, 582, 975, 702, 975, 702, 918, by a +1053, 833, 1053, 891, 1206, 891, 1206, 833, and +1176, 830, 1176, 884, 1308, 884, 1308, 830, paid +702, 904, 702, 961, 831, 961, 831, 904, firm +666, 840, 666, 891, 798, 891, 798, 840, were +1314, 830, 1314, 891, 1392, 891, 1392, 830, for +984, 897, 984, 961, 1092, 961, 1092, 897, ZP diff --git a/data/validation/gt_S1E7_frame31675.txt b/data/validation/gt_S1E7_frame31675.txt new file mode 100644 index 0000000..3bed90a --- /dev/null +++ b/data/validation/gt_S1E7_frame31675.txt @@ -0,0 +1,9 @@ +996, 833, 996, 884, 1101, 884, 1101, 833, that +744, 830, 744, 891, 984, 891, 984, 830, , believed +1104, 826, 1104, 887, 1257, 887, 1257, 826, this is +1170, 914, 1170, 961, 1413, 961, 1413, 914, demand. +774, 904, 774, 965, 1041, 965, 1041, 904, Terrorist's +1053, 911, 1053, 965, 1161, 965, 1161, 911, last +612, 904, 612, 961, 765, 961, 765, 904, Truth +522, 907, 522, 965, 624, 965, 624, 907, the +642, 826, 642, 891, 756, 891, 756, 826, It is diff --git a/data/validation/gt_S1E7_frame31700.txt b/data/validation/gt_S1E7_frame31700.txt new file mode 100644 index 0000000..f60d2c7 --- /dev/null +++ b/data/validation/gt_S1E7_frame31700.txt @@ -0,0 +1,8 @@ +750, 826, 750, 891, 981, 891, 981, 826, believed +1152, 911, 1152, 961, 1386, 961, 1386, 911, demand. +993, 823, 993, 880, 1170, 880, 1170, 823, that thi +777, 901, 777, 965, 1044, 965, 1044, 901, Terrorist +612, 901, 612, 961, 762, 961, 762, 901, Truth +516, 907, 516, 968, 618, 968, 618, 907, the +1062, 911, 1062, 955, 1176, 955, 1176, 911, last +663, 826, 663, 891, 753, 891, 753, 826, It is. diff --git a/data/validation/gt_S1E7_frame3450.txt b/data/validation/gt_S1E7_frame3450.txt new file mode 100644 index 0000000..a30ad5b --- /dev/null +++ b/data/validation/gt_S1E7_frame3450.txt @@ -0,0 +1 @@ +825, 901, 825, 965, 1077, 965, 1077, 901, Nothing? diff --git a/data/validation/gt_S1E7_frame39300.txt b/data/validation/gt_S1E7_frame39300.txt new file mode 100644 index 0000000..374096e --- /dev/null +++ b/data/validation/gt_S1E7_frame39300.txt @@ -0,0 +1 @@ +822, 901, 822, 968, 1092, 968, 1092, 901, Deserted. diff --git a/data/validation/gt_S1E7_frame40350.txt b/data/validation/gt_S1E7_frame40350.txt new file mode 100644 index 0000000..ca58963 --- /dev/null +++ b/data/validation/gt_S1E7_frame40350.txt @@ -0,0 +1,2 @@ +777, 901, 777, 961, 1011, 961, 1011, 901, Where is +1017, 897, 1017, 958, 1137, 958, 1137, 897, he? diff --git a/data/validation/gt_S1E7_frame40400.txt b/data/validation/gt_S1E7_frame40400.txt new file mode 100644 index 0000000..758e941 --- /dev/null +++ b/data/validation/gt_S1E7_frame40400.txt @@ -0,0 +1,3 @@ +858, 907, 858, 961, 1053, 961, 1053, 907, where +717, 911, 717, 965, 855, 965, 855, 911, I said +1059, 904, 1059, 955, 1212, 955, 1212, 904, is he? diff --git a/data/validation/gt_S1E7_frame40550.txt b/data/validation/gt_S1E7_frame40550.txt new file mode 100644 index 0000000..0a7773f --- /dev/null +++ b/data/validation/gt_S1E7_frame40550.txt @@ -0,0 +1,4 @@ +972, 907, 972, 961, 1167, 961, 1167, 907, looking +849, 911, 849, 958, 960, 958, 960, 911, you +630, 914, 630, 958, 786, 958, 786, 914, Who +1170, 904, 1170, 958, 1293, 958, 1293, 904, for? diff --git a/data/validation/gt_S1E7_frame41100.txt b/data/validation/gt_S1E7_frame41100.txt new file mode 100644 index 0000000..a8b9428 --- /dev/null +++ b/data/validation/gt_S1E7_frame41100.txt @@ -0,0 +1,5 @@ +711, 904, 711, 958, 849, 958, 849, 904, o get +990, 911, 990, 968, 1185, 968, 1185, 911, fucking +1182, 911, 1182, 965, 1404, 965, 1404, 911, training. +513, 904, 513, 965, 678, 965, 678, 904, I need +834, 907, 834, 965, 975, 965, 975, 907, back diff --git a/data/validation/gt_S1E7_frame63250.txt b/data/validation/gt_S1E7_frame63250.txt new file mode 100644 index 0000000..6da9ecd --- /dev/null +++ b/data/validation/gt_S1E7_frame63250.txt @@ -0,0 +1,2 @@ +963, 914, 963, 961, 1137, 961, 1137, 914, you...? +768, 911, 768, 965, 969, 965, 969, 911, Hi. Are diff --git a/data/validation/gt_S1E7_frame8675.txt b/data/validation/gt_S1E7_frame8675.txt new file mode 100644 index 0000000..f0ecffa --- /dev/null +++ b/data/validation/gt_S1E7_frame8675.txt @@ -0,0 +1,4 @@ +999, 833, 999, 887, 1095, 887, 1095, 833, his +768, 823, 768, 884, 966, 884, 966, 823, ow old i +1101, 830, 1101, 884, 1230, 884, 1230, 830, son? +705, 901, 705, 955, 873, 955, 873, 901, He's 1 diff --git a/data/validation/gt_S1E7_frame9050.txt b/data/validation/gt_S1E7_frame9050.txt new file mode 100644 index 0000000..b068c2e --- /dev/null +++ b/data/validation/gt_S1E7_frame9050.txt @@ -0,0 +1,2 @@ +897, 911, 897, 961, 1098, 961, 1098, 911, please... +804, 914, 804, 965, 888, 965, 888, 914, So diff --git a/data/validation/gt_S1E8_frame14975.txt b/data/validation/gt_S1E8_frame14975.txt new file mode 100644 index 0000000..49fad07 --- /dev/null +++ b/data/validation/gt_S1E8_frame14975.txt @@ -0,0 +1,8 @@ +603, 833, 603, 887, 738, 887, 738, 833, What +591, 911, 591, 965, 882, 965, 882, 911, Something +1047, 911, 1047, 965, 1185, 965, 1185, 911, baby +1194, 907, 1194, 958, 1347, 958, 1347, 907, seals. +897, 907, 897, 961, 1047, 961, 1047, 907, about +834, 830, 834, 887, 948, 887, 948, 830, she +729, 823, 729, 884, 846, 884, 846, 823, did +954, 840, 954, 891, 1062, 891, 1062, 840, say diff --git a/data/validation/gt_S1E8_frame1700.txt b/data/validation/gt_S1E8_frame1700.txt new file mode 100644 index 0000000..ae0de3f --- /dev/null +++ b/data/validation/gt_S1E8_frame1700.txt @@ -0,0 +1,3 @@ +852, 914, 852, 958, 942, 958, 942, 914, too +966, 914, 966, 961, 1152, 961, 1152, 914, low-key. +756, 904, 756, 955, 834, 955, 834, 904, It's diff --git a/data/validation/gt_S1E8_frame1750.txt b/data/validation/gt_S1E8_frame1750.txt new file mode 100644 index 0000000..761f9e7 --- /dev/null +++ b/data/validation/gt_S1E8_frame1750.txt @@ -0,0 +1,9 @@ +1167, 907, 1167, 961, 1410, 961, 1410, 907, predator. +639, 907, 639, 961, 819, 961, 819, 907, trained +864, 904, 864, 961, 1026, 961, 1026, 904, sniff +1050, 826, 1050, 887, 1242, 887, 1242, 826, officer. +672, 830, 672, 891, 768, 891, 768, 830, He +912, 826, 912, 887, 1044, 887, 1044, 826, field +1014, 907, 1014, 958, 1134, 958, 1134, 907, Out +501, 904, 501, 958, 624, 958, 624, 904, He's +759, 833, 759, 884, 909, 884, 909, 833, was a diff --git a/data/validation/gt_S1E8_frame3225.txt b/data/validation/gt_S1E8_frame3225.txt new file mode 100644 index 0000000..770b279 --- /dev/null +++ b/data/validation/gt_S1E8_frame3225.txt @@ -0,0 +1,6 @@ +852, 911, 852, 958, 1017, 958, 1017, 911, come +1008, 911, 1008, 961, 1131, 961, 1131, 911, with +489, 897, 489, 965, 654, 965, 654, 897, You'll +1230, 907, 1230, 965, 1425, 965, 1425, 907, Fabien. +651, 911, 651, 961, 825, 961, 825, 911, have t +1131, 911, 1131, 961, 1218, 961, 1218, 911, us, diff --git a/data/validation/gt_S1E8_frame33625.txt b/data/validation/gt_S1E8_frame33625.txt new file mode 100644 index 0000000..114a89e --- /dev/null +++ b/data/validation/gt_S1E8_frame33625.txt @@ -0,0 +1,6 @@ +1179, 823, 1179, 884, 1458, 884, 1458, 823, Criminelle. +459, 837, 459, 887, 591, 887, 591, 837, Elise +948, 826, 948, 891, 1182, 891, 1182, 826, Brigade. +705, 911, 705, 965, 903, 965, 903, 911, Leave +945, 911, 945, 965, 1179, 965, 1179, 911, message. +603, 826, 603, 887, 930, 887, 930, 826, Wassermann diff --git a/data/validation/gt_S1E8_frame3625.txt b/data/validation/gt_S1E8_frame3625.txt new file mode 100644 index 0000000..e45ff23 --- /dev/null +++ b/data/validation/gt_S1E8_frame3625.txt @@ -0,0 +1,6 @@ +1128, 907, 1128, 961, 1356, 961, 1356, 907, change? +897, 907, 897, 961, 1032, 961, 1032, 907, take +771, 907, 771, 961, 912, 961, 912, 907, least +1029, 914, 1029, 965, 1137, 965, 1137, 914, my +693, 907, 693, 961, 786, 961, 786, 907, at +558, 904, 558, 965, 687, 965, 687, 904, Can diff --git a/data/validation/gt_S1E8_frame37125.txt b/data/validation/gt_S1E8_frame37125.txt new file mode 100644 index 0000000..09aafe8 --- /dev/null +++ b/data/validation/gt_S1E8_frame37125.txt @@ -0,0 +1,4 @@ +1119, 904, 1119, 958, 1236, 958, 1236, 904, girl. +813, 907, 813, 961, 1008, 961, 1008, 907, she's a +1017, 907, 1017, 965, 1116, 965, 1116, 907, big +690, 901, 690, 958, 819, 958, 819, 901, Well. diff --git a/data/validation/gt_S1E8_frame40025.txt b/data/validation/gt_S1E8_frame40025.txt new file mode 100644 index 0000000..a5713cf --- /dev/null +++ b/data/validation/gt_S1E8_frame40025.txt @@ -0,0 +1,3 @@ +540, 907, 540, 965, 654, 965, 654, 907, Her +651, 907, 651, 968, 864, 968, 864, 907, attitude +936, 904, 936, 968, 1359, 968, 1359, 904, our relationship. diff --git a/data/validation/gt_S1E8_frame41675.txt b/data/validation/gt_S1E8_frame41675.txt new file mode 100644 index 0000000..fdce24e --- /dev/null +++ b/data/validation/gt_S1E8_frame41675.txt @@ -0,0 +1,3 @@ +960, 904, 960, 965, 1140, 965, 1140, 904, case... +846, 904, 846, 961, 957, 961, 957, 904, that +780, 911, 780, 965, 843, 965, 843, 911, In diff --git a/data/validation/gt_S1E8_frame41725.txt b/data/validation/gt_S1E8_frame41725.txt new file mode 100644 index 0000000..9ed4f9e --- /dev/null +++ b/data/validation/gt_S1E8_frame41725.txt @@ -0,0 +1,9 @@ +1206, 833, 1206, 887, 1413, 887, 1413, 833, society +1140, 907, 1140, 961, 1332, 961, 1332, 907, lesson. +696, 911, 696, 955, 843, 955, 843, 911, want +1002, 833, 1002, 891, 1218, 891, 1218, 833, despise +897, 907, 897, 955, 1089, 955, 1089, 907, teach it +858, 826, 858, 884, 987, 884, 987, 826, that I +702, 833, 702, 891, 843, 891, 843, 833, know +498, 820, 498, 887, 705, 887, 705, 820, ...you'll +570, 911, 570, 965, 690, 965, 690, 911, and diff --git a/data/validation/gt_S1E8_frame43100.txt b/data/validation/gt_S1E8_frame43100.txt new file mode 100644 index 0000000..1d0146f --- /dev/null +++ b/data/validation/gt_S1E8_frame43100.txt @@ -0,0 +1,4 @@ +975, 911, 975, 968, 1131, 968, 1131, 911, doing +813, 911, 813, 965, 975, 965, 975, 911, re you +1140, 907, 1140, 965, 1296, 965, 1296, 907, here? +618, 907, 618, 965, 876, 965, 876, 907, What are diff --git a/data/validation/gt_S1E8_frame43350.txt b/data/validation/gt_S1E8_frame43350.txt new file mode 100644 index 0000000..35b5d64 --- /dev/null +++ b/data/validation/gt_S1E8_frame43350.txt @@ -0,0 +1,8 @@ +618, 911, 618, 961, 810, 961, 810, 911, to have +876, 907, 876, 961, 1086, 961, 1086, 907, discuss +987, 833, 987, 887, 1140, 887, 1140, 833, we're +1104, 907, 1104, 968, 1314, 968, 1314, 907, Peloton. +843, 830, 843, 887, 990, 887, 990, 830, point. +684, 837, 684, 884, 852, 884, 852, 837, some +1137, 833, 1137, 894, 1299, 894, 1299, 833, going +618, 833, 618, 887, 708, 887, 708, 833, At diff --git a/data/validation/gt_S1E8_frame43600.txt b/data/validation/gt_S1E8_frame43600.txt new file mode 100644 index 0000000..cb7a044 --- /dev/null +++ b/data/validation/gt_S1E8_frame43600.txt @@ -0,0 +1,9 @@ +756, 911, 756, 961, 1005, 961, 1005, 911, subject is +1032, 901, 1032, 958, 1296, 958, 1296, 901, off-limits. +1173, 830, 1173, 887, 1398, 887, 1398, 830, officers. +645, 907, 645, 961, 753, 961, 753, 907, This +510, 833, 510, 894, 630, 894, 630, 833, You +744, 833, 744, 884, 867, 884, 867, 833, take +1047, 830, 1047, 887, 1203, 887, 1203, 830, you +618, 826, 618, 891, 738, 891, 738, 826, just +852, 837, 852, 887, 999, 887, 999, 837, Care diff --git a/data/validation/gt_S1E8_frame43825.txt b/data/validation/gt_S1E8_frame43825.txt new file mode 100644 index 0000000..2155514 --- /dev/null +++ b/data/validation/gt_S1E8_frame43825.txt @@ -0,0 +1,5 @@ +966, 904, 966, 958, 1149, 958, 1149, 904, mvself +798, 907, 798, 961, 960, 961, 960, 907, made +636, 911, 636, 965, 795, 965, 795, 911, Have I +1143, 911, 1143, 961, 1320, 961, 1320, 911, clear? +630, 826, 630, 894, 744, 894, 744, 826, OK. diff --git a/data/validation/gt_S1E8_frame44650.txt b/data/validation/gt_S1E8_frame44650.txt new file mode 100644 index 0000000..25e82b0 --- /dev/null +++ b/data/validation/gt_S1E8_frame44650.txt @@ -0,0 +1,4 @@ +969, 914, 969, 961, 1086, 961, 1086, 914, you +759, 911, 759, 958, 936, 958, 936, 911, what d +1083, 911, 1083, 958, 1245, 958, 1245, 911, want? +669, 911, 669, 961, 750, 961, 750, 911, So diff --git a/data/validation/gt_S1E8_frame44800.txt b/data/validation/gt_S1E8_frame44800.txt new file mode 100644 index 0000000..09d69ac --- /dev/null +++ b/data/validation/gt_S1E8_frame44800.txt @@ -0,0 +1,8 @@ +993, 830, 993, 884, 1149, 884, 1149, 830, have +1122, 833, 1122, 887, 1251, 887, 1251, 833, that +909, 894, 909, 948, 1308, 948, 1308, 894, misdemeanours. +681, 826, 681, 887, 852, 887, 852, 826, I really +741, 907, 741, 961, 918, 961, 918, 907, list of +852, 830, 852, 887, 1005, 887, 1005, 830, can't +651, 907, 651, 961, 747, 961, 747, 907, my +573, 911, 573, 961, 654, 961, 654, 911, on diff --git a/data/validation/gt_S1E8_frame46375.txt b/data/validation/gt_S1E8_frame46375.txt new file mode 100644 index 0000000..9ef9c5a --- /dev/null +++ b/data/validation/gt_S1E8_frame46375.txt @@ -0,0 +1,3 @@ +819, 914, 819, 958, 999, 958, 999, 914, son of +711, 914, 711, 965, 825, 965, 825, 914, You +1044, 907, 1044, 965, 1212, 965, 1212, 907, bitch! diff --git a/data/validation/gt_S1E8_frame46500.txt b/data/validation/gt_S1E8_frame46500.txt new file mode 100644 index 0000000..0a48736 --- /dev/null +++ b/data/validation/gt_S1E8_frame46500.txt @@ -0,0 +1,5 @@ +663, 921, 663, 961, 831, 961, 831, 921, down +873, 914, 873, 958, 1011, 958, 1011, 914, we'll +1251, 914, 1251, 961, 1410, 961, 1410, 914, alive. +1029, 914, 1029, 965, 1263, 965, 1263, 914, burn you +519, 911, 519, 961, 672, 961, 672, 911, Guns \ No newline at end of file diff --git a/data/validation/gt_S1E8_frame4750.txt b/data/validation/gt_S1E8_frame4750.txt new file mode 100644 index 0000000..ce2f9fa --- /dev/null +++ b/data/validation/gt_S1E8_frame4750.txt @@ -0,0 +1,12 @@ +852, 914, 852, 961, 1107, 961, 1107, 914, your way, +1131, 911, 1131, 965, 1281, 965, 1281, 911, Alpha +636, 901, 636, 951, 864, 951, 864, 901, heading +1143, 830, 1143, 891, 1245, 891, 1245, 830, the +1251, 830, 1251, 891, 1410, 891, 1410, 830, bullet. +1287, 914, 1287, 968, 1416, 968, 1416, 914, One. +801, 837, 801, 884, 915, 884, 915, 837, vest +510, 904, 510, 958, 621, 958, 621, 904, He's +603, 826, 603, 884, 702, 884, 702, 826, OK. +927, 837, 927, 884, 1131, 884, 1131, 837, stopped +513, 826, 513, 887, 609, 887, 609, 826, I'm +714, 833, 714, 891, 810, 891, 810, 833, My diff --git a/data/validation/gt_S1E8_frame48350.txt b/data/validation/gt_S1E8_frame48350.txt new file mode 100644 index 0000000..932787c --- /dev/null +++ b/data/validation/gt_S1E8_frame48350.txt @@ -0,0 +1,2 @@ +930, 914, 930, 968, 1095, 968, 1095, 914, drive. +822, 911, 822, 965, 930, 965, 930, 911, You diff --git a/data/validation/gt_S1E8_frame51000.txt b/data/validation/gt_S1E8_frame51000.txt new file mode 100644 index 0000000..55e4cca --- /dev/null +++ b/data/validation/gt_S1E8_frame51000.txt @@ -0,0 +1,4 @@ +849, 914, 849, 961, 1080, 961, 1080, 914, but over +1095, 918, 1095, 961, 1209, 961, 1209, 918, now. +762, 901, 762, 958, 855, 958, 855, 901, all +690, 897, 690, 965, 789, 965, 789, 897, It's diff --git a/data/validation/gt_S1E8_frame51100.txt b/data/validation/gt_S1E8_frame51100.txt new file mode 100644 index 0000000..118eb3f --- /dev/null +++ b/data/validation/gt_S1E8_frame51100.txt @@ -0,0 +1,3 @@ +1170, 907, 1170, 961, 1293, 961, 1293, 907, be? +936, 911, 936, 958, 1191, 958, 1191, 911, meant to +720, 914, 720, 955, 912, 955, 912, 914, at was diff --git a/data/validation/gt_S1E8_frame5575.txt b/data/validation/gt_S1E8_frame5575.txt new file mode 100644 index 0000000..7baf178 --- /dev/null +++ b/data/validation/gt_S1E8_frame5575.txt @@ -0,0 +1,4 @@ +849, 901, 849, 958, 984, 958, 984, 901, Hold +981, 911, 981, 958, 1113, 958, 1113, 911, vour +693, 901, 693, 961, 843, 961, 843, 901, Elise! +1122, 904, 1122, 955, 1227, 955, 1227, 904, fire! diff --git a/data/validation/gt_S1E8_frame59300.txt b/data/validation/gt_S1E8_frame59300.txt new file mode 100644 index 0000000..209cfcf --- /dev/null +++ b/data/validation/gt_S1E8_frame59300.txt @@ -0,0 +1,4 @@ +858, 911, 858, 965, 975, 965, 975, 911, how +978, 911, 978, 958, 1080, 958, 1080, 911, are +1074, 911, 1074, 961, 1218, 961, 1218, 911, you? +699, 907, 699, 968, 846, 968, 846, 907, Elise, diff --git a/data/validation/gt_S1E8_frame59625.txt b/data/validation/gt_S1E8_frame59625.txt new file mode 100644 index 0000000..a6493b4 --- /dev/null +++ b/data/validation/gt_S1E8_frame59625.txt @@ -0,0 +1,5 @@ +978, 907, 978, 961, 1233, 961, 1233, 907, apologise. +813, 911, 813, 965, 948, 965, 948, 911, don't +804, 837, 804, 894, 960, 894, 960, 837, sorry. +699, 911, 699, 968, 804, 968, 804, 911, No, +714, 830, 714, 894, 813, 894, 813, 830, I'm diff --git a/data/validation/gt_S1E8_frame59700.txt b/data/validation/gt_S1E8_frame59700.txt new file mode 100644 index 0000000..018203d --- /dev/null +++ b/data/validation/gt_S1E8_frame59700.txt @@ -0,0 +1,10 @@ +1122, 904, 1122, 961, 1341, 961, 1341, 904, instead. +909, 907, 909, 961, 1125, 961, 1125, 907, animals +594, 823, 594, 887, 744, 887, 744, 823, Let’s +729, 830, 729, 884, 849, 884, 849, 830, just +1122, 830, 1122, 891, 1320, 891, 1320, 830, clothes +675, 904, 675, 965, 810, 965, 810, 904, fuck +567, 911, 567, 961, 681, 961, 681, 911, and +819, 897, 819, 958, 927, 958, 927, 897, like +852, 833, 852, 891, 942, 891, 942, 833, rip +921, 830, 921, 887, 1038, 887, 1038, 830, off diff --git a/data/validation/gt_S1E8_frame60000.txt b/data/validation/gt_S1E8_frame60000.txt new file mode 100644 index 0000000..399a72d --- /dev/null +++ b/data/validation/gt_S1E8_frame60000.txt @@ -0,0 +1,5 @@ +1104, 911, 1104, 961, 1338, 961, 1338, 911, stranger. +567, 901, 567, 965, 813, 965, 813, 901, because +921, 907, 921, 958, 1059, 958, 1059, 907, were +801, 907, 801, 961, 912, 961, 912, 907, you +876, 823, 876, 884, 1065, 884, 1065, 823, t wasn't diff --git a/data/validation/gt_S1E9_frame15275.txt b/data/validation/gt_S1E9_frame15275.txt new file mode 100644 index 0000000..9242070 --- /dev/null +++ b/data/validation/gt_S1E9_frame15275.txt @@ -0,0 +1,8 @@ +537, 826, 537, 887, 690, 887, 690, 826, Cash +603, 904, 603, 955, 909, 955, 909, 904, transfers to +1098, 826, 1098, 884, 1368, 884, 1368, 826, traceable +1053, 911, 1053, 958, 1338, 958, 1338, 911, accounts. +738, 830, 738, 884, 879, 884, 879, 830, shit. +978, 830, 978, 880, 1119, 880, 1119, 830, need +876, 907, 876, 961, 1047, 961, 1047, 907, other +876, 830, 876, 884, 978, 884, 978, 830, We diff --git a/data/validation/gt_S1E9_frame17750.txt b/data/validation/gt_S1E9_frame17750.txt new file mode 100644 index 0000000..733fc40 --- /dev/null +++ b/data/validation/gt_S1E9_frame17750.txt @@ -0,0 +1,6 @@ +957, 914, 957, 961, 1128, 961, 1128, 914, follow +762, 911, 762, 958, 888, 958, 888, 911, need +651, 907, 651, 961, 756, 961, 756, 907, just +552, 904, 552, 958, 660, 958, 660, 904, We +1242, 904, 1242, 958, 1362, 958, 1362, 904, trail. +1146, 907, 1146, 955, 1233, 955, 1233, 907, the diff --git a/data/validation/gt_frame15175.txt b/data/validation/gt_frame15175.txt new file mode 100644 index 0000000..1debf48 --- /dev/null +++ b/data/validation/gt_frame15175.txt @@ -0,0 +1,4 @@ +1104, 931, 1104, 968, 1224, 968, 1224, 931, reason. +690, 931, 690, 961, 804, 961, 804, 931, Not if y +891, 931, 891, 965, 1077, 965, 1077, 931, executed fo +768, 931, 768, 965, 897, 965, 897, 931, you're diff --git a/data/validation/gt_frame15200.txt b/data/validation/gt_frame15200.txt new file mode 100644 index 0000000..1debf48 --- /dev/null +++ b/data/validation/gt_frame15200.txt @@ -0,0 +1,4 @@ +1104, 931, 1104, 968, 1224, 968, 1224, 931, reason. +690, 931, 690, 961, 804, 961, 804, 931, Not if y +891, 931, 891, 965, 1077, 965, 1077, 931, executed fo +768, 931, 768, 965, 897, 965, 897, 931, you're diff --git a/data/validation/gt_frame15300.txt b/data/validation/gt_frame15300.txt new file mode 100644 index 0000000..fa38ea8 --- /dev/null +++ b/data/validation/gt_frame15300.txt @@ -0,0 +1,6 @@ +1164, 934, 1164, 972, 1248, 972, 1248, 934, age. +981, 931, 981, 968, 1101, 968, 1101, 931, o court +855, 931, 855, 968, 960, 968, 960, 931, come +747, 928, 747, 965, 858, 965, 858, 928, haven't +672, 931, 672, 968, 741, 968, 741, 931, You +1080, 931, 1080, 968, 1179, 968, 1179, 931, in an diff --git a/data/validation/gt_frame15400.txt b/data/validation/gt_frame15400.txt new file mode 100644 index 0000000..8dc30da --- /dev/null +++ b/data/validation/gt_frame15400.txt @@ -0,0 +1,4 @@ +1065, 928, 1065, 972, 1188, 972, 1188, 928, boring +726, 931, 726, 975, 834, 975, 834, 931, Court +921, 928, 921, 965, 1065, 965, 1065, 928, dreadfully +837, 934, 837, 968, 930, 968, 930, 934, is so d \ No newline at end of file diff --git a/data/validation/gt_frame15750.txt b/data/validation/gt_frame15750.txt new file mode 100644 index 0000000..211b633 --- /dev/null +++ b/data/validation/gt_frame15750.txt @@ -0,0 +1,3 @@ +894, 938, 894, 975, 996, 975, 996, 938, s new +849, 938, 849, 978, 945, 978, 945, 938, His n +978, 934, 978, 972, 1065, 972, 1065, 934, heir \ No newline at end of file diff --git a/data/validation/gt_frame17200.txt b/data/validation/gt_frame17200.txt new file mode 100644 index 0000000..b7b854c --- /dev/null +++ b/data/validation/gt_frame17200.txt @@ -0,0 +1,2 @@ +885, 931, 885, 965, 945, 965, 945, 931, Bea +948, 931, 948, 968, 1035, 968, 1035, 931, utiful \ No newline at end of file diff --git a/data/validation/gt_frame61600.txt b/data/validation/gt_frame61600.txt new file mode 100644 index 0000000..10464c5 --- /dev/null +++ b/data/validation/gt_frame61600.txt @@ -0,0 +1,5 @@ +1059, 938, 1059, 972, 1224, 972, 1224, 938, happiness. +954, 931, 954, 968, 1053, 968, 1053, 931, found +687, 938, 687, 972, 747, 972, 747, 938, my +855, 928, 855, 961, 939, 961, 939, 928, finally +756, 928, 756, 965, 852, 965, 852, 928, father diff --git a/data/validation/gt_frame61875.txt b/data/validation/gt_frame61875.txt new file mode 100644 index 0000000..3af9ef2 --- /dev/null +++ b/data/validation/gt_frame61875.txt @@ -0,0 +1,4 @@ +957, 934, 957, 972, 1038, 972, 1038, 934, be a +1038, 938, 1038, 972, 1125, 972, 1125, 938, son. +801, 928, 801, 968, 882, 968, 882, 928, I will +867, 928, 867, 968, 975, 968, 975, 928, never \ No newline at end of file diff --git a/data_processor.py b/data_processor.py index cbf904b..c1ec642 100644 --- a/data_processor.py +++ b/data_processor.py @@ -584,7 +584,7 @@ def all(iterable): def get_text_file(image_file): txt_file = image_file.replace(os.path.basename(image_file).split('.')[1], 'txt') - txt_file_name = txt_file.split('/')[-1] + txt_file_name = txt_file.split('\\')[-1] txt_file = txt_file.replace(txt_file_name, 'gt_' + txt_file_name) return txt_file @@ -646,7 +646,7 @@ def generator(FLAGS, input_size=512, background_ratio=3./8, is_train=True, idx=N if not idx is None: image_list = image_list[idx] print('{} training images in {}'.format( - image_list.shape[0], FLAGS.training_data_path)) + int(image_list.shape[0]/2), FLAGS.training_data_path)) index = np.arange(0, image_list.shape[0]) epoch = 1 while True: @@ -861,7 +861,7 @@ def load_data(FLAGS, is_train=False): pool = Pool(FLAGS.nb_workers) if sys.version_info >= (3, 0): - loaded_data = pool.map_async(load_data_process, zip(image_files, itertools.repeat(FLAGS), itertools.repeat(is_train))).get(9999999) + loaded_data = pool.map_async(load_data_process, zip(image_files, itertools.repeat(FLAGS), itertools.repeat(is_train))).get(999) else: loaded_data = pool.map_async(load_data_process, itertools.izip(image_files, itertools.repeat(FLAGS), itertools.repeat(is_train))).get(9999999) pool.close() diff --git a/eval.py b/eval.py index a2ea44e..f990102 100644 --- a/eval.py +++ b/eval.py @@ -6,19 +6,21 @@ import numpy as np import tensorflow as tf from keras.models import load_model, model_from_json - +from imutils.object_detection import non_max_suppression import locality_aware_nms as nms_locality import lanms +import adamw parser = argparse.ArgumentParser() -parser.add_argument('--test_data_path', type=str, default='../data/ICDAR2015/test_data') +parser.add_argument('--test_data_path', type=str, default='data\\test') parser.add_argument('--gpu_list', type=str, default='0') -parser.add_argument('--model_path', type=str, default='') -parser.add_argument('--output_dir', type=str, default='tmp/eval/east_icdar2015_resnet_v1_50_rbox/') +parser.add_argument('--model_path', type=str, default='tmp/model/model.json') +parser.add_argument('--weights_path', type=str, default='weights\\weights-60.h5') +parser.add_argument('--output_dir', type=str, default='tmp/eval/results/') FLAGS = parser.parse_args() from model import * -from losses import * +from losses import dice_loss from data_processor import restore_rectangle def get_images(): @@ -97,7 +99,8 @@ def detect(score_map, geo_map, timer, score_map_thresh=0.8, box_thresh=0.1, nms_ # nms part start = time.time() # boxes = nms_locality.nms_locality(boxes.astype(np.float64), nms_thres) - boxes = lanms.merge_quadrangle_n9(boxes.astype('float32'), nms_thres) + #boxes = lanms.merge_quadrangle_n9(boxes.astype('float32'), nms_thres) + boxes = non_max_suppression(boxes.astype(np.float64), nms_thres) timer['nms'] = time.time() - start if boxes.shape[0] == 0: @@ -132,12 +135,12 @@ def main(argv=None): if e.errno != 17: raise - # load trained model + #load trained model json_file = open(os.path.join('/'.join(FLAGS.model_path.split('/')[0:-1]), 'model.json'), 'r') loaded_model_json = json_file.read() json_file.close() model = model_from_json(loaded_model_json, custom_objects={'tf': tf, 'RESIZE_FACTOR': RESIZE_FACTOR}) - model.load_weights(FLAGS.model_path) + model.load_weights(FLAGS.weights_path) img_list = get_images() for img_file in img_list: @@ -161,6 +164,7 @@ def main(argv=None): if boxes is not None: boxes = boxes[:, :8].reshape((-1, 4, 2)) + boxes = boxes.astype(np.float32) boxes[:, :, 0] /= ratio_w boxes[:, :, 1] /= ratio_h diff --git a/lanms/__init__.py b/lanms/__init__.py index 649d646..d4ce537 100644 --- a/lanms/__init__.py +++ b/lanms/__init__.py @@ -4,8 +4,8 @@ BASE_DIR = os.path.dirname(os.path.realpath(__file__)) -if subprocess.call(['make', '-C', BASE_DIR]) != 0: # return value - raise RuntimeError('Cannot compile lanms: {}'.format(BASE_DIR)) +# if subprocess.call(['make', '-C', BASE_DIR]) != 0: # return value +# raise RuntimeError('Cannot compile lanms: {}'.format(BASE_DIR)) def merge_quadrangle_n9(polys, thres=0.3, precision=10000): diff --git a/losses.py b/losses.py index 1744d77..3c81744 100644 --- a/losses.py +++ b/losses.py @@ -23,7 +23,7 @@ def loss(y_true, y_pred): h_union = tf.minimum(d1_gt, d1_pred) + tf.minimum(d3_gt, d3_pred) area_intersect = w_union * h_union area_union = area_gt + area_pred - area_intersect - L_AABB = -tf.log((area_intersect + 1.0)/(area_union + 1.0)) + L_AABB = -tf.math.log((area_intersect + 1.0)/(area_union + 1.0)) L_theta = 1 - tf.cos(theta_pred - theta_gt) L_g = L_AABB + 20 * L_theta _training_mask = tf.minimum(overly_small_text_region_training_mask + small_text_weight, 1) * text_region_boundary_training_mask diff --git a/model.py b/model.py index 3f34d09..0c3cd87 100644 --- a/model.py +++ b/model.py @@ -1,12 +1,13 @@ import keras -from keras.applications.resnet50 import ResNet50 +from keras.applications import ResNet50 from keras.models import Model -from keras.layers import Conv2D, concatenate, BatchNormalization, Lambda, Input, multiply, add, ZeroPadding2D, Activation, Layer, MaxPooling2D, Dropout +from keras.layers import Conv2D, concatenate, BatchNormalization, Lambda, Input, multiply, add, Activation, Layer, MaxPooling2D, Dropout, ZeroPadding2D from keras import regularizers import keras.backend as K import tensorflow as tf import numpy as np + RESIZE_FACTOR = 2 def resize_bilinear(x): @@ -49,6 +50,7 @@ def __init__(self, input_size=512): x = Lambda(resize_bilinear, name='resize_3')(x) x = concatenate([x, ZeroPadding2D(((1, 0),(1, 0)))(resnet.get_layer('activation_10').output)], axis=3) + #x = concatenate([x, resnet.get_layer('activation_10').output], axis=3) x = Conv2D(32, (1, 1), padding='same', kernel_regularizer=regularizers.l2(1e-5))(x) x = BatchNormalization(momentum=0.997, epsilon=1e-5, scale=True)(x) x = Activation('relu')(x) diff --git a/requirements.txt b/requirements.txt index 2caad4c..0014610 100644 Binary files a/requirements.txt and b/requirements.txt differ diff --git a/tmp/eval/results/video/frame_10200.jpg b/tmp/eval/results/video/frame_10200.jpg new file mode 100644 index 0000000..2e333eb Binary files /dev/null and b/tmp/eval/results/video/frame_10200.jpg differ diff --git a/tmp/eval/results/video/frame_22225.jpg b/tmp/eval/results/video/frame_22225.jpg new file mode 100644 index 0000000..3417c72 Binary files /dev/null and b/tmp/eval/results/video/frame_22225.jpg differ diff --git a/tmp/eval/results/video/frame_22250.jpg b/tmp/eval/results/video/frame_22250.jpg new file mode 100644 index 0000000..c63d2a0 Binary files /dev/null and b/tmp/eval/results/video/frame_22250.jpg differ diff --git a/tmp/eval/results/video/frame_23700.jpg b/tmp/eval/results/video/frame_23700.jpg new file mode 100644 index 0000000..c792c97 Binary files /dev/null and b/tmp/eval/results/video/frame_23700.jpg differ diff --git a/tmp/eval/results/video/frame_23725.jpg b/tmp/eval/results/video/frame_23725.jpg new file mode 100644 index 0000000..98fb2e3 Binary files /dev/null and b/tmp/eval/results/video/frame_23725.jpg differ diff --git a/tmp/eval/results/video/frame_25.jpg b/tmp/eval/results/video/frame_25.jpg new file mode 100644 index 0000000..8d87f55 Binary files /dev/null and b/tmp/eval/results/video/frame_25.jpg differ diff --git a/tmp/eval/results/video/frame_2525.jpg b/tmp/eval/results/video/frame_2525.jpg new file mode 100644 index 0000000..ee1f4f8 Binary files /dev/null and b/tmp/eval/results/video/frame_2525.jpg differ diff --git a/tmp/eval/results/video/frame_2550.jpg b/tmp/eval/results/video/frame_2550.jpg new file mode 100644 index 0000000..f4e6966 Binary files /dev/null and b/tmp/eval/results/video/frame_2550.jpg differ diff --git a/tmp/eval/results/video/frame_2575.jpg b/tmp/eval/results/video/frame_2575.jpg new file mode 100644 index 0000000..8de6c52 Binary files /dev/null and b/tmp/eval/results/video/frame_2575.jpg differ diff --git a/tmp/eval/results/video/frame_2600.jpg b/tmp/eval/results/video/frame_2600.jpg new file mode 100644 index 0000000..e064eda Binary files /dev/null and b/tmp/eval/results/video/frame_2600.jpg differ diff --git a/tmp/eval/results/video/frame_2625.jpg b/tmp/eval/results/video/frame_2625.jpg new file mode 100644 index 0000000..04f5ad3 Binary files /dev/null and b/tmp/eval/results/video/frame_2625.jpg differ diff --git a/tmp/eval/results/video/frame_2675.jpg b/tmp/eval/results/video/frame_2675.jpg new file mode 100644 index 0000000..a603057 Binary files /dev/null and b/tmp/eval/results/video/frame_2675.jpg differ diff --git a/tmp/eval/results/video/frame_2700.jpg b/tmp/eval/results/video/frame_2700.jpg new file mode 100644 index 0000000..c92d56a Binary files /dev/null and b/tmp/eval/results/video/frame_2700.jpg differ diff --git a/tmp/eval/results/video/frame_2725.jpg b/tmp/eval/results/video/frame_2725.jpg new file mode 100644 index 0000000..9efd35e Binary files /dev/null and b/tmp/eval/results/video/frame_2725.jpg differ diff --git a/tmp/eval/results/video/frame_2750.jpg b/tmp/eval/results/video/frame_2750.jpg new file mode 100644 index 0000000..12c185d Binary files /dev/null and b/tmp/eval/results/video/frame_2750.jpg differ diff --git a/tmp/eval/results/video/frame_2775.jpg b/tmp/eval/results/video/frame_2775.jpg new file mode 100644 index 0000000..00a7caf Binary files /dev/null and b/tmp/eval/results/video/frame_2775.jpg differ diff --git a/tmp/eval/results/video/frame_27900.jpg b/tmp/eval/results/video/frame_27900.jpg new file mode 100644 index 0000000..3133891 Binary files /dev/null and b/tmp/eval/results/video/frame_27900.jpg differ diff --git a/tmp/eval/results/video/frame_27925.jpg b/tmp/eval/results/video/frame_27925.jpg new file mode 100644 index 0000000..349e5f1 Binary files /dev/null and b/tmp/eval/results/video/frame_27925.jpg differ diff --git a/tmp/eval/results/video/frame_2800.jpg b/tmp/eval/results/video/frame_2800.jpg new file mode 100644 index 0000000..6adeacd Binary files /dev/null and b/tmp/eval/results/video/frame_2800.jpg differ diff --git a/tmp/eval/results/video/frame_2825.jpg b/tmp/eval/results/video/frame_2825.jpg new file mode 100644 index 0000000..209dbfe Binary files /dev/null and b/tmp/eval/results/video/frame_2825.jpg differ diff --git a/tmp/eval/results/video/frame_2850.jpg b/tmp/eval/results/video/frame_2850.jpg new file mode 100644 index 0000000..e437332 Binary files /dev/null and b/tmp/eval/results/video/frame_2850.jpg differ diff --git a/tmp/eval/results/video/frame_2875.jpg b/tmp/eval/results/video/frame_2875.jpg new file mode 100644 index 0000000..89ae376 Binary files /dev/null and b/tmp/eval/results/video/frame_2875.jpg differ diff --git a/tmp/eval/results/video/frame_2900.jpg b/tmp/eval/results/video/frame_2900.jpg new file mode 100644 index 0000000..97100d2 Binary files /dev/null and b/tmp/eval/results/video/frame_2900.jpg differ diff --git a/tmp/eval/results/video/frame_29000.jpg b/tmp/eval/results/video/frame_29000.jpg new file mode 100644 index 0000000..95f3d1f Binary files /dev/null and b/tmp/eval/results/video/frame_29000.jpg differ diff --git a/tmp/eval/results/video/frame_29100.jpg b/tmp/eval/results/video/frame_29100.jpg new file mode 100644 index 0000000..de233e6 Binary files /dev/null and b/tmp/eval/results/video/frame_29100.jpg differ diff --git a/tmp/eval/results/video/frame_29125.jpg b/tmp/eval/results/video/frame_29125.jpg new file mode 100644 index 0000000..b6678b7 Binary files /dev/null and b/tmp/eval/results/video/frame_29125.jpg differ diff --git a/tmp/eval/results/video/frame_29150.jpg b/tmp/eval/results/video/frame_29150.jpg new file mode 100644 index 0000000..46d4d2a Binary files /dev/null and b/tmp/eval/results/video/frame_29150.jpg differ diff --git a/tmp/eval/results/video/frame_29175.jpg b/tmp/eval/results/video/frame_29175.jpg new file mode 100644 index 0000000..9379735 Binary files /dev/null and b/tmp/eval/results/video/frame_29175.jpg differ diff --git a/tmp/eval/results/video/frame_29200.jpg b/tmp/eval/results/video/frame_29200.jpg new file mode 100644 index 0000000..78bcc34 Binary files /dev/null and b/tmp/eval/results/video/frame_29200.jpg differ diff --git a/tmp/eval/results/video/frame_29225.jpg b/tmp/eval/results/video/frame_29225.jpg new file mode 100644 index 0000000..a34e8a5 Binary files /dev/null and b/tmp/eval/results/video/frame_29225.jpg differ diff --git a/tmp/eval/results/video/frame_29250.jpg b/tmp/eval/results/video/frame_29250.jpg new file mode 100644 index 0000000..eb8deaf Binary files /dev/null and b/tmp/eval/results/video/frame_29250.jpg differ diff --git a/tmp/eval/results/video/frame_29300.jpg b/tmp/eval/results/video/frame_29300.jpg new file mode 100644 index 0000000..d488635 Binary files /dev/null and b/tmp/eval/results/video/frame_29300.jpg differ diff --git a/tmp/eval/results/video/frame_29325.jpg b/tmp/eval/results/video/frame_29325.jpg new file mode 100644 index 0000000..8b0033f Binary files /dev/null and b/tmp/eval/results/video/frame_29325.jpg differ diff --git a/tmp/eval/results/video/frame_29350.jpg b/tmp/eval/results/video/frame_29350.jpg new file mode 100644 index 0000000..43a271a Binary files /dev/null and b/tmp/eval/results/video/frame_29350.jpg differ diff --git a/tmp/eval/results/video/frame_29375.jpg b/tmp/eval/results/video/frame_29375.jpg new file mode 100644 index 0000000..f69f0b9 Binary files /dev/null and b/tmp/eval/results/video/frame_29375.jpg differ diff --git a/tmp/eval/results/video/frame_29400.jpg b/tmp/eval/results/video/frame_29400.jpg new file mode 100644 index 0000000..525aca9 Binary files /dev/null and b/tmp/eval/results/video/frame_29400.jpg differ diff --git a/tmp/eval/results/video/frame_2950.jpg b/tmp/eval/results/video/frame_2950.jpg new file mode 100644 index 0000000..813aa6c Binary files /dev/null and b/tmp/eval/results/video/frame_2950.jpg differ diff --git a/tmp/eval/results/video/frame_2975.jpg b/tmp/eval/results/video/frame_2975.jpg new file mode 100644 index 0000000..d99c1cb Binary files /dev/null and b/tmp/eval/results/video/frame_2975.jpg differ diff --git a/tmp/eval/results/video/frame_3000.jpg b/tmp/eval/results/video/frame_3000.jpg new file mode 100644 index 0000000..d8ae30c Binary files /dev/null and b/tmp/eval/results/video/frame_3000.jpg differ diff --git a/tmp/eval/results/video/frame_3025.jpg b/tmp/eval/results/video/frame_3025.jpg new file mode 100644 index 0000000..c63ade1 Binary files /dev/null and b/tmp/eval/results/video/frame_3025.jpg differ diff --git a/tmp/eval/results/video/frame_30875.jpg b/tmp/eval/results/video/frame_30875.jpg new file mode 100644 index 0000000..f03f0a8 Binary files /dev/null and b/tmp/eval/results/video/frame_30875.jpg differ diff --git a/tmp/eval/results/video/frame_30900.jpg b/tmp/eval/results/video/frame_30900.jpg new file mode 100644 index 0000000..7c8831a Binary files /dev/null and b/tmp/eval/results/video/frame_30900.jpg differ diff --git a/tmp/eval/results/video/frame_30975.jpg b/tmp/eval/results/video/frame_30975.jpg new file mode 100644 index 0000000..cc6a30f Binary files /dev/null and b/tmp/eval/results/video/frame_30975.jpg differ diff --git a/tmp/eval/results/video/frame_31025.jpg b/tmp/eval/results/video/frame_31025.jpg new file mode 100644 index 0000000..2cd2e2b Binary files /dev/null and b/tmp/eval/results/video/frame_31025.jpg differ diff --git a/tmp/eval/results/video/frame_31050.jpg b/tmp/eval/results/video/frame_31050.jpg new file mode 100644 index 0000000..8a9fa18 Binary files /dev/null and b/tmp/eval/results/video/frame_31050.jpg differ diff --git a/tmp/eval/results/video/frame_31175.jpg b/tmp/eval/results/video/frame_31175.jpg new file mode 100644 index 0000000..5b3195f Binary files /dev/null and b/tmp/eval/results/video/frame_31175.jpg differ diff --git a/tmp/eval/results/video/frame_31200.jpg b/tmp/eval/results/video/frame_31200.jpg new file mode 100644 index 0000000..c44c74b Binary files /dev/null and b/tmp/eval/results/video/frame_31200.jpg differ diff --git a/tmp/eval/results/video/frame_31225.jpg b/tmp/eval/results/video/frame_31225.jpg new file mode 100644 index 0000000..fddac66 Binary files /dev/null and b/tmp/eval/results/video/frame_31225.jpg differ diff --git a/tmp/eval/results/video/frame_31250.jpg b/tmp/eval/results/video/frame_31250.jpg new file mode 100644 index 0000000..f0dbd35 Binary files /dev/null and b/tmp/eval/results/video/frame_31250.jpg differ diff --git a/tmp/eval/results/video/frame_31400.jpg b/tmp/eval/results/video/frame_31400.jpg new file mode 100644 index 0000000..ca0fd86 Binary files /dev/null and b/tmp/eval/results/video/frame_31400.jpg differ diff --git a/tmp/eval/results/video/frame_31425.jpg b/tmp/eval/results/video/frame_31425.jpg new file mode 100644 index 0000000..c8fdefa Binary files /dev/null and b/tmp/eval/results/video/frame_31425.jpg differ diff --git a/tmp/eval/results/video/frame_31450.jpg b/tmp/eval/results/video/frame_31450.jpg new file mode 100644 index 0000000..2a26e86 Binary files /dev/null and b/tmp/eval/results/video/frame_31450.jpg differ diff --git a/tmp/eval/results/video/frame_31475.jpg b/tmp/eval/results/video/frame_31475.jpg new file mode 100644 index 0000000..051fae4 Binary files /dev/null and b/tmp/eval/results/video/frame_31475.jpg differ diff --git a/tmp/eval/results/video/frame_31500.jpg b/tmp/eval/results/video/frame_31500.jpg new file mode 100644 index 0000000..ee80e2e Binary files /dev/null and b/tmp/eval/results/video/frame_31500.jpg differ diff --git a/tmp/eval/results/video/frame_31525.jpg b/tmp/eval/results/video/frame_31525.jpg new file mode 100644 index 0000000..0925762 Binary files /dev/null and b/tmp/eval/results/video/frame_31525.jpg differ diff --git a/tmp/eval/results/video/frame_31550.jpg b/tmp/eval/results/video/frame_31550.jpg new file mode 100644 index 0000000..d4a5886 Binary files /dev/null and b/tmp/eval/results/video/frame_31550.jpg differ diff --git a/tmp/eval/results/video/frame_31625.jpg b/tmp/eval/results/video/frame_31625.jpg new file mode 100644 index 0000000..f9c0ab1 Binary files /dev/null and b/tmp/eval/results/video/frame_31625.jpg differ diff --git a/tmp/eval/results/video/frame_31700.jpg b/tmp/eval/results/video/frame_31700.jpg new file mode 100644 index 0000000..3e05783 Binary files /dev/null and b/tmp/eval/results/video/frame_31700.jpg differ diff --git a/tmp/eval/results/video/frame_31900.jpg b/tmp/eval/results/video/frame_31900.jpg new file mode 100644 index 0000000..2912084 Binary files /dev/null and b/tmp/eval/results/video/frame_31900.jpg differ diff --git a/tmp/eval/results/video/frame_32025.jpg b/tmp/eval/results/video/frame_32025.jpg new file mode 100644 index 0000000..f3b7515 Binary files /dev/null and b/tmp/eval/results/video/frame_32025.jpg differ diff --git a/tmp/eval/results/video/frame_32050.jpg b/tmp/eval/results/video/frame_32050.jpg new file mode 100644 index 0000000..95fb5c4 Binary files /dev/null and b/tmp/eval/results/video/frame_32050.jpg differ diff --git a/tmp/eval/results/video/frame_32075.jpg b/tmp/eval/results/video/frame_32075.jpg new file mode 100644 index 0000000..cd2c0f2 Binary files /dev/null and b/tmp/eval/results/video/frame_32075.jpg differ diff --git a/tmp/eval/results/video/frame_32150.jpg b/tmp/eval/results/video/frame_32150.jpg new file mode 100644 index 0000000..4316e4a Binary files /dev/null and b/tmp/eval/results/video/frame_32150.jpg differ diff --git a/tmp/eval/results/video/frame_32200.jpg b/tmp/eval/results/video/frame_32200.jpg new file mode 100644 index 0000000..d736055 Binary files /dev/null and b/tmp/eval/results/video/frame_32200.jpg differ diff --git a/tmp/eval/results/video/frame_32225.jpg b/tmp/eval/results/video/frame_32225.jpg new file mode 100644 index 0000000..2222555 Binary files /dev/null and b/tmp/eval/results/video/frame_32225.jpg differ diff --git a/tmp/eval/results/video/frame_32250.jpg b/tmp/eval/results/video/frame_32250.jpg new file mode 100644 index 0000000..0664bae Binary files /dev/null and b/tmp/eval/results/video/frame_32250.jpg differ diff --git a/tmp/eval/results/video/frame_32275.jpg b/tmp/eval/results/video/frame_32275.jpg new file mode 100644 index 0000000..8ead870 Binary files /dev/null and b/tmp/eval/results/video/frame_32275.jpg differ diff --git a/tmp/eval/results/video/frame_32375.jpg b/tmp/eval/results/video/frame_32375.jpg new file mode 100644 index 0000000..4dc52bd Binary files /dev/null and b/tmp/eval/results/video/frame_32375.jpg differ diff --git a/tmp/eval/results/video/frame_32400.jpg b/tmp/eval/results/video/frame_32400.jpg new file mode 100644 index 0000000..0482c64 Binary files /dev/null and b/tmp/eval/results/video/frame_32400.jpg differ diff --git a/tmp/eval/results/video/frame_32500.jpg b/tmp/eval/results/video/frame_32500.jpg new file mode 100644 index 0000000..e2de235 Binary files /dev/null and b/tmp/eval/results/video/frame_32500.jpg differ diff --git a/tmp/eval/results/video/frame_32525.jpg b/tmp/eval/results/video/frame_32525.jpg new file mode 100644 index 0000000..6695499 Binary files /dev/null and b/tmp/eval/results/video/frame_32525.jpg differ diff --git a/tmp/eval/results/video/frame_32550.jpg b/tmp/eval/results/video/frame_32550.jpg new file mode 100644 index 0000000..f43d477 Binary files /dev/null and b/tmp/eval/results/video/frame_32550.jpg differ diff --git a/tmp/eval/results/video/frame_32575.jpg b/tmp/eval/results/video/frame_32575.jpg new file mode 100644 index 0000000..8ef8df1 Binary files /dev/null and b/tmp/eval/results/video/frame_32575.jpg differ diff --git a/tmp/eval/results/video/frame_32625.jpg b/tmp/eval/results/video/frame_32625.jpg new file mode 100644 index 0000000..e5ffe48 Binary files /dev/null and b/tmp/eval/results/video/frame_32625.jpg differ diff --git a/tmp/eval/results/video/frame_32650.jpg b/tmp/eval/results/video/frame_32650.jpg new file mode 100644 index 0000000..9180ee5 Binary files /dev/null and b/tmp/eval/results/video/frame_32650.jpg differ diff --git a/tmp/eval/results/video/frame_32700.jpg b/tmp/eval/results/video/frame_32700.jpg new file mode 100644 index 0000000..0012d84 Binary files /dev/null and b/tmp/eval/results/video/frame_32700.jpg differ diff --git a/tmp/eval/results/video/frame_32725.jpg b/tmp/eval/results/video/frame_32725.jpg new file mode 100644 index 0000000..892d1f4 Binary files /dev/null and b/tmp/eval/results/video/frame_32725.jpg differ diff --git a/tmp/eval/results/video/frame_32750.jpg b/tmp/eval/results/video/frame_32750.jpg new file mode 100644 index 0000000..3e93390 Binary files /dev/null and b/tmp/eval/results/video/frame_32750.jpg differ diff --git a/tmp/eval/results/video/frame_32775.jpg b/tmp/eval/results/video/frame_32775.jpg new file mode 100644 index 0000000..23c05b4 Binary files /dev/null and b/tmp/eval/results/video/frame_32775.jpg differ diff --git a/tmp/eval/results/video/frame_32800.jpg b/tmp/eval/results/video/frame_32800.jpg new file mode 100644 index 0000000..ee84c50 Binary files /dev/null and b/tmp/eval/results/video/frame_32800.jpg differ diff --git a/tmp/eval/results/video/frame_32825.jpg b/tmp/eval/results/video/frame_32825.jpg new file mode 100644 index 0000000..b329950 Binary files /dev/null and b/tmp/eval/results/video/frame_32825.jpg differ diff --git a/tmp/eval/results/video/frame_32875.jpg b/tmp/eval/results/video/frame_32875.jpg new file mode 100644 index 0000000..2f63d97 Binary files /dev/null and b/tmp/eval/results/video/frame_32875.jpg differ diff --git a/tmp/eval/results/video/frame_32925.jpg b/tmp/eval/results/video/frame_32925.jpg new file mode 100644 index 0000000..5fafd65 Binary files /dev/null and b/tmp/eval/results/video/frame_32925.jpg differ diff --git a/tmp/eval/results/video/frame_32950.jpg b/tmp/eval/results/video/frame_32950.jpg new file mode 100644 index 0000000..4181e93 Binary files /dev/null and b/tmp/eval/results/video/frame_32950.jpg differ diff --git a/tmp/eval/results/video/frame_33000.jpg b/tmp/eval/results/video/frame_33000.jpg new file mode 100644 index 0000000..10b90fa Binary files /dev/null and b/tmp/eval/results/video/frame_33000.jpg differ diff --git a/tmp/eval/results/video/frame_33025.jpg b/tmp/eval/results/video/frame_33025.jpg new file mode 100644 index 0000000..81a1d63 Binary files /dev/null and b/tmp/eval/results/video/frame_33025.jpg differ diff --git a/tmp/eval/results/video/frame_33050.jpg b/tmp/eval/results/video/frame_33050.jpg new file mode 100644 index 0000000..a537d5a Binary files /dev/null and b/tmp/eval/results/video/frame_33050.jpg differ diff --git a/tmp/eval/results/video/frame_42725.jpg b/tmp/eval/results/video/frame_42725.jpg new file mode 100644 index 0000000..d8a230a Binary files /dev/null and b/tmp/eval/results/video/frame_42725.jpg differ diff --git a/tmp/eval/results/video/frame_42750.jpg b/tmp/eval/results/video/frame_42750.jpg new file mode 100644 index 0000000..4b0a7ab Binary files /dev/null and b/tmp/eval/results/video/frame_42750.jpg differ diff --git a/tmp/eval/results/video/frame_42775.jpg b/tmp/eval/results/video/frame_42775.jpg new file mode 100644 index 0000000..4654b50 Binary files /dev/null and b/tmp/eval/results/video/frame_42775.jpg differ diff --git a/tmp/eval/results/video/frame_42800.jpg b/tmp/eval/results/video/frame_42800.jpg new file mode 100644 index 0000000..ea4bbd7 Binary files /dev/null and b/tmp/eval/results/video/frame_42800.jpg differ diff --git a/tmp/eval/results/video/frame_42825.jpg b/tmp/eval/results/video/frame_42825.jpg new file mode 100644 index 0000000..e72e555 Binary files /dev/null and b/tmp/eval/results/video/frame_42825.jpg differ diff --git a/tmp/eval/results/video/frame_42850.jpg b/tmp/eval/results/video/frame_42850.jpg new file mode 100644 index 0000000..4760e68 Binary files /dev/null and b/tmp/eval/results/video/frame_42850.jpg differ diff --git a/tmp/eval/results/video/frame_42875.jpg b/tmp/eval/results/video/frame_42875.jpg new file mode 100644 index 0000000..c3b1e83 Binary files /dev/null and b/tmp/eval/results/video/frame_42875.jpg differ diff --git a/tmp/eval/results/video/frame_50.jpg b/tmp/eval/results/video/frame_50.jpg new file mode 100644 index 0000000..7ad5c98 Binary files /dev/null and b/tmp/eval/results/video/frame_50.jpg differ diff --git a/tmp/eval/results/video/frame_53650.jpg b/tmp/eval/results/video/frame_53650.jpg new file mode 100644 index 0000000..8801305 Binary files /dev/null and b/tmp/eval/results/video/frame_53650.jpg differ diff --git a/tmp/eval/results/video/frame_53675.jpg b/tmp/eval/results/video/frame_53675.jpg new file mode 100644 index 0000000..8c360f8 Binary files /dev/null and b/tmp/eval/results/video/frame_53675.jpg differ diff --git a/tmp/eval/results/video/frame_53700.jpg b/tmp/eval/results/video/frame_53700.jpg new file mode 100644 index 0000000..8b6cfd7 Binary files /dev/null and b/tmp/eval/results/video/frame_53700.jpg differ diff --git a/tmp/eval/results/video/frame_53725.jpg b/tmp/eval/results/video/frame_53725.jpg new file mode 100644 index 0000000..9178741 Binary files /dev/null and b/tmp/eval/results/video/frame_53725.jpg differ diff --git a/tmp/eval/results/video/frame_68400.jpg b/tmp/eval/results/video/frame_68400.jpg new file mode 100644 index 0000000..41b60e4 Binary files /dev/null and b/tmp/eval/results/video/frame_68400.jpg differ diff --git a/tmp/eval/results/video/frame_68425.jpg b/tmp/eval/results/video/frame_68425.jpg new file mode 100644 index 0000000..854bb29 Binary files /dev/null and b/tmp/eval/results/video/frame_68425.jpg differ diff --git a/tmp/eval/results/video/frame_68450.jpg b/tmp/eval/results/video/frame_68450.jpg new file mode 100644 index 0000000..c462c0c Binary files /dev/null and b/tmp/eval/results/video/frame_68450.jpg differ diff --git a/tmp/eval/results/video/frame_68475.jpg b/tmp/eval/results/video/frame_68475.jpg new file mode 100644 index 0000000..752cf9d Binary files /dev/null and b/tmp/eval/results/video/frame_68475.jpg differ diff --git a/tmp/eval/results/video/frame_68500.jpg b/tmp/eval/results/video/frame_68500.jpg new file mode 100644 index 0000000..0d086be Binary files /dev/null and b/tmp/eval/results/video/frame_68500.jpg differ diff --git a/tmp/eval/results/video/frame_68525.jpg b/tmp/eval/results/video/frame_68525.jpg new file mode 100644 index 0000000..4399e82 Binary files /dev/null and b/tmp/eval/results/video/frame_68525.jpg differ diff --git a/tmp/eval/results/video/frame_68550.jpg b/tmp/eval/results/video/frame_68550.jpg new file mode 100644 index 0000000..56adbdb Binary files /dev/null and b/tmp/eval/results/video/frame_68550.jpg differ diff --git a/tmp/eval/results/video/frame_68575.jpg b/tmp/eval/results/video/frame_68575.jpg new file mode 100644 index 0000000..347fd16 Binary files /dev/null and b/tmp/eval/results/video/frame_68575.jpg differ diff --git a/tmp/eval/results/video/frame_68600.jpg b/tmp/eval/results/video/frame_68600.jpg new file mode 100644 index 0000000..c335d13 Binary files /dev/null and b/tmp/eval/results/video/frame_68600.jpg differ diff --git a/tmp/eval/results/video/frame_68625.jpg b/tmp/eval/results/video/frame_68625.jpg new file mode 100644 index 0000000..1e29ca2 Binary files /dev/null and b/tmp/eval/results/video/frame_68625.jpg differ diff --git a/tmp/eval/results/video/frame_68650.jpg b/tmp/eval/results/video/frame_68650.jpg new file mode 100644 index 0000000..087c97c Binary files /dev/null and b/tmp/eval/results/video/frame_68650.jpg differ diff --git a/tmp/eval/results/video/frame_68675.jpg b/tmp/eval/results/video/frame_68675.jpg new file mode 100644 index 0000000..2656548 Binary files /dev/null and b/tmp/eval/results/video/frame_68675.jpg differ diff --git a/tmp/eval/results/video/frame_68700.jpg b/tmp/eval/results/video/frame_68700.jpg new file mode 100644 index 0000000..cb121b6 Binary files /dev/null and b/tmp/eval/results/video/frame_68700.jpg differ diff --git a/tmp/eval/results/video/frame_68725.jpg b/tmp/eval/results/video/frame_68725.jpg new file mode 100644 index 0000000..460c3be Binary files /dev/null and b/tmp/eval/results/video/frame_68725.jpg differ diff --git a/tmp/eval/results/video/frame_75.jpg b/tmp/eval/results/video/frame_75.jpg new file mode 100644 index 0000000..57bb4bc Binary files /dev/null and b/tmp/eval/results/video/frame_75.jpg differ diff --git a/tmp/model/model.json b/tmp/model/model.json new file mode 100644 index 0000000..297f75d --- /dev/null +++ b/tmp/model/model.json @@ -0,0 +1 @@ +{"class_name": "Model", "config": {"name": "model_1", "layers": [{"name": "input_image", "class_name": "InputLayer", "config": {"batch_input_shape": [null, null, null, 3], "dtype": "float32", "sparse": false, "name": "input_image"}, "inbound_nodes": []}, {"name": "conv1_pad", "class_name": "ZeroPadding2D", "config": {"name": "conv1_pad", "trainable": true, "padding": [[3, 3], [3, 3]], "data_format": "channels_last"}, "inbound_nodes": [[["input_image", 0, 0, {}]]]}, {"name": "conv1", "class_name": "Conv2D", "config": {"name": "conv1", "trainable": true, "filters": 64, "kernel_size": [7, 7], "strides": [2, 2], "padding": "valid", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["conv1_pad", 0, 0, {}]]]}, {"name": "bn_conv1", "class_name": "BatchNormalization", "config": {"name": "bn_conv1", "trainable": true, "axis": 3, "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["conv1", 0, 0, {}]]]}, {"name": "activation_1", "class_name": "Activation", "config": {"name": "activation_1", "trainable": true, "activation": "relu"}, "inbound_nodes": [[["bn_conv1", 0, 0, {}]]]}, {"name": "max_pooling2d_1", "class_name": "MaxPooling2D", "config": {"name": "max_pooling2d_1", "trainable": true, "pool_size": [3, 3], "padding": "valid", "strides": [2, 2], "data_format": "channels_last"}, "inbound_nodes": [[["activation_1", 0, 0, {}]]]}, {"name": "res2a_branch2a", "class_name": "Conv2D", "config": {"name": "res2a_branch2a", "trainable": true, "filters": 64, "kernel_size": [1, 1], "strides": [1, 1], "padding": "valid", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["max_pooling2d_1", 0, 0, {}]]]}, {"name": "bn2a_branch2a", "class_name": "BatchNormalization", "config": {"name": "bn2a_branch2a", "trainable": true, "axis": 3, "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["res2a_branch2a", 0, 0, {}]]]}, {"name": "activation_2", "class_name": "Activation", "config": {"name": "activation_2", "trainable": true, "activation": "relu"}, "inbound_nodes": [[["bn2a_branch2a", 0, 0, {}]]]}, {"name": "res2a_branch2b", "class_name": "Conv2D", "config": {"name": "res2a_branch2b", "trainable": true, "filters": 64, "kernel_size": [3, 3], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["activation_2", 0, 0, {}]]]}, {"name": "bn2a_branch2b", "class_name": "BatchNormalization", "config": {"name": "bn2a_branch2b", "trainable": true, "axis": 3, "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["res2a_branch2b", 0, 0, {}]]]}, {"name": "activation_3", "class_name": "Activation", "config": {"name": "activation_3", "trainable": true, "activation": "relu"}, "inbound_nodes": [[["bn2a_branch2b", 0, 0, {}]]]}, {"name": "res2a_branch2c", "class_name": "Conv2D", "config": {"name": "res2a_branch2c", "trainable": true, "filters": 256, "kernel_size": [1, 1], "strides": [1, 1], "padding": "valid", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["activation_3", 0, 0, {}]]]}, {"name": "res2a_branch1", "class_name": "Conv2D", "config": {"name": "res2a_branch1", "trainable": true, "filters": 256, "kernel_size": [1, 1], "strides": [1, 1], "padding": "valid", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["max_pooling2d_1", 0, 0, {}]]]}, {"name": "bn2a_branch2c", "class_name": "BatchNormalization", "config": {"name": "bn2a_branch2c", "trainable": true, "axis": 3, "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["res2a_branch2c", 0, 0, {}]]]}, {"name": "bn2a_branch1", "class_name": "BatchNormalization", "config": {"name": "bn2a_branch1", "trainable": true, "axis": 3, "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["res2a_branch1", 0, 0, {}]]]}, {"name": "add_1", "class_name": "Add", "config": {"name": "add_1", "trainable": true}, "inbound_nodes": [[["bn2a_branch2c", 0, 0, {}], ["bn2a_branch1", 0, 0, {}]]]}, {"name": "activation_4", "class_name": "Activation", "config": {"name": "activation_4", "trainable": true, "activation": "relu"}, "inbound_nodes": [[["add_1", 0, 0, {}]]]}, {"name": "res2b_branch2a", "class_name": "Conv2D", "config": {"name": "res2b_branch2a", "trainable": true, "filters": 64, "kernel_size": [1, 1], "strides": [1, 1], "padding": "valid", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["activation_4", 0, 0, {}]]]}, {"name": "bn2b_branch2a", "class_name": "BatchNormalization", "config": {"name": "bn2b_branch2a", "trainable": true, "axis": 3, "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["res2b_branch2a", 0, 0, {}]]]}, {"name": "activation_5", "class_name": "Activation", "config": {"name": "activation_5", "trainable": true, "activation": "relu"}, "inbound_nodes": [[["bn2b_branch2a", 0, 0, {}]]]}, {"name": "res2b_branch2b", "class_name": "Conv2D", "config": {"name": "res2b_branch2b", "trainable": true, "filters": 64, "kernel_size": [3, 3], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["activation_5", 0, 0, {}]]]}, {"name": "bn2b_branch2b", "class_name": "BatchNormalization", "config": {"name": "bn2b_branch2b", "trainable": true, "axis": 3, "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["res2b_branch2b", 0, 0, {}]]]}, {"name": "activation_6", "class_name": "Activation", "config": {"name": "activation_6", "trainable": true, "activation": "relu"}, "inbound_nodes": [[["bn2b_branch2b", 0, 0, {}]]]}, {"name": "res2b_branch2c", "class_name": "Conv2D", "config": {"name": "res2b_branch2c", "trainable": true, "filters": 256, "kernel_size": [1, 1], "strides": [1, 1], "padding": "valid", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["activation_6", 0, 0, {}]]]}, {"name": "bn2b_branch2c", "class_name": "BatchNormalization", "config": {"name": "bn2b_branch2c", "trainable": true, "axis": 3, "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["res2b_branch2c", 0, 0, {}]]]}, {"name": "add_2", "class_name": "Add", "config": {"name": "add_2", "trainable": true}, "inbound_nodes": [[["bn2b_branch2c", 0, 0, {}], ["activation_4", 0, 0, {}]]]}, {"name": "activation_7", "class_name": "Activation", "config": {"name": "activation_7", "trainable": true, "activation": "relu"}, "inbound_nodes": [[["add_2", 0, 0, {}]]]}, {"name": "res2c_branch2a", "class_name": "Conv2D", "config": {"name": "res2c_branch2a", "trainable": true, "filters": 64, "kernel_size": [1, 1], "strides": [1, 1], "padding": "valid", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["activation_7", 0, 0, {}]]]}, {"name": "bn2c_branch2a", "class_name": "BatchNormalization", "config": {"name": "bn2c_branch2a", "trainable": true, "axis": 3, "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["res2c_branch2a", 0, 0, {}]]]}, {"name": "activation_8", "class_name": "Activation", "config": {"name": "activation_8", "trainable": true, "activation": "relu"}, "inbound_nodes": [[["bn2c_branch2a", 0, 0, {}]]]}, {"name": "res2c_branch2b", "class_name": "Conv2D", "config": {"name": "res2c_branch2b", "trainable": true, "filters": 64, "kernel_size": [3, 3], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["activation_8", 0, 0, {}]]]}, {"name": "bn2c_branch2b", "class_name": "BatchNormalization", "config": {"name": "bn2c_branch2b", "trainable": true, "axis": 3, "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["res2c_branch2b", 0, 0, {}]]]}, {"name": "activation_9", "class_name": "Activation", "config": {"name": "activation_9", "trainable": true, "activation": "relu"}, "inbound_nodes": [[["bn2c_branch2b", 0, 0, {}]]]}, {"name": "res2c_branch2c", "class_name": "Conv2D", "config": {"name": "res2c_branch2c", "trainable": true, "filters": 256, "kernel_size": [1, 1], "strides": [1, 1], "padding": "valid", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["activation_9", 0, 0, {}]]]}, {"name": "bn2c_branch2c", "class_name": "BatchNormalization", "config": {"name": "bn2c_branch2c", "trainable": true, "axis": 3, "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["res2c_branch2c", 0, 0, {}]]]}, {"name": "add_3", "class_name": "Add", "config": {"name": "add_3", "trainable": true}, "inbound_nodes": [[["bn2c_branch2c", 0, 0, {}], ["activation_7", 0, 0, {}]]]}, {"name": "activation_10", "class_name": "Activation", "config": {"name": "activation_10", "trainable": true, "activation": "relu"}, "inbound_nodes": [[["add_3", 0, 0, {}]]]}, {"name": "res3a_branch2a", "class_name": "Conv2D", "config": {"name": "res3a_branch2a", "trainable": true, "filters": 128, "kernel_size": [1, 1], "strides": [2, 2], "padding": "valid", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["activation_10", 0, 0, {}]]]}, {"name": "bn3a_branch2a", "class_name": "BatchNormalization", "config": {"name": "bn3a_branch2a", "trainable": true, "axis": 3, "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["res3a_branch2a", 0, 0, {}]]]}, {"name": "activation_11", "class_name": "Activation", "config": {"name": "activation_11", "trainable": true, "activation": "relu"}, "inbound_nodes": [[["bn3a_branch2a", 0, 0, {}]]]}, {"name": "res3a_branch2b", "class_name": "Conv2D", "config": {"name": "res3a_branch2b", "trainable": true, "filters": 128, "kernel_size": [3, 3], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["activation_11", 0, 0, {}]]]}, {"name": "bn3a_branch2b", "class_name": "BatchNormalization", "config": {"name": "bn3a_branch2b", "trainable": true, "axis": 3, "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["res3a_branch2b", 0, 0, {}]]]}, {"name": "activation_12", "class_name": "Activation", "config": {"name": "activation_12", "trainable": true, "activation": "relu"}, "inbound_nodes": [[["bn3a_branch2b", 0, 0, {}]]]}, {"name": "res3a_branch2c", "class_name": "Conv2D", "config": {"name": "res3a_branch2c", "trainable": true, "filters": 512, "kernel_size": [1, 1], "strides": [1, 1], "padding": "valid", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["activation_12", 0, 0, {}]]]}, {"name": "res3a_branch1", "class_name": "Conv2D", "config": {"name": "res3a_branch1", "trainable": true, "filters": 512, "kernel_size": [1, 1], "strides": [2, 2], "padding": "valid", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["activation_10", 0, 0, {}]]]}, {"name": "bn3a_branch2c", "class_name": "BatchNormalization", "config": {"name": "bn3a_branch2c", "trainable": true, "axis": 3, "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["res3a_branch2c", 0, 0, {}]]]}, {"name": "bn3a_branch1", "class_name": "BatchNormalization", "config": {"name": "bn3a_branch1", "trainable": true, "axis": 3, "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["res3a_branch1", 0, 0, {}]]]}, {"name": "add_4", "class_name": "Add", "config": {"name": "add_4", "trainable": true}, "inbound_nodes": [[["bn3a_branch2c", 0, 0, {}], ["bn3a_branch1", 0, 0, {}]]]}, {"name": "activation_13", "class_name": "Activation", "config": {"name": "activation_13", "trainable": true, "activation": "relu"}, "inbound_nodes": [[["add_4", 0, 0, {}]]]}, {"name": "res3b_branch2a", "class_name": "Conv2D", "config": {"name": "res3b_branch2a", "trainable": true, "filters": 128, "kernel_size": [1, 1], "strides": [1, 1], "padding": "valid", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["activation_13", 0, 0, {}]]]}, {"name": "bn3b_branch2a", "class_name": "BatchNormalization", "config": {"name": "bn3b_branch2a", "trainable": true, "axis": 3, "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["res3b_branch2a", 0, 0, {}]]]}, {"name": "activation_14", "class_name": "Activation", "config": {"name": "activation_14", "trainable": true, "activation": "relu"}, "inbound_nodes": [[["bn3b_branch2a", 0, 0, {}]]]}, {"name": "res3b_branch2b", "class_name": "Conv2D", "config": {"name": "res3b_branch2b", "trainable": true, "filters": 128, "kernel_size": [3, 3], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["activation_14", 0, 0, {}]]]}, {"name": "bn3b_branch2b", "class_name": "BatchNormalization", "config": {"name": "bn3b_branch2b", "trainable": true, "axis": 3, "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["res3b_branch2b", 0, 0, {}]]]}, {"name": "activation_15", "class_name": "Activation", "config": {"name": "activation_15", "trainable": true, "activation": "relu"}, "inbound_nodes": [[["bn3b_branch2b", 0, 0, {}]]]}, {"name": "res3b_branch2c", "class_name": "Conv2D", "config": {"name": "res3b_branch2c", "trainable": true, "filters": 512, "kernel_size": [1, 1], "strides": [1, 1], "padding": "valid", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["activation_15", 0, 0, {}]]]}, {"name": "bn3b_branch2c", "class_name": "BatchNormalization", "config": {"name": "bn3b_branch2c", "trainable": true, "axis": 3, "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["res3b_branch2c", 0, 0, {}]]]}, {"name": "add_5", "class_name": "Add", "config": {"name": "add_5", "trainable": true}, "inbound_nodes": [[["bn3b_branch2c", 0, 0, {}], ["activation_13", 0, 0, {}]]]}, {"name": "activation_16", "class_name": "Activation", "config": {"name": "activation_16", "trainable": true, "activation": "relu"}, "inbound_nodes": [[["add_5", 0, 0, {}]]]}, {"name": "res3c_branch2a", "class_name": "Conv2D", "config": {"name": "res3c_branch2a", "trainable": true, "filters": 128, "kernel_size": [1, 1], "strides": [1, 1], "padding": "valid", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["activation_16", 0, 0, {}]]]}, {"name": "bn3c_branch2a", "class_name": "BatchNormalization", "config": {"name": "bn3c_branch2a", "trainable": true, "axis": 3, "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["res3c_branch2a", 0, 0, {}]]]}, {"name": "activation_17", "class_name": "Activation", "config": {"name": "activation_17", "trainable": true, "activation": "relu"}, "inbound_nodes": [[["bn3c_branch2a", 0, 0, {}]]]}, {"name": "res3c_branch2b", "class_name": "Conv2D", "config": {"name": "res3c_branch2b", "trainable": true, "filters": 128, "kernel_size": [3, 3], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["activation_17", 0, 0, {}]]]}, {"name": "bn3c_branch2b", "class_name": "BatchNormalization", "config": {"name": "bn3c_branch2b", "trainable": true, "axis": 3, "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["res3c_branch2b", 0, 0, {}]]]}, {"name": "activation_18", "class_name": "Activation", "config": {"name": "activation_18", "trainable": true, "activation": "relu"}, "inbound_nodes": [[["bn3c_branch2b", 0, 0, {}]]]}, {"name": "res3c_branch2c", "class_name": "Conv2D", "config": {"name": "res3c_branch2c", "trainable": true, "filters": 512, "kernel_size": [1, 1], "strides": [1, 1], "padding": "valid", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["activation_18", 0, 0, {}]]]}, {"name": "bn3c_branch2c", "class_name": "BatchNormalization", "config": {"name": "bn3c_branch2c", "trainable": true, "axis": 3, "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["res3c_branch2c", 0, 0, {}]]]}, {"name": "add_6", "class_name": "Add", "config": {"name": "add_6", "trainable": true}, "inbound_nodes": [[["bn3c_branch2c", 0, 0, {}], ["activation_16", 0, 0, {}]]]}, {"name": "activation_19", "class_name": "Activation", "config": {"name": "activation_19", "trainable": true, "activation": "relu"}, "inbound_nodes": [[["add_6", 0, 0, {}]]]}, {"name": "res3d_branch2a", "class_name": "Conv2D", "config": {"name": "res3d_branch2a", "trainable": true, "filters": 128, "kernel_size": [1, 1], "strides": [1, 1], "padding": "valid", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["activation_19", 0, 0, {}]]]}, {"name": "bn3d_branch2a", "class_name": "BatchNormalization", "config": {"name": "bn3d_branch2a", "trainable": true, "axis": 3, "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["res3d_branch2a", 0, 0, {}]]]}, {"name": "activation_20", "class_name": "Activation", "config": {"name": "activation_20", "trainable": true, "activation": "relu"}, "inbound_nodes": [[["bn3d_branch2a", 0, 0, {}]]]}, {"name": "res3d_branch2b", "class_name": "Conv2D", "config": {"name": "res3d_branch2b", "trainable": true, "filters": 128, "kernel_size": [3, 3], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["activation_20", 0, 0, {}]]]}, {"name": "bn3d_branch2b", "class_name": "BatchNormalization", "config": {"name": "bn3d_branch2b", "trainable": true, "axis": 3, "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["res3d_branch2b", 0, 0, {}]]]}, {"name": "activation_21", "class_name": "Activation", "config": {"name": "activation_21", "trainable": true, "activation": "relu"}, "inbound_nodes": [[["bn3d_branch2b", 0, 0, {}]]]}, {"name": "res3d_branch2c", "class_name": "Conv2D", "config": {"name": "res3d_branch2c", "trainable": true, "filters": 512, "kernel_size": [1, 1], "strides": [1, 1], "padding": "valid", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["activation_21", 0, 0, {}]]]}, {"name": "bn3d_branch2c", "class_name": "BatchNormalization", "config": {"name": "bn3d_branch2c", "trainable": true, "axis": 3, "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["res3d_branch2c", 0, 0, {}]]]}, {"name": "add_7", "class_name": "Add", "config": {"name": "add_7", "trainable": true}, "inbound_nodes": [[["bn3d_branch2c", 0, 0, {}], ["activation_19", 0, 0, {}]]]}, {"name": "activation_22", "class_name": "Activation", "config": {"name": "activation_22", "trainable": true, "activation": "relu"}, "inbound_nodes": [[["add_7", 0, 0, {}]]]}, {"name": "res4a_branch2a", "class_name": "Conv2D", "config": {"name": "res4a_branch2a", "trainable": true, "filters": 256, "kernel_size": [1, 1], "strides": [2, 2], "padding": "valid", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["activation_22", 0, 0, {}]]]}, {"name": "bn4a_branch2a", "class_name": "BatchNormalization", "config": {"name": "bn4a_branch2a", "trainable": true, "axis": 3, "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["res4a_branch2a", 0, 0, {}]]]}, {"name": "activation_23", "class_name": "Activation", "config": {"name": "activation_23", "trainable": true, "activation": "relu"}, "inbound_nodes": [[["bn4a_branch2a", 0, 0, {}]]]}, {"name": "res4a_branch2b", "class_name": "Conv2D", "config": {"name": "res4a_branch2b", "trainable": true, "filters": 256, "kernel_size": [3, 3], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["activation_23", 0, 0, {}]]]}, {"name": "bn4a_branch2b", "class_name": "BatchNormalization", "config": {"name": "bn4a_branch2b", "trainable": true, "axis": 3, "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["res4a_branch2b", 0, 0, {}]]]}, {"name": "activation_24", "class_name": "Activation", "config": {"name": "activation_24", "trainable": true, "activation": "relu"}, "inbound_nodes": [[["bn4a_branch2b", 0, 0, {}]]]}, {"name": "res4a_branch2c", "class_name": "Conv2D", "config": {"name": "res4a_branch2c", "trainable": true, "filters": 1024, "kernel_size": [1, 1], "strides": [1, 1], "padding": "valid", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["activation_24", 0, 0, {}]]]}, {"name": "res4a_branch1", "class_name": "Conv2D", "config": {"name": "res4a_branch1", "trainable": true, "filters": 1024, "kernel_size": [1, 1], "strides": [2, 2], "padding": "valid", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["activation_22", 0, 0, {}]]]}, {"name": "bn4a_branch2c", "class_name": "BatchNormalization", "config": {"name": "bn4a_branch2c", "trainable": true, "axis": 3, "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["res4a_branch2c", 0, 0, {}]]]}, {"name": "bn4a_branch1", "class_name": "BatchNormalization", "config": {"name": "bn4a_branch1", "trainable": true, "axis": 3, "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["res4a_branch1", 0, 0, {}]]]}, {"name": "add_8", "class_name": "Add", "config": {"name": "add_8", "trainable": true}, "inbound_nodes": [[["bn4a_branch2c", 0, 0, {}], ["bn4a_branch1", 0, 0, {}]]]}, {"name": "activation_25", "class_name": "Activation", "config": {"name": "activation_25", "trainable": true, "activation": "relu"}, "inbound_nodes": [[["add_8", 0, 0, {}]]]}, {"name": "res4b_branch2a", "class_name": "Conv2D", "config": {"name": "res4b_branch2a", "trainable": true, "filters": 256, "kernel_size": [1, 1], "strides": [1, 1], "padding": "valid", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["activation_25", 0, 0, {}]]]}, {"name": "bn4b_branch2a", "class_name": "BatchNormalization", "config": {"name": "bn4b_branch2a", "trainable": true, "axis": 3, "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["res4b_branch2a", 0, 0, {}]]]}, {"name": "activation_26", "class_name": "Activation", "config": {"name": "activation_26", "trainable": true, "activation": "relu"}, "inbound_nodes": [[["bn4b_branch2a", 0, 0, {}]]]}, {"name": "res4b_branch2b", "class_name": "Conv2D", "config": {"name": "res4b_branch2b", "trainable": true, "filters": 256, "kernel_size": [3, 3], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["activation_26", 0, 0, {}]]]}, {"name": "bn4b_branch2b", "class_name": "BatchNormalization", "config": {"name": "bn4b_branch2b", "trainable": true, "axis": 3, "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["res4b_branch2b", 0, 0, {}]]]}, {"name": "activation_27", "class_name": "Activation", "config": {"name": "activation_27", "trainable": true, "activation": "relu"}, "inbound_nodes": [[["bn4b_branch2b", 0, 0, {}]]]}, {"name": "res4b_branch2c", "class_name": "Conv2D", "config": {"name": "res4b_branch2c", "trainable": true, "filters": 1024, "kernel_size": [1, 1], "strides": [1, 1], "padding": "valid", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["activation_27", 0, 0, {}]]]}, {"name": "bn4b_branch2c", "class_name": "BatchNormalization", "config": {"name": "bn4b_branch2c", "trainable": true, "axis": 3, "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["res4b_branch2c", 0, 0, {}]]]}, {"name": "add_9", "class_name": "Add", "config": {"name": "add_9", "trainable": true}, "inbound_nodes": [[["bn4b_branch2c", 0, 0, {}], ["activation_25", 0, 0, {}]]]}, {"name": "activation_28", "class_name": "Activation", "config": {"name": "activation_28", "trainable": true, "activation": "relu"}, "inbound_nodes": [[["add_9", 0, 0, {}]]]}, {"name": "res4c_branch2a", "class_name": "Conv2D", "config": {"name": "res4c_branch2a", "trainable": true, "filters": 256, "kernel_size": [1, 1], "strides": [1, 1], "padding": "valid", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["activation_28", 0, 0, {}]]]}, {"name": "bn4c_branch2a", "class_name": "BatchNormalization", "config": {"name": "bn4c_branch2a", "trainable": true, "axis": 3, "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["res4c_branch2a", 0, 0, {}]]]}, {"name": "activation_29", "class_name": "Activation", "config": {"name": "activation_29", "trainable": true, "activation": "relu"}, "inbound_nodes": [[["bn4c_branch2a", 0, 0, {}]]]}, {"name": "res4c_branch2b", "class_name": "Conv2D", "config": {"name": "res4c_branch2b", "trainable": true, "filters": 256, "kernel_size": [3, 3], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["activation_29", 0, 0, {}]]]}, {"name": "bn4c_branch2b", "class_name": "BatchNormalization", "config": {"name": "bn4c_branch2b", "trainable": true, "axis": 3, "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["res4c_branch2b", 0, 0, {}]]]}, {"name": "activation_30", "class_name": "Activation", "config": {"name": "activation_30", "trainable": true, "activation": "relu"}, "inbound_nodes": [[["bn4c_branch2b", 0, 0, {}]]]}, {"name": "res4c_branch2c", "class_name": "Conv2D", "config": {"name": "res4c_branch2c", "trainable": true, "filters": 1024, "kernel_size": [1, 1], "strides": [1, 1], "padding": "valid", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["activation_30", 0, 0, {}]]]}, {"name": "bn4c_branch2c", "class_name": "BatchNormalization", "config": {"name": "bn4c_branch2c", "trainable": true, "axis": 3, "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["res4c_branch2c", 0, 0, {}]]]}, {"name": "add_10", "class_name": "Add", "config": {"name": "add_10", "trainable": true}, "inbound_nodes": [[["bn4c_branch2c", 0, 0, {}], ["activation_28", 0, 0, {}]]]}, {"name": "activation_31", "class_name": "Activation", "config": {"name": "activation_31", "trainable": true, "activation": "relu"}, "inbound_nodes": [[["add_10", 0, 0, {}]]]}, {"name": "res4d_branch2a", "class_name": "Conv2D", "config": {"name": "res4d_branch2a", "trainable": true, "filters": 256, "kernel_size": [1, 1], "strides": [1, 1], "padding": "valid", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["activation_31", 0, 0, {}]]]}, {"name": "bn4d_branch2a", "class_name": "BatchNormalization", "config": {"name": "bn4d_branch2a", "trainable": true, "axis": 3, "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["res4d_branch2a", 0, 0, {}]]]}, {"name": "activation_32", "class_name": "Activation", "config": {"name": "activation_32", "trainable": true, "activation": "relu"}, "inbound_nodes": [[["bn4d_branch2a", 0, 0, {}]]]}, {"name": "res4d_branch2b", "class_name": "Conv2D", "config": {"name": "res4d_branch2b", "trainable": true, "filters": 256, "kernel_size": [3, 3], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["activation_32", 0, 0, {}]]]}, {"name": "bn4d_branch2b", "class_name": "BatchNormalization", "config": {"name": "bn4d_branch2b", "trainable": true, "axis": 3, "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["res4d_branch2b", 0, 0, {}]]]}, {"name": "activation_33", "class_name": "Activation", "config": {"name": "activation_33", "trainable": true, "activation": "relu"}, "inbound_nodes": [[["bn4d_branch2b", 0, 0, {}]]]}, {"name": "res4d_branch2c", "class_name": "Conv2D", "config": {"name": "res4d_branch2c", "trainable": true, "filters": 1024, "kernel_size": [1, 1], "strides": [1, 1], "padding": "valid", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["activation_33", 0, 0, {}]]]}, {"name": "bn4d_branch2c", "class_name": "BatchNormalization", "config": {"name": "bn4d_branch2c", "trainable": true, "axis": 3, "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["res4d_branch2c", 0, 0, {}]]]}, {"name": "add_11", "class_name": "Add", "config": {"name": "add_11", "trainable": true}, "inbound_nodes": [[["bn4d_branch2c", 0, 0, {}], ["activation_31", 0, 0, {}]]]}, {"name": "activation_34", "class_name": "Activation", "config": {"name": "activation_34", "trainable": true, "activation": "relu"}, "inbound_nodes": [[["add_11", 0, 0, {}]]]}, {"name": "res4e_branch2a", "class_name": "Conv2D", "config": {"name": "res4e_branch2a", "trainable": true, "filters": 256, "kernel_size": [1, 1], "strides": [1, 1], "padding": "valid", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["activation_34", 0, 0, {}]]]}, {"name": "bn4e_branch2a", "class_name": "BatchNormalization", "config": {"name": "bn4e_branch2a", "trainable": true, "axis": 3, "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["res4e_branch2a", 0, 0, {}]]]}, {"name": "activation_35", "class_name": "Activation", "config": {"name": "activation_35", "trainable": true, "activation": "relu"}, "inbound_nodes": [[["bn4e_branch2a", 0, 0, {}]]]}, {"name": "res4e_branch2b", "class_name": "Conv2D", "config": {"name": "res4e_branch2b", "trainable": true, "filters": 256, "kernel_size": [3, 3], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["activation_35", 0, 0, {}]]]}, {"name": "bn4e_branch2b", "class_name": "BatchNormalization", "config": {"name": "bn4e_branch2b", "trainable": true, "axis": 3, "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["res4e_branch2b", 0, 0, {}]]]}, {"name": "activation_36", "class_name": "Activation", "config": {"name": "activation_36", "trainable": true, "activation": "relu"}, "inbound_nodes": [[["bn4e_branch2b", 0, 0, {}]]]}, {"name": "res4e_branch2c", "class_name": "Conv2D", "config": {"name": "res4e_branch2c", "trainable": true, "filters": 1024, "kernel_size": [1, 1], "strides": [1, 1], "padding": "valid", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["activation_36", 0, 0, {}]]]}, {"name": "bn4e_branch2c", "class_name": "BatchNormalization", "config": {"name": "bn4e_branch2c", "trainable": true, "axis": 3, "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["res4e_branch2c", 0, 0, {}]]]}, {"name": "add_12", "class_name": "Add", "config": {"name": "add_12", "trainable": true}, "inbound_nodes": [[["bn4e_branch2c", 0, 0, {}], ["activation_34", 0, 0, {}]]]}, {"name": "activation_37", "class_name": "Activation", "config": {"name": "activation_37", "trainable": true, "activation": "relu"}, "inbound_nodes": [[["add_12", 0, 0, {}]]]}, {"name": "res4f_branch2a", "class_name": "Conv2D", "config": {"name": "res4f_branch2a", "trainable": true, "filters": 256, "kernel_size": [1, 1], "strides": [1, 1], "padding": "valid", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["activation_37", 0, 0, {}]]]}, {"name": "bn4f_branch2a", "class_name": "BatchNormalization", "config": {"name": "bn4f_branch2a", "trainable": true, "axis": 3, "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["res4f_branch2a", 0, 0, {}]]]}, {"name": "activation_38", "class_name": "Activation", "config": {"name": "activation_38", "trainable": true, "activation": "relu"}, "inbound_nodes": [[["bn4f_branch2a", 0, 0, {}]]]}, {"name": "res4f_branch2b", "class_name": "Conv2D", "config": {"name": "res4f_branch2b", "trainable": true, "filters": 256, "kernel_size": [3, 3], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["activation_38", 0, 0, {}]]]}, {"name": "bn4f_branch2b", "class_name": "BatchNormalization", "config": {"name": "bn4f_branch2b", "trainable": true, "axis": 3, "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["res4f_branch2b", 0, 0, {}]]]}, {"name": "activation_39", "class_name": "Activation", "config": {"name": "activation_39", "trainable": true, "activation": "relu"}, "inbound_nodes": [[["bn4f_branch2b", 0, 0, {}]]]}, {"name": "res4f_branch2c", "class_name": "Conv2D", "config": {"name": "res4f_branch2c", "trainable": true, "filters": 1024, "kernel_size": [1, 1], "strides": [1, 1], "padding": "valid", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["activation_39", 0, 0, {}]]]}, {"name": "bn4f_branch2c", "class_name": "BatchNormalization", "config": {"name": "bn4f_branch2c", "trainable": true, "axis": 3, "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["res4f_branch2c", 0, 0, {}]]]}, {"name": "add_13", "class_name": "Add", "config": {"name": "add_13", "trainable": true}, "inbound_nodes": [[["bn4f_branch2c", 0, 0, {}], ["activation_37", 0, 0, {}]]]}, {"name": "activation_40", "class_name": "Activation", "config": {"name": "activation_40", "trainable": true, "activation": "relu"}, "inbound_nodes": [[["add_13", 0, 0, {}]]]}, {"name": "res5a_branch2a", "class_name": "Conv2D", "config": {"name": "res5a_branch2a", "trainable": true, "filters": 512, "kernel_size": [1, 1], "strides": [2, 2], "padding": "valid", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["activation_40", 0, 0, {}]]]}, {"name": "bn5a_branch2a", "class_name": "BatchNormalization", "config": {"name": "bn5a_branch2a", "trainable": true, "axis": 3, "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["res5a_branch2a", 0, 0, {}]]]}, {"name": "activation_41", "class_name": "Activation", "config": {"name": "activation_41", "trainable": true, "activation": "relu"}, "inbound_nodes": [[["bn5a_branch2a", 0, 0, {}]]]}, {"name": "res5a_branch2b", "class_name": "Conv2D", "config": {"name": "res5a_branch2b", "trainable": true, "filters": 512, "kernel_size": [3, 3], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["activation_41", 0, 0, {}]]]}, {"name": "bn5a_branch2b", "class_name": "BatchNormalization", "config": {"name": "bn5a_branch2b", "trainable": true, "axis": 3, "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["res5a_branch2b", 0, 0, {}]]]}, {"name": "activation_42", "class_name": "Activation", "config": {"name": "activation_42", "trainable": true, "activation": "relu"}, "inbound_nodes": [[["bn5a_branch2b", 0, 0, {}]]]}, {"name": "res5a_branch2c", "class_name": "Conv2D", "config": {"name": "res5a_branch2c", "trainable": true, "filters": 2048, "kernel_size": [1, 1], "strides": [1, 1], "padding": "valid", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["activation_42", 0, 0, {}]]]}, {"name": "res5a_branch1", "class_name": "Conv2D", "config": {"name": "res5a_branch1", "trainable": true, "filters": 2048, "kernel_size": [1, 1], "strides": [2, 2], "padding": "valid", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["activation_40", 0, 0, {}]]]}, {"name": "bn5a_branch2c", "class_name": "BatchNormalization", "config": {"name": "bn5a_branch2c", "trainable": true, "axis": 3, "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["res5a_branch2c", 0, 0, {}]]]}, {"name": "bn5a_branch1", "class_name": "BatchNormalization", "config": {"name": "bn5a_branch1", "trainable": true, "axis": 3, "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["res5a_branch1", 0, 0, {}]]]}, {"name": "add_14", "class_name": "Add", "config": {"name": "add_14", "trainable": true}, "inbound_nodes": [[["bn5a_branch2c", 0, 0, {}], ["bn5a_branch1", 0, 0, {}]]]}, {"name": "activation_43", "class_name": "Activation", "config": {"name": "activation_43", "trainable": true, "activation": "relu"}, "inbound_nodes": [[["add_14", 0, 0, {}]]]}, {"name": "res5b_branch2a", "class_name": "Conv2D", "config": {"name": "res5b_branch2a", "trainable": true, "filters": 512, "kernel_size": [1, 1], "strides": [1, 1], "padding": "valid", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["activation_43", 0, 0, {}]]]}, {"name": "bn5b_branch2a", "class_name": "BatchNormalization", "config": {"name": "bn5b_branch2a", "trainable": true, "axis": 3, "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["res5b_branch2a", 0, 0, {}]]]}, {"name": "activation_44", "class_name": "Activation", "config": {"name": "activation_44", "trainable": true, "activation": "relu"}, "inbound_nodes": [[["bn5b_branch2a", 0, 0, {}]]]}, {"name": "res5b_branch2b", "class_name": "Conv2D", "config": {"name": "res5b_branch2b", "trainable": true, "filters": 512, "kernel_size": [3, 3], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["activation_44", 0, 0, {}]]]}, {"name": "bn5b_branch2b", "class_name": "BatchNormalization", "config": {"name": "bn5b_branch2b", "trainable": true, "axis": 3, "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["res5b_branch2b", 0, 0, {}]]]}, {"name": "activation_45", "class_name": "Activation", "config": {"name": "activation_45", "trainable": true, "activation": "relu"}, "inbound_nodes": [[["bn5b_branch2b", 0, 0, {}]]]}, {"name": "res5b_branch2c", "class_name": "Conv2D", "config": {"name": "res5b_branch2c", "trainable": true, "filters": 2048, "kernel_size": [1, 1], "strides": [1, 1], "padding": "valid", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["activation_45", 0, 0, {}]]]}, {"name": "bn5b_branch2c", "class_name": "BatchNormalization", "config": {"name": "bn5b_branch2c", "trainable": true, "axis": 3, "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["res5b_branch2c", 0, 0, {}]]]}, {"name": "add_15", "class_name": "Add", "config": {"name": "add_15", "trainable": true}, "inbound_nodes": [[["bn5b_branch2c", 0, 0, {}], ["activation_43", 0, 0, {}]]]}, {"name": "activation_46", "class_name": "Activation", "config": {"name": "activation_46", "trainable": true, "activation": "relu"}, "inbound_nodes": [[["add_15", 0, 0, {}]]]}, {"name": "res5c_branch2a", "class_name": "Conv2D", "config": {"name": "res5c_branch2a", "trainable": true, "filters": 512, "kernel_size": [1, 1], "strides": [1, 1], "padding": "valid", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["activation_46", 0, 0, {}]]]}, {"name": "bn5c_branch2a", "class_name": "BatchNormalization", "config": {"name": "bn5c_branch2a", "trainable": true, "axis": 3, "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["res5c_branch2a", 0, 0, {}]]]}, {"name": "activation_47", "class_name": "Activation", "config": {"name": "activation_47", "trainable": true, "activation": "relu"}, "inbound_nodes": [[["bn5c_branch2a", 0, 0, {}]]]}, {"name": "res5c_branch2b", "class_name": "Conv2D", "config": {"name": "res5c_branch2b", "trainable": true, "filters": 512, "kernel_size": [3, 3], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["activation_47", 0, 0, {}]]]}, {"name": "bn5c_branch2b", "class_name": "BatchNormalization", "config": {"name": "bn5c_branch2b", "trainable": true, "axis": 3, "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["res5c_branch2b", 0, 0, {}]]]}, {"name": "activation_48", "class_name": "Activation", "config": {"name": "activation_48", "trainable": true, "activation": "relu"}, "inbound_nodes": [[["bn5c_branch2b", 0, 0, {}]]]}, {"name": "res5c_branch2c", "class_name": "Conv2D", "config": {"name": "res5c_branch2c", "trainable": true, "filters": 2048, "kernel_size": [1, 1], "strides": [1, 1], "padding": "valid", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["activation_48", 0, 0, {}]]]}, {"name": "bn5c_branch2c", "class_name": "BatchNormalization", "config": {"name": "bn5c_branch2c", "trainable": true, "axis": 3, "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["res5c_branch2c", 0, 0, {}]]]}, {"name": "add_16", "class_name": "Add", "config": {"name": "add_16", "trainable": true}, "inbound_nodes": [[["bn5c_branch2c", 0, 0, {}], ["activation_46", 0, 0, {}]]]}, {"name": "activation_49", "class_name": "Activation", "config": {"name": "activation_49", "trainable": true, "activation": "relu"}, "inbound_nodes": [[["add_16", 0, 0, {}]]]}, {"name": "resize_1", "class_name": "Lambda", "config": {"name": "resize_1", "trainable": true, "function": ["4wEAAAAAAAAAAQAAAAYAAABDAAAAczAAAAB0AGoBagJ8AHQDoAR8AKEBZAEZAHQFFAB0A6AEfACh\nAWQCGQB0BRQAZwJkA40CUwApBE7pAQAAAOkCAAAAKQHaBHNpemUpBtoCdGbaBWltYWdl2g9yZXNp\nemVfYmlsaW5lYXLaAUvaBXNoYXBl2g1SRVNJWkVfRkFDVE9SKQHaAXipAHILAAAA+h5jOlxQVlNQ\nWUgyMVxMSUExXEVBU1RcbW9kZWwucHlyBgAAAA0AAABzAgAAAAAB\n", null, null], "function_type": "lambda", "output_shape": null, "output_shape_type": "raw", "arguments": {}}, "inbound_nodes": [[["activation_49", 0, 0, {}]]]}, {"name": "concatenate_1", "class_name": "Concatenate", "config": {"name": "concatenate_1", "trainable": true, "axis": 3}, "inbound_nodes": [[["resize_1", 0, 0, {}], ["activation_40", 0, 0, {}]]]}, {"name": "conv2d_1", "class_name": "Conv2D", "config": {"name": "conv2d_1", "trainable": true, "filters": 128, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": {"class_name": "L1L2", "config": {"l1": 0.0, "l2": 9.999999747378752e-06}}, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["concatenate_1", 0, 0, {}]]]}, {"name": "batch_normalization_1", "class_name": "BatchNormalization", "config": {"name": "batch_normalization_1", "trainable": true, "axis": -1, "momentum": 0.997, "epsilon": 1e-05, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["conv2d_1", 0, 0, {}]]]}, {"name": "activation_50", "class_name": "Activation", "config": {"name": "activation_50", "trainable": true, "activation": "relu"}, "inbound_nodes": [[["batch_normalization_1", 0, 0, {}]]]}, {"name": "conv2d_2", "class_name": "Conv2D", "config": {"name": "conv2d_2", "trainable": true, "filters": 128, "kernel_size": [3, 3], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": {"class_name": "L1L2", "config": {"l1": 0.0, "l2": 9.999999747378752e-06}}, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["activation_50", 0, 0, {}]]]}, {"name": "batch_normalization_2", "class_name": "BatchNormalization", "config": {"name": "batch_normalization_2", "trainable": true, "axis": -1, "momentum": 0.997, "epsilon": 1e-05, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["conv2d_2", 0, 0, {}]]]}, {"name": "activation_51", "class_name": "Activation", "config": {"name": "activation_51", "trainable": true, "activation": "relu"}, "inbound_nodes": [[["batch_normalization_2", 0, 0, {}]]]}, {"name": "resize_2", "class_name": "Lambda", "config": {"name": "resize_2", "trainable": true, "function": ["4wEAAAAAAAAAAQAAAAYAAABDAAAAczAAAAB0AGoBagJ8AHQDoAR8AKEBZAEZAHQFFAB0A6AEfACh\nAWQCGQB0BRQAZwJkA40CUwApBE7pAQAAAOkCAAAAKQHaBHNpemUpBtoCdGbaBWltYWdl2g9yZXNp\nemVfYmlsaW5lYXLaAUvaBXNoYXBl2g1SRVNJWkVfRkFDVE9SKQHaAXipAHILAAAA+h5jOlxQVlNQ\nWUgyMVxMSUExXEVBU1RcbW9kZWwucHlyBgAAAA0AAABzAgAAAAAB\n", null, null], "function_type": "lambda", "output_shape": null, "output_shape_type": "raw", "arguments": {}}, "inbound_nodes": [[["activation_51", 0, 0, {}]]]}, {"name": "concatenate_2", "class_name": "Concatenate", "config": {"name": "concatenate_2", "trainable": true, "axis": 3}, "inbound_nodes": [[["resize_2", 0, 0, {}], ["activation_22", 0, 0, {}]]]}, {"name": "conv2d_3", "class_name": "Conv2D", "config": {"name": "conv2d_3", "trainable": true, "filters": 64, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": {"class_name": "L1L2", "config": {"l1": 0.0, "l2": 9.999999747378752e-06}}, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["concatenate_2", 0, 0, {}]]]}, {"name": "batch_normalization_3", "class_name": "BatchNormalization", "config": {"name": "batch_normalization_3", "trainable": true, "axis": -1, "momentum": 0.997, "epsilon": 1e-05, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["conv2d_3", 0, 0, {}]]]}, {"name": "activation_52", "class_name": "Activation", "config": {"name": "activation_52", "trainable": true, "activation": "relu"}, "inbound_nodes": [[["batch_normalization_3", 0, 0, {}]]]}, {"name": "conv2d_4", "class_name": "Conv2D", "config": {"name": "conv2d_4", "trainable": true, "filters": 64, "kernel_size": [3, 3], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": {"class_name": "L1L2", "config": {"l1": 0.0, "l2": 9.999999747378752e-06}}, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["activation_52", 0, 0, {}]]]}, {"name": "batch_normalization_4", "class_name": "BatchNormalization", "config": {"name": "batch_normalization_4", "trainable": true, "axis": -1, "momentum": 0.997, "epsilon": 1e-05, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["conv2d_4", 0, 0, {}]]]}, {"name": "activation_53", "class_name": "Activation", "config": {"name": "activation_53", "trainable": true, "activation": "relu"}, "inbound_nodes": [[["batch_normalization_4", 0, 0, {}]]]}, {"name": "resize_3", "class_name": "Lambda", "config": {"name": "resize_3", "trainable": true, "function": ["4wEAAAAAAAAAAQAAAAYAAABDAAAAczAAAAB0AGoBagJ8AHQDoAR8AKEBZAEZAHQFFAB0A6AEfACh\nAWQCGQB0BRQAZwJkA40CUwApBE7pAQAAAOkCAAAAKQHaBHNpemUpBtoCdGbaBWltYWdl2g9yZXNp\nemVfYmlsaW5lYXLaAUvaBXNoYXBl2g1SRVNJWkVfRkFDVE9SKQHaAXipAHILAAAA+h5jOlxQVlNQ\nWUgyMVxMSUExXEVBU1RcbW9kZWwucHlyBgAAAA0AAABzAgAAAAAB\n", null, null], "function_type": "lambda", "output_shape": null, "output_shape_type": "raw", "arguments": {}}, "inbound_nodes": [[["activation_53", 0, 0, {}]]]}, {"name": "zero_padding2d_1", "class_name": "ZeroPadding2D", "config": {"name": "zero_padding2d_1", "trainable": true, "padding": [[1, 0], [1, 0]], "data_format": "channels_last"}, "inbound_nodes": [[["activation_10", 0, 0, {}]]]}, {"name": "concatenate_3", "class_name": "Concatenate", "config": {"name": "concatenate_3", "trainable": true, "axis": 3}, "inbound_nodes": [[["resize_3", 0, 0, {}], ["zero_padding2d_1", 0, 0, {}]]]}, {"name": "conv2d_5", "class_name": "Conv2D", "config": {"name": "conv2d_5", "trainable": true, "filters": 32, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": {"class_name": "L1L2", "config": {"l1": 0.0, "l2": 9.999999747378752e-06}}, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["concatenate_3", 0, 0, {}]]]}, {"name": "batch_normalization_5", "class_name": "BatchNormalization", "config": {"name": "batch_normalization_5", "trainable": true, "axis": -1, "momentum": 0.997, "epsilon": 1e-05, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["conv2d_5", 0, 0, {}]]]}, {"name": "activation_54", "class_name": "Activation", "config": {"name": "activation_54", "trainable": true, "activation": "relu"}, "inbound_nodes": [[["batch_normalization_5", 0, 0, {}]]]}, {"name": "conv2d_6", "class_name": "Conv2D", "config": {"name": "conv2d_6", "trainable": true, "filters": 32, "kernel_size": [3, 3], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": {"class_name": "L1L2", "config": {"l1": 0.0, "l2": 9.999999747378752e-06}}, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["activation_54", 0, 0, {}]]]}, {"name": "batch_normalization_6", "class_name": "BatchNormalization", "config": {"name": "batch_normalization_6", "trainable": true, "axis": -1, "momentum": 0.997, "epsilon": 1e-05, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["conv2d_6", 0, 0, {}]]]}, {"name": "activation_55", "class_name": "Activation", "config": {"name": "activation_55", "trainable": true, "activation": "relu"}, "inbound_nodes": [[["batch_normalization_6", 0, 0, {}]]]}, {"name": "conv2d_7", "class_name": "Conv2D", "config": {"name": "conv2d_7", "trainable": true, "filters": 32, "kernel_size": [3, 3], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": {"class_name": "L1L2", "config": {"l1": 0.0, "l2": 9.999999747378752e-06}}, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["activation_55", 0, 0, {}]]]}, {"name": "batch_normalization_7", "class_name": "BatchNormalization", "config": {"name": "batch_normalization_7", "trainable": true, "axis": -1, "momentum": 0.997, "epsilon": 1e-05, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["conv2d_7", 0, 0, {}]]]}, {"name": "activation_56", "class_name": "Activation", "config": {"name": "activation_56", "trainable": true, "activation": "relu"}, "inbound_nodes": [[["batch_normalization_7", 0, 0, {}]]]}, {"name": "rbox_geo_map", "class_name": "Conv2D", "config": {"name": "rbox_geo_map", "trainable": true, "filters": 4, "kernel_size": [1, 1], "strides": [1, 1], "padding": "valid", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "sigmoid", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["activation_56", 0, 0, {}]]]}, {"name": "rbox_angle_map", "class_name": "Conv2D", "config": {"name": "rbox_angle_map", "trainable": true, "filters": 1, "kernel_size": [1, 1], "strides": [1, 1], "padding": "valid", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "sigmoid", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["activation_56", 0, 0, {}]]]}, {"name": "lambda_1", "class_name": "Lambda", "config": {"name": "lambda_1", "trainable": true, "function": ["4wEAAAAAAAAAAQAAAAIAAAATAAAAcwgAAAB8AIgAFABTACkBTqkAKQHaAXgpAdoKaW5wdXRfc2l6\nZXIBAAAA+h5jOlxQVlNQWUgyMVxMSUExXEVBU1RcbW9kZWwucHnaCDxsYW1iZGE+QwAAAPMAAAAA\n", null, [512]], "function_type": "lambda", "output_shape": null, "output_shape_type": "raw", "arguments": {}}, "inbound_nodes": [[["rbox_geo_map", 0, 0, {}]]]}, {"name": "lambda_2", "class_name": "Lambda", "config": {"name": "lambda_2", "trainable": true, "function": ["4wEAAAAAAAAAAQAAAAIAAABTAAAAcxIAAAB8AGQBGAB0AGoBFABkAhsAUwApA05nAAAAAAAA4D/p\nAgAAACkC2gJucNoCcGkpAdoBeKkAcgUAAAD6HmM6XFBWU1BZSDIxXExJQTFcRUFTVFxtb2RlbC5w\nedoIPGxhbWJkYT5FAAAA8wAAAAA=\n", null, null], "function_type": "lambda", "output_shape": null, "output_shape_type": "raw", "arguments": {}}, "inbound_nodes": [[["rbox_angle_map", 0, 0, {}]]]}, {"name": "pred_score_map", "class_name": "Conv2D", "config": {"name": "pred_score_map", "trainable": true, "filters": 1, "kernel_size": [1, 1], "strides": [1, 1], "padding": "valid", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "sigmoid", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["activation_56", 0, 0, {}]]]}, {"name": "pred_geo_map", "class_name": "Concatenate", "config": {"name": "pred_geo_map", "trainable": true, "axis": 3}, "inbound_nodes": [[["lambda_1", 0, 0, {}], ["lambda_2", 0, 0, {}]]]}], "input_layers": [["input_image", 0, 0]], "output_layers": [["pred_score_map", 0, 0], ["pred_geo_map", 0, 0]]}, "keras_version": "2.1.6", "backend": "tensorflow"} \ No newline at end of file diff --git a/tmp/model/train/events.out.tfevents.1668435592.DESKTOP-BEEFJ5A b/tmp/model/train/events.out.tfevents.1668435592.DESKTOP-BEEFJ5A new file mode 100644 index 0000000..500e94f Binary files /dev/null and b/tmp/model/train/events.out.tfevents.1668435592.DESKTOP-BEEFJ5A differ diff --git a/tmp/model/val/events.out.tfevents.1668437631.DESKTOP-BEEFJ5A b/tmp/model/val/events.out.tfevents.1668437631.DESKTOP-BEEFJ5A new file mode 100644 index 0000000..f3f7521 Binary files /dev/null and b/tmp/model/val/events.out.tfevents.1668437631.DESKTOP-BEEFJ5A differ diff --git a/train.py b/train.py index a158c90..18ff174 100644 --- a/train.py +++ b/train.py @@ -6,7 +6,7 @@ from PIL import Image import tensorflow as tf import argparse -from keras.callbacks import LearningRateScheduler, TensorBoard, ModelCheckpoint, Callback +from keras.callbacks import LearningRateScheduler, TensorBoard, ModelCheckpoint, Callback, EarlyStopping try: from keras.utils.training_utils import multi_gpu_model except ImportError: @@ -16,25 +16,28 @@ import keras.backend as K from adamw import AdamW - from model import EAST_model from losses import dice_loss, rbox_loss import data_processor +config = tf.ConfigProto() +config.gpu_options.allow_growth = True +session = tf.InteractiveSession(config=config) + parser = argparse.ArgumentParser() parser.add_argument('--input_size', type=int, default=512) # input size for training of the network -parser.add_argument('--batch_size', type=int, default=16) # batch size for training +parser.add_argument('--batch_size', type=int, default=4) # batch size for training parser.add_argument('--nb_workers', type=int, default=4) # number of processes to spin up when using process based threading, as defined in https://keras.io/models/model/#fit_generator parser.add_argument('--init_learning_rate', type=float, default=0.0001) # initial learning rate parser.add_argument('--lr_decay_rate', type=float, default=0.94) # decay rate for the learning rate parser.add_argument('--lr_decay_steps', type=int, default=130) # number of steps after which the learning rate is decayed by decay rate -parser.add_argument('--max_epochs', type=int, default=800) # maximum number of epochs +parser.add_argument('--max_epochs', type=int, default=60) # maximum number of epochs parser.add_argument('--gpu_list', type=str, default='0') # list of gpus to use -parser.add_argument('--checkpoint_path', type=str, default='tmp/east_resnet_50_rbox') # path to a directory to save model checkpoints during training -parser.add_argument('--save_checkpoint_epochs', type=int, default=10) # period at which checkpoints are saved (defaults to every 10 epochs) +parser.add_argument('--checkpoint_path', type=str, default='tmp\\model') # path to a directory to save model checkpoints during training +parser.add_argument('--save_checkpoint_epochs', type=int, default=5) # period at which checkpoints are saved (defaults to every 10 epochs) parser.add_argument('--restore_model', type=str, default='') -parser.add_argument('--training_data_path', type=str, default='../data/ICDAR2015/train_data') # path to training data -parser.add_argument('--validation_data_path', type=str, default='../data/MLT/val_data_latin') # path to validation data +parser.add_argument('--training_data_path', type=str, default='data\\train') # path to training data +parser.add_argument('--validation_data_path', type=str, default='data\\validation') # path to validation data parser.add_argument('--max_image_large_side', type=int, default=1280) # maximum size of the large side of a training image before cropping a patch for training parser.add_argument('--max_text_size', type=int, default=800) # maximum size of a text instance in an image; image resized if this limit is exceeded parser.add_argument('--min_text_size', type=int, default=10) # minimum size of a text instance; if smaller, then it is ignored during training @@ -141,7 +144,7 @@ def __init__(self, validation_data, validation_log_dir, period=5): self.period = period self.validation_data = validation_data self.validation_log_dir = validation_log_dir - self.val_writer = tf.summary.FileWriter(self.validation_log_dir) + self.val_writer = tf.compat.v1.summary.FileWriter(self.validation_log_dir) def on_epoch_end(self, epoch, logs={}): if (epoch + 1) % self.period == 0: @@ -204,11 +207,11 @@ def main(argv=None): if not os.path.exists(FLAGS.checkpoint_path): os.mkdir(FLAGS.checkpoint_path) else: - #if not FLAGS.restore: - # shutil.rmtree(FLAGS.checkpoint_path) - # os.mkdir(FLAGS.checkpoint_path) - shutil.rmtree(FLAGS.checkpoint_path) - os.mkdir(FLAGS.checkpoint_path) + if not FLAGS.restore_model: + shutil.rmtree(FLAGS.checkpoint_path) + os.mkdir(FLAGS.checkpoint_path) + # shutil.rmtree(FLAGS.checkpoint_path) + # os.mkdir(FLAGS.checkpoint_path) train_data_generator = data_processor.generator(FLAGS) train_samples_count = data_processor.count_samples(FLAGS) @@ -218,24 +221,26 @@ def main(argv=None): if len(gpus) <= 1: print('Training with 1 GPU') east = EAST_model(FLAGS.input_size) + if FLAGS.restore_model != '': + east.model.load_weights(FLAGS.restore_model) parallel_model = east.model else: print('Training with %d GPUs' % len(gpus)) with tf.device("/cpu:0"): east = EAST_model(FLAGS.input_size) - if FLAGS.restore_model is not '': + if FLAGS.restore_model != '': east.model.load_weights(FLAGS.restore_model) - parallel_model = multi_gpu_model(east.model, gpus=len(gpus)) + #parallel_model = multi_gpu_model(east.model, gpus=len(gpus)) score_map_loss_weight = K.variable(0.01, name='score_map_loss_weight') small_text_weight = K.variable(0., name='small_text_weight') lr_scheduler = LearningRateScheduler(lr_decay) - ckpt = CustomModelCheckpoint(model=east.model, path=FLAGS.checkpoint_path + '/model-{epoch:02d}.h5', period=FLAGS.save_checkpoint_epochs, save_weights_only=True) - tb = CustomTensorBoard(log_dir=FLAGS.checkpoint_path + '/train', score_map_loss_weight=score_map_loss_weight, small_text_weight=small_text_weight, data_generator=train_data_generator, write_graph=True) + ckpt = CustomModelCheckpoint(model=east.model, path=FLAGS.checkpoint_path + '\\weights-{epoch:02d}.h5', period=FLAGS.save_checkpoint_epochs, save_weights_only=True) + tb = CustomTensorBoard(log_dir=FLAGS.checkpoint_path + '\\train', score_map_loss_weight=score_map_loss_weight, small_text_weight=small_text_weight, data_generator=train_data_generator, write_graph=True) small_text_weight_callback = SmallTextWeight(small_text_weight) - validation_evaluator = ValidationEvaluator(val_data, validation_log_dir=FLAGS.checkpoint_path + '/val') + validation_evaluator = ValidationEvaluator(val_data, validation_log_dir=FLAGS.checkpoint_path + '\\val') callbacks = [lr_scheduler, ckpt, tb, small_text_weight_callback, validation_evaluator] opt = AdamW(FLAGS.init_learning_rate) @@ -250,7 +255,9 @@ def main(argv=None): with open(FLAGS.checkpoint_path + '/model.json', 'w') as json_file: json_file.write(model_json) - history = parallel_model.fit_generator(train_data_generator, epochs=FLAGS.max_epochs, steps_per_epoch=train_samples_count/FLAGS.batch_size, workers=FLAGS.nb_workers, use_multiprocessing=True, max_queue_size=10, callbacks=callbacks, verbose=1) + history = parallel_model.fit_generator(train_data_generator, epochs=FLAGS.max_epochs, steps_per_epoch=train_samples_count/FLAGS.batch_size, workers=FLAGS.nb_workers, max_queue_size=10, callbacks=callbacks, verbose=1) + # print(history.history) + if __name__ == '__main__': main()