diff --git a/bob/pad/face/config/database/replay_mobile.py b/bob/pad/face/config/database/replay_mobile.py
index 000e93a169f0029c2c2a5da03d5b23d453ca5b4d..aa14abfbdb366bfa5fd7243016530d7ef0b6c98a 100644
--- a/bob/pad/face/config/database/replay_mobile.py
+++ b/bob/pad/face/config/database/replay_mobile.py
@@ -20,7 +20,11 @@ from bob.pad.face.database import ReplayMobilePadDatabase
 
 # Directory where the data files are stored.
 # This directory is given in the .bob_bio_databases.txt file located in your home directory
+<<<<<<< HEAD:bob/pad/face/config/database/replay_mobile.py
 original_directory = "[YOUR_REPLAY_MOBILE_DIRECTORY]"
+=======
+original_directory = "[YOUR_MIFS_DATABASE_DIRECTORY]"
+>>>>>>> Added face bounding boxes to tree and cleaned database path:bob/pad/face/config/database/mifs.py
 """Value of ``~/.bob_bio_databases.txt`` for this database"""
 
 original_extension = ".mov" # extension of the data files
diff --git a/bob/pad/face/config/replay_attack.py b/bob/pad/face/config/replay_attack.py
index 3992d6fe94b7c5bcf4857c980e0c3ab131cfee41..aa73eb99470fa82571ad5b07a8a9cdfef216b549 100644
--- a/bob/pad/face/config/replay_attack.py
+++ b/bob/pad/face/config/replay_attack.py
@@ -16,7 +16,11 @@ from bob.pad.face.database import ReplayPadDatabase
 
 # Directory where the data files are stored.
 # This directory is given in the .bob_bio_databases.txt file located in your home directory
+<<<<<<< HEAD:bob/pad/face/config/replay_attack.py
 ORIGINAL_DIRECTORY = "[YOUR_REPLAY_ATTACK_DIRECTORY]"
+=======
+ORIGINAL_DIRECTORY = "[YOUR_MIFS_DATABASE_DIRECTORY]"
+>>>>>>> Added face bounding boxes to tree and cleaned database path:bob/pad/face/config/mifs.py
 """Value of ``~/.bob_bio_databases.txt`` for this database"""
 
 ORIGINAL_EXTENSION = ".mov" # extension of the data files
diff --git a/bob/pad/face/database/mifs.py b/bob/pad/face/database/mifs.py
index 42881ae25a2c2f2385a3cc07147d5be72e46359a..42673ee134f4d38e2df9db1b7ac5c9b3858bc67e 100644
--- a/bob/pad/face/database/mifs.py
+++ b/bob/pad/face/database/mifs.py
@@ -45,7 +45,7 @@ class MIFSPadDatabase(FileListPadDatabase):
     def __init__(
         self,
         protocol='grandtest', # grandtest is the default protocol for this database
-        original_directory='[MIFS_DATABASE_DIRECTORY]',
+        original_directory='[YOUR_MIFS_DATABASE_DIRECTORY]',
         original_extension='.jpg',
         **kwargs):
 
@@ -67,7 +67,7 @@ class MIFSPadDatabase(FileListPadDatabase):
         #    **kwargs)
 
         from pkg_resources import resource_filename
-        folder = resource_filename(__name__, '../lists/mifs')
+        folder = resource_filename(__name__, '../lists/mifs/')
         super(MIFSPadDatabase, self).__init__(folder, 'mifs',
                                             pad_file_class=MIFSPadFile,
                                             protocol = protocol,
@@ -97,9 +97,8 @@ class MIFSPadDatabase(FileListPadDatabase):
             is the dictionary defining the coordinates of the face bounding box in frame N.
         """
 
-        path_to_file    = self.original_directory + f.path
-        face_path       = path_to_file[:-4] + '.face'
-        file_handle     = open(face_path, 'r')
+        path_to_file    = self.m_base_dir + '/annotations/' + f.path[:-4] + '.face'
+        file_handle     = open(path_to_file, 'r')
         line            = file_handle.readline()
         bbox            = [int(x) for x in line.split()]
 
diff --git a/bob/pad/face/lists/mifs/annotations/001_A_1.face b/bob/pad/face/lists/mifs/annotations/001_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..81dab206c7dfd9c184bff2d6d01815b78b02abb4
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/001_A_1.face
@@ -0,0 +1 @@
+209 176 356 297
diff --git a/bob/pad/face/lists/mifs/annotations/001_A_2.face b/bob/pad/face/lists/mifs/annotations/001_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..391a95785523af3582361f3a8d6606cacffe4c8c
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/001_A_2.face
@@ -0,0 +1 @@
+234 186 348 290
diff --git a/bob/pad/face/lists/mifs/annotations/001_B_1.face b/bob/pad/face/lists/mifs/annotations/001_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..d50d9cebb04b5b7c44a94284f98654ca35c5ab27
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/001_B_1.face
@@ -0,0 +1 @@
+234 190 342 285
diff --git a/bob/pad/face/lists/mifs/annotations/001_B_2.face b/bob/pad/face/lists/mifs/annotations/001_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..8f5da74755f8f4d1133ee2a5e7a04d0754abcfb1
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/001_B_2.face
@@ -0,0 +1 @@
+213 191 358 298
diff --git a/bob/pad/face/lists/mifs/annotations/002_A_1.face b/bob/pad/face/lists/mifs/annotations/002_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..d538a78876ba35946ee60333eb1e5ab986fe07a1
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/002_A_1.face
@@ -0,0 +1 @@
+90 139 333 278
diff --git a/bob/pad/face/lists/mifs/annotations/002_A_2.face b/bob/pad/face/lists/mifs/annotations/002_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..753b009d73de3e5aea4fef6f77a8a7d116ed611c
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/002_A_2.face
@@ -0,0 +1 @@
+97 157 253 211
diff --git a/bob/pad/face/lists/mifs/annotations/002_B_1.face b/bob/pad/face/lists/mifs/annotations/002_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..51165c0687411288d5d697010bb525d9414d7544
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/002_B_1.face
@@ -0,0 +1 @@
+119 146 239 200
diff --git a/bob/pad/face/lists/mifs/annotations/002_B_2.face b/bob/pad/face/lists/mifs/annotations/002_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..b98f269fe2866585d2e476691863ba05ca82fa3a
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/002_B_2.face
@@ -0,0 +1 @@
+114 121 125 104
diff --git a/bob/pad/face/lists/mifs/annotations/003_A_1.face b/bob/pad/face/lists/mifs/annotations/003_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..838ede1f9e8e051623fbaea815a9c04fcc10f919
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/003_A_1.face
@@ -0,0 +1 @@
+182 166 445 370
diff --git a/bob/pad/face/lists/mifs/annotations/003_A_2.face b/bob/pad/face/lists/mifs/annotations/003_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..12a3a9281062c6c64f7f1f4f9f2d5a78e35522f1
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/003_A_2.face
@@ -0,0 +1 @@
+162 116 313 261
diff --git a/bob/pad/face/lists/mifs/annotations/003_B_1.face b/bob/pad/face/lists/mifs/annotations/003_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..eda81ab62dae9ed42a7d5cb1054af368e43d896f
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/003_B_1.face
@@ -0,0 +1 @@
+232 169 421 351
diff --git a/bob/pad/face/lists/mifs/annotations/003_B_2.face b/bob/pad/face/lists/mifs/annotations/003_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..798fe9c368230cb19d710157b15b2465139119ff
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/003_B_2.face
@@ -0,0 +1 @@
+172 88 217 181
diff --git a/bob/pad/face/lists/mifs/annotations/004_A_1.face b/bob/pad/face/lists/mifs/annotations/004_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..671723b0760aed11183d4b84c6bf86725652c623
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/004_A_1.face
@@ -0,0 +1 @@
+130 218 497 414
diff --git a/bob/pad/face/lists/mifs/annotations/004_A_2.face b/bob/pad/face/lists/mifs/annotations/004_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..830def5e6e74a37d6f78eb01ac42d532e496fc1a
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/004_A_2.face
@@ -0,0 +1 @@
+139 197 493 411
diff --git a/bob/pad/face/lists/mifs/annotations/004_B_1.face b/bob/pad/face/lists/mifs/annotations/004_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..444ed9998c50bc3e091d7ec846604ad21948dfbf
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/004_B_1.face
@@ -0,0 +1 @@
+128 121 501 417
diff --git a/bob/pad/face/lists/mifs/annotations/004_B_2.face b/bob/pad/face/lists/mifs/annotations/004_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..f6c0403c743f419e20f46632d91a573bfe477a95
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/004_B_2.face
@@ -0,0 +1 @@
+115 143 231 192
diff --git a/bob/pad/face/lists/mifs/annotations/005_A_1.face b/bob/pad/face/lists/mifs/annotations/005_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..0450e8c3b00c63a772274b798ee9d5662406cba8
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/005_A_1.face
@@ -0,0 +1 @@
+94 122 292 243
diff --git a/bob/pad/face/lists/mifs/annotations/005_A_2.face b/bob/pad/face/lists/mifs/annotations/005_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..ab397a7f46fdbe6dbfe48462a9023c000717de77
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/005_A_2.face
@@ -0,0 +1 @@
+132 129 233 194
diff --git a/bob/pad/face/lists/mifs/annotations/005_B_1.face b/bob/pad/face/lists/mifs/annotations/005_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..86a32bfc7614e5924fe931fdfa3a99c09b8050a5
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/005_B_1.face
@@ -0,0 +1 @@
+88 128 285 238
diff --git a/bob/pad/face/lists/mifs/annotations/005_B_2.face b/bob/pad/face/lists/mifs/annotations/005_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..c50bd18f4f407e5e8e6e2362176a7c87dc7bcdca
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/005_B_2.face
@@ -0,0 +1 @@
+120 132 279 232
diff --git a/bob/pad/face/lists/mifs/annotations/006_A_1.face b/bob/pad/face/lists/mifs/annotations/006_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..17a8f68b0926ff4ef4956117d17bb720a3a82e20
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/006_A_1.face
@@ -0,0 +1 @@
+147 199 237 197
diff --git a/bob/pad/face/lists/mifs/annotations/006_A_2.face b/bob/pad/face/lists/mifs/annotations/006_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..63188d9d77763a6c78f87623e6be5790fbe1e637
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/006_A_2.face
@@ -0,0 +1 @@
+170 138 392 326
diff --git a/bob/pad/face/lists/mifs/annotations/006_B_1.face b/bob/pad/face/lists/mifs/annotations/006_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..eef3041e7bf01f4872faf83f676f4a135db310e9
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/006_B_1.face
@@ -0,0 +1 @@
+165 199 245 204
diff --git a/bob/pad/face/lists/mifs/annotations/006_B_2.face b/bob/pad/face/lists/mifs/annotations/006_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..dc4043029abba4d20a2b0c2718653498a1cbf08f
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/006_B_2.face
@@ -0,0 +1 @@
+134 122 180 150
diff --git a/bob/pad/face/lists/mifs/annotations/007_A_1.face b/bob/pad/face/lists/mifs/annotations/007_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..2fc870bf9ff0891bf7cd5ea3d7bcfb236de5348e
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/007_A_1.face
@@ -0,0 +1 @@
+69 151 358 299
diff --git a/bob/pad/face/lists/mifs/annotations/007_A_2.face b/bob/pad/face/lists/mifs/annotations/007_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..d9efc96a574d4c1b366b57c09a6396831b55edfa
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/007_A_2.face
@@ -0,0 +1 @@
+135 130 387 323
diff --git a/bob/pad/face/lists/mifs/annotations/007_B_1.face b/bob/pad/face/lists/mifs/annotations/007_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..cdea511b14f3a1da1f82ed2414767c0e281967c4
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/007_B_1.face
@@ -0,0 +1 @@
+63 160 598 498
diff --git a/bob/pad/face/lists/mifs/annotations/007_B_2.face b/bob/pad/face/lists/mifs/annotations/007_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..ebecb43306e4ecbb969b19c5ce1d89c3aecfb1f3
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/007_B_2.face
@@ -0,0 +1 @@
+56 157 625 521
diff --git a/bob/pad/face/lists/mifs/annotations/008_A_1.face b/bob/pad/face/lists/mifs/annotations/008_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..39d0e6952830c7b12ff9e59b0b646c4177b7b26d
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/008_A_1.face
@@ -0,0 +1 @@
+113 136 327 273
diff --git a/bob/pad/face/lists/mifs/annotations/008_A_2.face b/bob/pad/face/lists/mifs/annotations/008_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..af12cbd9c3258d1b6933c025756a31742b1325dd
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/008_A_2.face
@@ -0,0 +1 @@
+203 198 213 178
diff --git a/bob/pad/face/lists/mifs/annotations/008_B_1.face b/bob/pad/face/lists/mifs/annotations/008_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..2269219c075a8aacf1e223b0994689e955ee3644
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/008_B_1.face
@@ -0,0 +1 @@
+116 176 497 414
diff --git a/bob/pad/face/lists/mifs/annotations/008_B_2.face b/bob/pad/face/lists/mifs/annotations/008_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..1a077f2cbe040787a2a67465cbd81fefbfe90c79
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/008_B_2.face
@@ -0,0 +1 @@
+117 116 496 413
diff --git a/bob/pad/face/lists/mifs/annotations/009_A_1.face b/bob/pad/face/lists/mifs/annotations/009_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..40477b47e4015014bf9290dc8ace0f81b3b56454
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/009_A_1.face
@@ -0,0 +1 @@
+180 125 379 315
diff --git a/bob/pad/face/lists/mifs/annotations/009_A_2.face b/bob/pad/face/lists/mifs/annotations/009_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..a41b6abeaa7ba112d593d2262d1e39e3eec85c95
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/009_A_2.face
@@ -0,0 +1 @@
+163 92 377 314
diff --git a/bob/pad/face/lists/mifs/annotations/009_B_1.face b/bob/pad/face/lists/mifs/annotations/009_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..ede3425e4189377b0bda733a6ee5f5dccac23631
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/009_B_1.face
@@ -0,0 +1 @@
+86 217 547 455
diff --git a/bob/pad/face/lists/mifs/annotations/009_B_2.face b/bob/pad/face/lists/mifs/annotations/009_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..cdea511b14f3a1da1f82ed2414767c0e281967c4
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/009_B_2.face
@@ -0,0 +1 @@
+63 160 598 498
diff --git a/bob/pad/face/lists/mifs/annotations/010_A_1.face b/bob/pad/face/lists/mifs/annotations/010_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..2306d8b07f5691564daf65eb33f23d19d0e8bdba
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/010_A_1.face
@@ -0,0 +1 @@
+49 141 335 279
diff --git a/bob/pad/face/lists/mifs/annotations/010_A_2.face b/bob/pad/face/lists/mifs/annotations/010_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..bbdcdee3418225f425369b26e432049dc252914e
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/010_A_2.face
@@ -0,0 +1 @@
+34 139 362 301
diff --git a/bob/pad/face/lists/mifs/annotations/010_B_1.face b/bob/pad/face/lists/mifs/annotations/010_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..47c022de3935461a7f0b03c23087acb51c7f1823
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/010_B_1.face
@@ -0,0 +1 @@
+75 118 496 414
diff --git a/bob/pad/face/lists/mifs/annotations/010_B_2.face b/bob/pad/face/lists/mifs/annotations/010_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..2a78092c38baf5c6ec1edb41a3b5df6cdf643028
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/010_B_2.face
@@ -0,0 +1 @@
+31 174 528 440
diff --git a/bob/pad/face/lists/mifs/annotations/011_A_1.face b/bob/pad/face/lists/mifs/annotations/011_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..894e7b3a1d86d08e4193ace3707e0954ab36690e
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/011_A_1.face
@@ -0,0 +1 @@
+62 134 303 253
diff --git a/bob/pad/face/lists/mifs/annotations/011_A_2.face b/bob/pad/face/lists/mifs/annotations/011_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..58b6656433883110569e9358251f173b91a67716
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/011_A_2.face
@@ -0,0 +1 @@
+114 163 320 266
diff --git a/bob/pad/face/lists/mifs/annotations/011_B_1.face b/bob/pad/face/lists/mifs/annotations/011_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..204e47455ad21232d6615ed24790ee61db49fd1e
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/011_B_1.face
@@ -0,0 +1 @@
+34 121 341 285
diff --git a/bob/pad/face/lists/mifs/annotations/011_B_2.face b/bob/pad/face/lists/mifs/annotations/011_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..c4e89a442f1302e879fb0bf65beced2f58e2e025
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/011_B_2.face
@@ -0,0 +1 @@
+46 105 342 285
diff --git a/bob/pad/face/lists/mifs/annotations/012_A_1.face b/bob/pad/face/lists/mifs/annotations/012_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..4c163587dc3dd36bdbd227d1c79f5253ae2e5501
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/012_A_1.face
@@ -0,0 +1 @@
+58 159 321 268
diff --git a/bob/pad/face/lists/mifs/annotations/012_A_2.face b/bob/pad/face/lists/mifs/annotations/012_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..a4fe5890aae3cf31a9a93b15c1caa8d5feac30b6
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/012_A_2.face
@@ -0,0 +1 @@
+37 124 308 257
diff --git a/bob/pad/face/lists/mifs/annotations/012_B_1.face b/bob/pad/face/lists/mifs/annotations/012_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..b00528cfa24b170009ae73c7817c87158d1957c1
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/012_B_1.face
@@ -0,0 +1 @@
+127 125 323 269
diff --git a/bob/pad/face/lists/mifs/annotations/012_B_2.face b/bob/pad/face/lists/mifs/annotations/012_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..787d71a2f5b4e953c8568e855f0a814d4c9c7112
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/012_B_2.face
@@ -0,0 +1 @@
+63 166 328 274
diff --git a/bob/pad/face/lists/mifs/annotations/013_A_1.face b/bob/pad/face/lists/mifs/annotations/013_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..7cacb1fea4f9321c8df82afefb45f2d4014c7a6b
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/013_A_1.face
@@ -0,0 +1 @@
+67 126 339 283
diff --git a/bob/pad/face/lists/mifs/annotations/013_A_2.face b/bob/pad/face/lists/mifs/annotations/013_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..697dd3a8710c4f9f7d982048a4b6a0d99a0c1d2f
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/013_A_2.face
@@ -0,0 +1 @@
+70 156 313 261
diff --git a/bob/pad/face/lists/mifs/annotations/013_B_1.face b/bob/pad/face/lists/mifs/annotations/013_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..74be1b11337c26462c514e322d0538ac1591d9a3
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/013_B_1.face
@@ -0,0 +1 @@
+81 123 333 277
diff --git a/bob/pad/face/lists/mifs/annotations/013_B_2.face b/bob/pad/face/lists/mifs/annotations/013_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..28909b948b7574cd23c79b8b6558b1e865be846b
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/013_B_2.face
@@ -0,0 +1 @@
+78 134 350 292
diff --git a/bob/pad/face/lists/mifs/annotations/014_A_1.face b/bob/pad/face/lists/mifs/annotations/014_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..7c8e064cb3667a185a47576a4e63a57d6ac0b738
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/014_A_1.face
@@ -0,0 +1 @@
+69 185 337 281
diff --git a/bob/pad/face/lists/mifs/annotations/014_A_2.face b/bob/pad/face/lists/mifs/annotations/014_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..6e09f08ce668f38c8e76032684822533ab0aeddb
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/014_A_2.face
@@ -0,0 +1 @@
+23 116 339 282
diff --git a/bob/pad/face/lists/mifs/annotations/014_B_1.face b/bob/pad/face/lists/mifs/annotations/014_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..6e4d4fe3ee570d2078f92cad14d6c07eb5a94676
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/014_B_1.face
@@ -0,0 +1 @@
+54 100 372 310
diff --git a/bob/pad/face/lists/mifs/annotations/014_B_2.face b/bob/pad/face/lists/mifs/annotations/014_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..2aaef7965e83a490e05cf3ce824448a2086cc5b7
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/014_B_2.face
@@ -0,0 +1 @@
+44 86 385 320
diff --git a/bob/pad/face/lists/mifs/annotations/015_A_1.face b/bob/pad/face/lists/mifs/annotations/015_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..110c5bcd089d56c88b7f4ab7e9839f434b3bd49c
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/015_A_1.face
@@ -0,0 +1 @@
+59 136 334 278
diff --git a/bob/pad/face/lists/mifs/annotations/015_A_2.face b/bob/pad/face/lists/mifs/annotations/015_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..b3b7cb39336609f5ce80fb6ec23cf1bfd4f64eca
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/015_A_2.face
@@ -0,0 +1 @@
+48 147 326 271
diff --git a/bob/pad/face/lists/mifs/annotations/015_B_1.face b/bob/pad/face/lists/mifs/annotations/015_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..3a5a1397fb76b05bae6671779d8085f6caa24e02
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/015_B_1.face
@@ -0,0 +1 @@
+87 141 343 286
diff --git a/bob/pad/face/lists/mifs/annotations/015_B_2.face b/bob/pad/face/lists/mifs/annotations/015_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..7f418242d3340ec6f4d51b9daaf497e849342299
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/015_B_2.face
@@ -0,0 +1 @@
+73 149 337 281
diff --git a/bob/pad/face/lists/mifs/annotations/016_A_1.face b/bob/pad/face/lists/mifs/annotations/016_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..46836e5badb0e15cd15ddca2ac47e792cabfbac7
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/016_A_1.face
@@ -0,0 +1 @@
+45 128 341 284
diff --git a/bob/pad/face/lists/mifs/annotations/016_A_2.face b/bob/pad/face/lists/mifs/annotations/016_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..592420b0105a5c741c3e3d8afa37189722c038b4
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/016_A_2.face
@@ -0,0 +1 @@
+38 100 277 230
diff --git a/bob/pad/face/lists/mifs/annotations/016_B_1.face b/bob/pad/face/lists/mifs/annotations/016_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..54ed8c07bec9017306ef90b80e97b094f7290f31
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/016_B_1.face
@@ -0,0 +1 @@
+30 148 346 288
diff --git a/bob/pad/face/lists/mifs/annotations/016_B_2.face b/bob/pad/face/lists/mifs/annotations/016_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..d4502d8cb185be3f5cb280c278fe2fc1a537a7eb
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/016_B_2.face
@@ -0,0 +1 @@
+30 164 343 286
diff --git a/bob/pad/face/lists/mifs/annotations/017_A_1.face b/bob/pad/face/lists/mifs/annotations/017_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..d183dcdffdb8fedfca55987f51adfbd528e58c90
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/017_A_1.face
@@ -0,0 +1 @@
+53 137 333 278
diff --git a/bob/pad/face/lists/mifs/annotations/017_A_2.face b/bob/pad/face/lists/mifs/annotations/017_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..ed1e1705d59497aec92ea44275cccf51022b537f
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/017_A_2.face
@@ -0,0 +1 @@
+51 153 328 273
diff --git a/bob/pad/face/lists/mifs/annotations/017_B_1.face b/bob/pad/face/lists/mifs/annotations/017_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..82de7069698e6f98c6e86dbdb62d03aabf46b716
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/017_B_1.face
@@ -0,0 +1 @@
+56 146 381 317
diff --git a/bob/pad/face/lists/mifs/annotations/017_B_2.face b/bob/pad/face/lists/mifs/annotations/017_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..b4b2f947dec5211ea9516a02614c10e3d34e6ee5
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/017_B_2.face
@@ -0,0 +1 @@
+54 117 370 309
diff --git a/bob/pad/face/lists/mifs/annotations/018_A_1.face b/bob/pad/face/lists/mifs/annotations/018_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..380fd7a3f84e76db58f3999213ddf760052d12a4
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/018_A_1.face
@@ -0,0 +1 @@
+121 160 307 256
diff --git a/bob/pad/face/lists/mifs/annotations/018_A_2.face b/bob/pad/face/lists/mifs/annotations/018_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..0c739d9fdf1334e21c87daa99ec17f72d58ea7a5
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/018_A_2.face
@@ -0,0 +1 @@
+123 184 306 255
diff --git a/bob/pad/face/lists/mifs/annotations/018_B_1.face b/bob/pad/face/lists/mifs/annotations/018_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..b5103d4e3b45963ef77f31b6d3f4d78153045bb0
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/018_B_1.face
@@ -0,0 +1 @@
+84 130 327 272
diff --git a/bob/pad/face/lists/mifs/annotations/018_B_2.face b/bob/pad/face/lists/mifs/annotations/018_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..6572a35cca2ec8890a242dada92a1e2150126231
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/018_B_2.face
@@ -0,0 +1 @@
+64 112 330 275
diff --git a/bob/pad/face/lists/mifs/annotations/019_A_1.face b/bob/pad/face/lists/mifs/annotations/019_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..32d95e08928565719868ae4823c3179c442178f1
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/019_A_1.face
@@ -0,0 +1 @@
+61 148 314 262
diff --git a/bob/pad/face/lists/mifs/annotations/019_A_2.face b/bob/pad/face/lists/mifs/annotations/019_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..6e8da471c77a00ffe0bcaefee3b124f48cc0cd21
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/019_A_2.face
@@ -0,0 +1 @@
+79 104 293 244
diff --git a/bob/pad/face/lists/mifs/annotations/019_B_1.face b/bob/pad/face/lists/mifs/annotations/019_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..0f196486d14b37d4ee73b674b90789f3424c50a5
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/019_B_1.face
@@ -0,0 +1 @@
+92 108 344 287
diff --git a/bob/pad/face/lists/mifs/annotations/019_B_2.face b/bob/pad/face/lists/mifs/annotations/019_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..114b1ce3475674b1eb8836f9d0c24fb8f74b1efc
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/019_B_2.face
@@ -0,0 +1 @@
+74 168 362 301
diff --git a/bob/pad/face/lists/mifs/annotations/020_A_1.face b/bob/pad/face/lists/mifs/annotations/020_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..49ca779b8d1ff20d7dd010659b7c8fc2404889a0
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/020_A_1.face
@@ -0,0 +1 @@
+78 193 318 265
diff --git a/bob/pad/face/lists/mifs/annotations/020_A_2.face b/bob/pad/face/lists/mifs/annotations/020_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..3224f8082140e805dfaf2580603a5d7dd927e545
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/020_A_2.face
@@ -0,0 +1 @@
+76 189 305 254
diff --git a/bob/pad/face/lists/mifs/annotations/020_B_1.face b/bob/pad/face/lists/mifs/annotations/020_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..107a477926bcd919d6c4dce953fea2a16254613a
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/020_B_1.face
@@ -0,0 +1 @@
+60 137 356 297
diff --git a/bob/pad/face/lists/mifs/annotations/020_B_2.face b/bob/pad/face/lists/mifs/annotations/020_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..3f1f9bfee3fc9fb9cb2986fc054704a811e2035f
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/020_B_2.face
@@ -0,0 +1 @@
+57 144 365 304
diff --git a/bob/pad/face/lists/mifs/annotations/021_A_1.face b/bob/pad/face/lists/mifs/annotations/021_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..cd4ca9bf2bdc9f400a26a930567cbff95841eb5b
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/021_A_1.face
@@ -0,0 +1 @@
+83 181 352 294
diff --git a/bob/pad/face/lists/mifs/annotations/021_A_2.face b/bob/pad/face/lists/mifs/annotations/021_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..8f44194199bde44e657aeffa8a9b58198ee432e5
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/021_A_2.face
@@ -0,0 +1 @@
+51 162 303 253
diff --git a/bob/pad/face/lists/mifs/annotations/021_B_1.face b/bob/pad/face/lists/mifs/annotations/021_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..adc32fc208ebd1951ab36a863cb053b152422d66
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/021_B_1.face
@@ -0,0 +1 @@
+44 155 342 285
diff --git a/bob/pad/face/lists/mifs/annotations/021_B_2.face b/bob/pad/face/lists/mifs/annotations/021_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..0978cd7648b4af209977ff9711c63e28a7c48dfd
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/021_B_2.face
@@ -0,0 +1 @@
+41 142 352 293
diff --git a/bob/pad/face/lists/mifs/annotations/022_A_1.face b/bob/pad/face/lists/mifs/annotations/022_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..496a49c8f498016729577fa5bb0edfcf49e7faeb
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/022_A_1.face
@@ -0,0 +1 @@
+51 254 356 297
diff --git a/bob/pad/face/lists/mifs/annotations/022_A_2.face b/bob/pad/face/lists/mifs/annotations/022_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..3c83716029a6db441d875f37e42582d8642635c8
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/022_A_2.face
@@ -0,0 +1 @@
+52 190 346 288
diff --git a/bob/pad/face/lists/mifs/annotations/022_B_1.face b/bob/pad/face/lists/mifs/annotations/022_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..47c0cf1700439a95253ff8e90e9ee05e154499f7
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/022_B_1.face
@@ -0,0 +1 @@
+24 173 365 304
diff --git a/bob/pad/face/lists/mifs/annotations/022_B_2.face b/bob/pad/face/lists/mifs/annotations/022_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..2ab36805cb328ec7a1d2f568ae3849052da5feab
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/022_B_2.face
@@ -0,0 +1 @@
+35 118 369 307
diff --git a/bob/pad/face/lists/mifs/annotations/023_A_1.face b/bob/pad/face/lists/mifs/annotations/023_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..568196742349f6cad35250969235a475317399a6
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/023_A_1.face
@@ -0,0 +1 @@
+89 152 295 246
diff --git a/bob/pad/face/lists/mifs/annotations/023_A_2.face b/bob/pad/face/lists/mifs/annotations/023_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..ed06b4afdcb2b40881bc1a43890b2e0fde97bbb2
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/023_A_2.face
@@ -0,0 +1 @@
+72 174 307 256
diff --git a/bob/pad/face/lists/mifs/annotations/023_B_1.face b/bob/pad/face/lists/mifs/annotations/023_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..6485fc8750f862e97aba203f7de76695f30efd30
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/023_B_1.face
@@ -0,0 +1 @@
+48 204 340 284
diff --git a/bob/pad/face/lists/mifs/annotations/023_B_2.face b/bob/pad/face/lists/mifs/annotations/023_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..4ba82e7d1d2abeca4233d0ec4fc5aa62e7f23b0b
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/023_B_2.face
@@ -0,0 +1 @@
+44 157 319 266
diff --git a/bob/pad/face/lists/mifs/annotations/024_A_1.face b/bob/pad/face/lists/mifs/annotations/024_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..7032ecd6da6cbe51c268d910d427f7a68c869336
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/024_A_1.face
@@ -0,0 +1 @@
+85 196 303 253
diff --git a/bob/pad/face/lists/mifs/annotations/024_A_2.face b/bob/pad/face/lists/mifs/annotations/024_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..7670ef3c1faee52ea92e74d39233370ffd7483e8
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/024_A_2.face
@@ -0,0 +1 @@
+85 165 296 247
diff --git a/bob/pad/face/lists/mifs/annotations/024_B_1.face b/bob/pad/face/lists/mifs/annotations/024_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..0985f15418823b7c237f8f98456447e649f6d58b
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/024_B_1.face
@@ -0,0 +1 @@
+99 118 312 260
diff --git a/bob/pad/face/lists/mifs/annotations/024_B_2.face b/bob/pad/face/lists/mifs/annotations/024_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..3d35569a4ea76a31e0129d9ee584c4322f112513
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/024_B_2.face
@@ -0,0 +1 @@
+81 152 328 273
diff --git a/bob/pad/face/lists/mifs/annotations/025_A_1.face b/bob/pad/face/lists/mifs/annotations/025_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..ccbfb8ee539ad5381d9c187f48f5da9d58e451d1
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/025_A_1.face
@@ -0,0 +1 @@
+167 248 344 286
diff --git a/bob/pad/face/lists/mifs/annotations/025_A_2.face b/bob/pad/face/lists/mifs/annotations/025_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..78c5d2a206636dbe8f8fdee0a31abba85950ace0
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/025_A_2.face
@@ -0,0 +1 @@
+46 139 337 281
diff --git a/bob/pad/face/lists/mifs/annotations/025_B_1.face b/bob/pad/face/lists/mifs/annotations/025_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..5677d0cfe709f1973f45242e552d9cdc3c7bc6b6
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/025_B_1.face
@@ -0,0 +1 @@
+53 169 363 303
diff --git a/bob/pad/face/lists/mifs/annotations/025_B_2.face b/bob/pad/face/lists/mifs/annotations/025_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..ebb6a4241aa6983cc74d709bdee615a9cacb391a
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/025_B_2.face
@@ -0,0 +1 @@
+40 131 346 288
diff --git a/bob/pad/face/lists/mifs/annotations/026_A_1.face b/bob/pad/face/lists/mifs/annotations/026_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..75c4f7389fdc9de837869cd4e2d5a56d53b566cb
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/026_A_1.face
@@ -0,0 +1 @@
+73 204 322 268
diff --git a/bob/pad/face/lists/mifs/annotations/026_A_2.face b/bob/pad/face/lists/mifs/annotations/026_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..bd1407bcfed34d23b3aa1a11a0c689603f6cd553
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/026_A_2.face
@@ -0,0 +1 @@
+64 201 332 277
diff --git a/bob/pad/face/lists/mifs/annotations/026_B_1.face b/bob/pad/face/lists/mifs/annotations/026_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..8f1e8497b906afa090377eec6a663ee7c0c0ce1a
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/026_B_1.face
@@ -0,0 +1 @@
+40 220 351 292
diff --git a/bob/pad/face/lists/mifs/annotations/026_B_2.face b/bob/pad/face/lists/mifs/annotations/026_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..6a2bfb7d01719ef67684bd6c89da92c8171642e1
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/026_B_2.face
@@ -0,0 +1 @@
+22 138 329 274
diff --git a/bob/pad/face/lists/mifs/annotations/027_A_1.face b/bob/pad/face/lists/mifs/annotations/027_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..77bb0690c5475561885a6b941c734a9193011b5e
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/027_A_1.face
@@ -0,0 +1 @@
+165 149 291 243
diff --git a/bob/pad/face/lists/mifs/annotations/027_A_2.face b/bob/pad/face/lists/mifs/annotations/027_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..1ab1de0999864d13322a83d769ee9a23fd8d4a2e
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/027_A_2.face
@@ -0,0 +1 @@
+115 176 290 242
diff --git a/bob/pad/face/lists/mifs/annotations/027_B_1.face b/bob/pad/face/lists/mifs/annotations/027_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..6393ddb2fca7fd0c989cb00aae96a4772c3f76e4
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/027_B_1.face
@@ -0,0 +1 @@
+106 94 262 218
diff --git a/bob/pad/face/lists/mifs/annotations/027_B_2.face b/bob/pad/face/lists/mifs/annotations/027_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..02c51b7aad43b0c05440912ff37c35b75519b8c8
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/027_B_2.face
@@ -0,0 +1 @@
+51 230 335 279
diff --git a/bob/pad/face/lists/mifs/annotations/028_A_1.face b/bob/pad/face/lists/mifs/annotations/028_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..49c3956f0b1731708d7a8f083731b00ff90563ea
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/028_A_1.face
@@ -0,0 +1 @@
+70 168 325 271
diff --git a/bob/pad/face/lists/mifs/annotations/028_A_2.face b/bob/pad/face/lists/mifs/annotations/028_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..20b8ff54757708b5bc5a84c7a4a9affcd874fc6f
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/028_A_2.face
@@ -0,0 +1 @@
+33 160 334 279
diff --git a/bob/pad/face/lists/mifs/annotations/028_B_1.face b/bob/pad/face/lists/mifs/annotations/028_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..a8d2abf2bb2a1019dc8693bcefca386fe9cd94d9
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/028_B_1.face
@@ -0,0 +1 @@
+82 140 346 289
diff --git a/bob/pad/face/lists/mifs/annotations/028_B_2.face b/bob/pad/face/lists/mifs/annotations/028_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..ccae42e117ac4e102bb9164e43781260f2e6125d
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/028_B_2.face
@@ -0,0 +1 @@
+73 176 328 273
diff --git a/bob/pad/face/lists/mifs/annotations/029_A_1.face b/bob/pad/face/lists/mifs/annotations/029_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..fc972a63be48ed2e43c2c537692081378a906e73
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/029_A_1.face
@@ -0,0 +1 @@
+102 151 338 282
diff --git a/bob/pad/face/lists/mifs/annotations/029_A_2.face b/bob/pad/face/lists/mifs/annotations/029_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..6c6a967b380518054602534ca2bb9aca5fd35707
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/029_A_2.face
@@ -0,0 +1 @@
+87 154 331 276
diff --git a/bob/pad/face/lists/mifs/annotations/029_B_1.face b/bob/pad/face/lists/mifs/annotations/029_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..c9f8142daec378d80d247c4cb0e45416af1469e4
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/029_B_1.face
@@ -0,0 +1 @@
+99 114 396 330
diff --git a/bob/pad/face/lists/mifs/annotations/029_B_2.face b/bob/pad/face/lists/mifs/annotations/029_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..4ee68fada07feec1bba5c97b9fdfe63debc37ef1
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/029_B_2.face
@@ -0,0 +1 @@
+44 153 408 340
diff --git a/bob/pad/face/lists/mifs/annotations/030_A_1.face b/bob/pad/face/lists/mifs/annotations/030_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..42392079ab505531691a2997ae764cd1309da11c
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/030_A_1.face
@@ -0,0 +1 @@
+98 164 298 248
diff --git a/bob/pad/face/lists/mifs/annotations/030_A_2.face b/bob/pad/face/lists/mifs/annotations/030_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..c78c16b1b132d98f6040248896ef1272abfa06bd
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/030_A_2.face
@@ -0,0 +1 @@
+76 169 289 241
diff --git a/bob/pad/face/lists/mifs/annotations/030_B_1.face b/bob/pad/face/lists/mifs/annotations/030_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..d70ba07741c009265413b99fca0d418fa996b4bc
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/030_B_1.face
@@ -0,0 +1 @@
+96 160 323 269
diff --git a/bob/pad/face/lists/mifs/annotations/030_B_2.face b/bob/pad/face/lists/mifs/annotations/030_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..e437dadb4a8d587c5efee8cc38b666b1eb577ab8
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/030_B_2.face
@@ -0,0 +1 @@
+69 180 327 272
diff --git a/bob/pad/face/lists/mifs/annotations/031_A_1.face b/bob/pad/face/lists/mifs/annotations/031_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..11022f164a9614d4efc4840ac874a27d3e5fce83
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/031_A_1.face
@@ -0,0 +1 @@
+65 201 295 245
diff --git a/bob/pad/face/lists/mifs/annotations/031_A_2.face b/bob/pad/face/lists/mifs/annotations/031_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..ce10f4542f036081ca821669dde3d828c691cf07
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/031_A_2.face
@@ -0,0 +1 @@
+32 189 276 230
diff --git a/bob/pad/face/lists/mifs/annotations/031_B_1.face b/bob/pad/face/lists/mifs/annotations/031_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..a4909065b1a4fd5042ac2efceeccc1532f65eede
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/031_B_1.face
@@ -0,0 +1 @@
+36 101 359 299
diff --git a/bob/pad/face/lists/mifs/annotations/031_B_2.face b/bob/pad/face/lists/mifs/annotations/031_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..660b8e14111e7eb7fe32bfeae718cf99d7ce37c8
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/031_B_2.face
@@ -0,0 +1 @@
+45 121 342 285
diff --git a/bob/pad/face/lists/mifs/annotations/032_A_1.face b/bob/pad/face/lists/mifs/annotations/032_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..b90a416c2854d770b79fa1fb6576b7aaeef8fd6f
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/032_A_1.face
@@ -0,0 +1 @@
+120 166 278 232
diff --git a/bob/pad/face/lists/mifs/annotations/032_A_2.face b/bob/pad/face/lists/mifs/annotations/032_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..9147fd6562d1d11cc3a96e9af17f8314d1184fee
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/032_A_2.face
@@ -0,0 +1 @@
+93 174 275 229
diff --git a/bob/pad/face/lists/mifs/annotations/032_B_1.face b/bob/pad/face/lists/mifs/annotations/032_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..09af2c57d71fdb46f02651762a31c889e00ff510
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/032_B_1.face
@@ -0,0 +1 @@
+55 128 358 298
diff --git a/bob/pad/face/lists/mifs/annotations/032_B_2.face b/bob/pad/face/lists/mifs/annotations/032_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..5f179ea2015d88418ab76df9d51d289862a4d746
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/032_B_2.face
@@ -0,0 +1 @@
+36 122 325 271
diff --git a/bob/pad/face/lists/mifs/annotations/033_A_1.face b/bob/pad/face/lists/mifs/annotations/033_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..0cd3c1bf6175a24f4cf55ee367f5668c257b9453
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/033_A_1.face
@@ -0,0 +1 @@
+76 178 372 310
diff --git a/bob/pad/face/lists/mifs/annotations/033_A_2.face b/bob/pad/face/lists/mifs/annotations/033_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..cf75f0ca6496c31ee5a190c25e0277215eec169e
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/033_A_2.face
@@ -0,0 +1 @@
+71 149 397 331
diff --git a/bob/pad/face/lists/mifs/annotations/033_B_1.face b/bob/pad/face/lists/mifs/annotations/033_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..9cd4df47d1e85f2ba12320b6e9555184ff699b2c
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/033_B_1.face
@@ -0,0 +1 @@
+43 161 413 344
diff --git a/bob/pad/face/lists/mifs/annotations/033_B_2.face b/bob/pad/face/lists/mifs/annotations/033_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..557fa6b579b25594a91cd4781344e7ad1c601438
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/033_B_2.face
@@ -0,0 +1 @@
+56 160 403 336
diff --git a/bob/pad/face/lists/mifs/annotations/034_A_1.face b/bob/pad/face/lists/mifs/annotations/034_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..eea7af6b9590e149278c064179c71f4db15b1bff
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/034_A_1.face
@@ -0,0 +1 @@
+133 156 287 239
diff --git a/bob/pad/face/lists/mifs/annotations/034_A_2.face b/bob/pad/face/lists/mifs/annotations/034_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..06cb25d748a53d05a998f8ae85e5767a9bb4b257
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/034_A_2.face
@@ -0,0 +1 @@
+64 138 299 249
diff --git a/bob/pad/face/lists/mifs/annotations/034_B_1.face b/bob/pad/face/lists/mifs/annotations/034_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..929f366e85b837236ece19f2592126c6c61bf82f
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/034_B_1.face
@@ -0,0 +1 @@
+134 162 331 276
diff --git a/bob/pad/face/lists/mifs/annotations/034_B_2.face b/bob/pad/face/lists/mifs/annotations/034_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..8255b4ccb71f7b0ecdafb00d771fa4a5f5d990fe
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/034_B_2.face
@@ -0,0 +1 @@
+116 154 304 254
diff --git a/bob/pad/face/lists/mifs/annotations/035_A_1.face b/bob/pad/face/lists/mifs/annotations/035_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..9edfde4758617f011cd7941194f88b8f19dcea6a
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/035_A_1.face
@@ -0,0 +1 @@
+94 166 324 270
diff --git a/bob/pad/face/lists/mifs/annotations/035_A_2.face b/bob/pad/face/lists/mifs/annotations/035_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..85d6c3ff5da76b09ea0114a13f9c36690654c21b
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/035_A_2.face
@@ -0,0 +1 @@
+84 160 320 267
diff --git a/bob/pad/face/lists/mifs/annotations/035_B_1.face b/bob/pad/face/lists/mifs/annotations/035_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..41dc6bf1cd20a47786bd935cae1134db26546a0f
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/035_B_1.face
@@ -0,0 +1 @@
+113 141 335 279
diff --git a/bob/pad/face/lists/mifs/annotations/035_B_2.face b/bob/pad/face/lists/mifs/annotations/035_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..c47eed3b88e9efc8c0b0ea5df44977a09dfdd11f
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/035_B_2.face
@@ -0,0 +1 @@
+84 139 344 286
diff --git a/bob/pad/face/lists/mifs/annotations/037_A_1.face b/bob/pad/face/lists/mifs/annotations/037_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..afc001ed2506bd9fdc1458355e2086ee8ecf7db6
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/037_A_1.face
@@ -0,0 +1 @@
+88 140 493 411
diff --git a/bob/pad/face/lists/mifs/annotations/037_A_2.face b/bob/pad/face/lists/mifs/annotations/037_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..1796685c4125a8c2a38484256ef81c6723d88dc2
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/037_A_2.face
@@ -0,0 +1 @@
+49 123 482 401
diff --git a/bob/pad/face/lists/mifs/annotations/037_B_1.face b/bob/pad/face/lists/mifs/annotations/037_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..ac6c2f62a80f91f17fd18056eea2cd56d64b4f89
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/037_B_1.face
@@ -0,0 +1 @@
+118 106 497 415
diff --git a/bob/pad/face/lists/mifs/annotations/037_B_2.face b/bob/pad/face/lists/mifs/annotations/037_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..30dbe146c341621e7fbc5c62a71ae710bdf6e47c
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/037_B_2.face
@@ -0,0 +1 @@
+130 117 492 410
diff --git a/bob/pad/face/lists/mifs/annotations/038_A_1.face b/bob/pad/face/lists/mifs/annotations/038_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..ba4402df257c00ad4ed3d8873a7032cea4d476b9
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/038_A_1.face
@@ -0,0 +1 @@
+141 117 317 264
diff --git a/bob/pad/face/lists/mifs/annotations/038_A_2.face b/bob/pad/face/lists/mifs/annotations/038_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..c9447dad3e1b170538ec68446c71907e499295d6
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/038_A_2.face
@@ -0,0 +1 @@
+145 64 306 255
diff --git a/bob/pad/face/lists/mifs/annotations/038_B_1.face b/bob/pad/face/lists/mifs/annotations/038_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..f41165782e7a8fd3b7e28dcd9137273f1a4c43c2
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/038_B_1.face
@@ -0,0 +1 @@
+217 144 294 245
diff --git a/bob/pad/face/lists/mifs/annotations/038_B_2.face b/bob/pad/face/lists/mifs/annotations/038_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..955a65ff8079796a339f14a4bc6a024c1ca1059c
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/038_B_2.face
@@ -0,0 +1 @@
+171 118 337 281
diff --git a/bob/pad/face/lists/mifs/annotations/039_A_1.face b/bob/pad/face/lists/mifs/annotations/039_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..36f778aaf3162da365aa2486f92eaf75c8f66c9b
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/039_A_1.face
@@ -0,0 +1 @@
+143 170 215 179
diff --git a/bob/pad/face/lists/mifs/annotations/039_A_2.face b/bob/pad/face/lists/mifs/annotations/039_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..c084229c3d6c6d92a3460b5a5175c85ccdda9a8d
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/039_A_2.face
@@ -0,0 +1 @@
+73 85 212 177
diff --git a/bob/pad/face/lists/mifs/annotations/039_B_1.face b/bob/pad/face/lists/mifs/annotations/039_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..2d1fa1b9627ee0cbd3af180d67be8e1d072b8a62
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/039_B_1.face
@@ -0,0 +1 @@
+132 81 189 158
diff --git a/bob/pad/face/lists/mifs/annotations/039_B_2.face b/bob/pad/face/lists/mifs/annotations/039_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..b8f042771092c6cac181d6ede900cf31c1abdf31
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/039_B_2.face
@@ -0,0 +1 @@
+177 102 189 157
diff --git a/bob/pad/face/lists/mifs/annotations/040_A_1.face b/bob/pad/face/lists/mifs/annotations/040_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..fc184467c869a95cf408d3c8933b3d2f8cf7fdb1
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/040_A_1.face
@@ -0,0 +1 @@
+86 168 185 155
diff --git a/bob/pad/face/lists/mifs/annotations/040_A_2.face b/bob/pad/face/lists/mifs/annotations/040_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..756889156a02475019590d2bafbd7bfccb16aa4d
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/040_A_2.face
@@ -0,0 +1 @@
+74 139 184 154
diff --git a/bob/pad/face/lists/mifs/annotations/040_B_1.face b/bob/pad/face/lists/mifs/annotations/040_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..0d82e92f8ec38387882f4ee6a28aa8930c155825
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/040_B_1.face
@@ -0,0 +1 @@
+170 132 186 155
diff --git a/bob/pad/face/lists/mifs/annotations/040_B_2.face b/bob/pad/face/lists/mifs/annotations/040_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..08edb14b9ad80a223361065b0abf2d7a5c2eed4f
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/040_B_2.face
@@ -0,0 +1 @@
+187 71 186 155
diff --git a/bob/pad/face/lists/mifs/annotations/041_A_1.face b/bob/pad/face/lists/mifs/annotations/041_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..703dd71b79eaabd50a14a6384adcf918feeffa6b
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/041_A_1.face
@@ -0,0 +1 @@
+147 136 385 321
diff --git a/bob/pad/face/lists/mifs/annotations/041_A_2.face b/bob/pad/face/lists/mifs/annotations/041_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..8ef4e4e9ce1ef7cd984a71f49302fc35765f7639
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/041_A_2.face
@@ -0,0 +1 @@
+157 156 381 318
diff --git a/bob/pad/face/lists/mifs/annotations/041_B_1.face b/bob/pad/face/lists/mifs/annotations/041_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..3d67e3b9c1fbc0911aeae7ccfe5329ded1952667
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/041_B_1.face
@@ -0,0 +1 @@
+167 82 187 156
diff --git a/bob/pad/face/lists/mifs/annotations/041_B_2.face b/bob/pad/face/lists/mifs/annotations/041_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..ed3206839e564edfa3af6dec170db10d07635843
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/041_B_2.face
@@ -0,0 +1 @@
+142 83 187 156
diff --git a/bob/pad/face/lists/mifs/annotations/042_A_1.face b/bob/pad/face/lists/mifs/annotations/042_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..9cbeb2ad7f3328af80ae42915ca8cf9eec49650f
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/042_A_1.face
@@ -0,0 +1 @@
+126 124 323 269
diff --git a/bob/pad/face/lists/mifs/annotations/042_A_2.face b/bob/pad/face/lists/mifs/annotations/042_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..de79634f4edb879d8997cbbf60536ddef567b48b
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/042_A_2.face
@@ -0,0 +1 @@
+119 139 320 266
diff --git a/bob/pad/face/lists/mifs/annotations/042_B_1.face b/bob/pad/face/lists/mifs/annotations/042_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..cb9332c56e2d365764f8604daad8a71ade7d552a
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/042_B_1.face
@@ -0,0 +1 @@
+143 156 310 259
diff --git a/bob/pad/face/lists/mifs/annotations/042_B_2.face b/bob/pad/face/lists/mifs/annotations/042_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..c4d6213dc2f0a213d57da13e65dcc435b873072d
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/042_B_2.face
@@ -0,0 +1 @@
+133 147 303 253
diff --git a/bob/pad/face/lists/mifs/annotations/044_A_1.face b/bob/pad/face/lists/mifs/annotations/044_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..25176f8beb804e4ed22525bb14f97d341483162c
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/044_A_1.face
@@ -0,0 +1 @@
+244 161 375 313
diff --git a/bob/pad/face/lists/mifs/annotations/044_A_2.face b/bob/pad/face/lists/mifs/annotations/044_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..bb6cc798712c332345fe2c065de6913a4074c51a
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/044_A_2.face
@@ -0,0 +1 @@
+171 100 359 299
diff --git a/bob/pad/face/lists/mifs/annotations/044_B_1.face b/bob/pad/face/lists/mifs/annotations/044_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..a754e43b36f4bda465c6e8570be496b753d81be5
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/044_B_1.face
@@ -0,0 +1 @@
+231 123 383 319
diff --git a/bob/pad/face/lists/mifs/annotations/044_B_2.face b/bob/pad/face/lists/mifs/annotations/044_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..0e1ac6cd79b04cd2107d696cfc1ad038e740d7bd
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/044_B_2.face
@@ -0,0 +1 @@
+164 130 390 325
diff --git a/bob/pad/face/lists/mifs/annotations/045_A_1.face b/bob/pad/face/lists/mifs/annotations/045_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..8af173daa48aa5fe62f283b4e79d0620730cccb9
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/045_A_1.face
@@ -0,0 +1 @@
+150 147 328 274
diff --git a/bob/pad/face/lists/mifs/annotations/045_A_2.face b/bob/pad/face/lists/mifs/annotations/045_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..4bc832a9b89425c83e3877f9f7986ebca9099959
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/045_A_2.face
@@ -0,0 +1 @@
+178 191 343 286
diff --git a/bob/pad/face/lists/mifs/annotations/045_B_1.face b/bob/pad/face/lists/mifs/annotations/045_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..416f412f594882ea0b71e8bc04d52254b955bb60
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/045_B_1.face
@@ -0,0 +1 @@
+201 196 342 285
diff --git a/bob/pad/face/lists/mifs/annotations/045_B_2.face b/bob/pad/face/lists/mifs/annotations/045_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..6360277def43e546615320e72acdef563afed884
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/045_B_2.face
@@ -0,0 +1 @@
+196 164 342 285
diff --git a/bob/pad/face/lists/mifs/annotations/046_A_1.face b/bob/pad/face/lists/mifs/annotations/046_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..a010f4331d8c211e263e1ff33c181631d3f499ef
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/046_A_1.face
@@ -0,0 +1 @@
+216 220 392 327
diff --git a/bob/pad/face/lists/mifs/annotations/046_A_2.face b/bob/pad/face/lists/mifs/annotations/046_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..4715622e37baf575fe332ddbf2d2dbdfdad3b74f
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/046_A_2.face
@@ -0,0 +1 @@
+198 174 349 291
diff --git a/bob/pad/face/lists/mifs/annotations/046_B_1.face b/bob/pad/face/lists/mifs/annotations/046_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..588b9df9a004fdf62ad03892d4be2d18925e5da8
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/046_B_1.face
@@ -0,0 +1 @@
+214 158 378 315
diff --git a/bob/pad/face/lists/mifs/annotations/046_B_2.face b/bob/pad/face/lists/mifs/annotations/046_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..e2a625876914c37747de9e01987e5bb436038992
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/046_B_2.face
@@ -0,0 +1 @@
+217 166 356 297
diff --git a/bob/pad/face/lists/mifs/annotations/047_A_1.face b/bob/pad/face/lists/mifs/annotations/047_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..e5c34f656f7732cfade312d113ae15feef30012f
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/047_A_1.face
@@ -0,0 +1 @@
+254 163 349 291
diff --git a/bob/pad/face/lists/mifs/annotations/047_A_2.face b/bob/pad/face/lists/mifs/annotations/047_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..dd7e8cbc544ba92850793e52ef7e98c8fccb963f
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/047_A_2.face
@@ -0,0 +1 @@
+138 135 318 265
diff --git a/bob/pad/face/lists/mifs/annotations/047_B_1.face b/bob/pad/face/lists/mifs/annotations/047_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..f645660f0ea92a507c64791fb654c8496d84d59e
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/047_B_1.face
@@ -0,0 +1 @@
+155 181 322 269
diff --git a/bob/pad/face/lists/mifs/annotations/047_B_2.face b/bob/pad/face/lists/mifs/annotations/047_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..0da86527bb96ed8a169ca135f619009c3c3c7bcb
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/047_B_2.face
@@ -0,0 +1 @@
+162 175 304 253
diff --git a/bob/pad/face/lists/mifs/annotations/048_A_1.face b/bob/pad/face/lists/mifs/annotations/048_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..b5e581bb75fb2d2d2d76acc5952fe523c9cf5e3d
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/048_A_1.face
@@ -0,0 +1 @@
+98 94 213 177
diff --git a/bob/pad/face/lists/mifs/annotations/048_A_2.face b/bob/pad/face/lists/mifs/annotations/048_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..f31fe6a074e48384891f4edc109f168dcb14a882
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/048_A_2.face
@@ -0,0 +1 @@
+80 110 290 242
diff --git a/bob/pad/face/lists/mifs/annotations/048_B_1.face b/bob/pad/face/lists/mifs/annotations/048_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..0f2fa64bbcdef5480f19efbddfc933df0840e2e8
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/048_B_1.face
@@ -0,0 +1 @@
+88 91 397 331
diff --git a/bob/pad/face/lists/mifs/annotations/048_B_2.face b/bob/pad/face/lists/mifs/annotations/048_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..f3a61c0d031a847d0ad3d1061d658391cbc0ba7a
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/048_B_2.face
@@ -0,0 +1 @@
+44 54 444 370
diff --git a/bob/pad/face/lists/mifs/annotations/049_A_1.face b/bob/pad/face/lists/mifs/annotations/049_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..d2d164c3aa25a565b2ac6c4557d4490893465345
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/049_A_1.face
@@ -0,0 +1 @@
+239 236 426 355
diff --git a/bob/pad/face/lists/mifs/annotations/049_A_2.face b/bob/pad/face/lists/mifs/annotations/049_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..7d997bf3e5f33e7e5c6520e9a996043a6449d431
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/049_A_2.face
@@ -0,0 +1 @@
+86 180 546 455
diff --git a/bob/pad/face/lists/mifs/annotations/049_B_1.face b/bob/pad/face/lists/mifs/annotations/049_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..144094d3a3e01dc6d956ce78400a19802042ddd3
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/049_B_1.face
@@ -0,0 +1 @@
+103 114 337 281
diff --git a/bob/pad/face/lists/mifs/annotations/049_B_2.face b/bob/pad/face/lists/mifs/annotations/049_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..e1f51d6fe9d3d86d9354f695d0794a14d4c44fa5
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/049_B_2.face
@@ -0,0 +1 @@
+118 87 331 276
diff --git a/bob/pad/face/lists/mifs/annotations/050_A_1.face b/bob/pad/face/lists/mifs/annotations/050_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..08d69441859b236df375c1fbc9b220d298132263
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/050_A_1.face
@@ -0,0 +1 @@
+96 155 372 310
diff --git a/bob/pad/face/lists/mifs/annotations/050_A_2.face b/bob/pad/face/lists/mifs/annotations/050_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..281fcf04b90dd488343f7cdf0ca0077b3cdefe63
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/050_A_2.face
@@ -0,0 +1 @@
+90 121 390 325
diff --git a/bob/pad/face/lists/mifs/annotations/050_B_1.face b/bob/pad/face/lists/mifs/annotations/050_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..47c022de3935461a7f0b03c23087acb51c7f1823
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/050_B_1.face
@@ -0,0 +1 @@
+75 118 496 414
diff --git a/bob/pad/face/lists/mifs/annotations/050_B_2.face b/bob/pad/face/lists/mifs/annotations/050_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..2a78092c38baf5c6ec1edb41a3b5df6cdf643028
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/050_B_2.face
@@ -0,0 +1 @@
+31 174 528 440
diff --git a/bob/pad/face/lists/mifs/annotations/051_A_1.face b/bob/pad/face/lists/mifs/annotations/051_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..ab4696a4fd0f60c5f32194f2c591547f68563919
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/051_A_1.face
@@ -0,0 +1 @@
+163 141 442 368
diff --git a/bob/pad/face/lists/mifs/annotations/051_A_2.face b/bob/pad/face/lists/mifs/annotations/051_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..c12e2e2aff96c03887e0a9191fd6a64e3f5b4a6e
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/051_A_2.face
@@ -0,0 +1 @@
+177 119 436 363
diff --git a/bob/pad/face/lists/mifs/annotations/051_B_1.face b/bob/pad/face/lists/mifs/annotations/051_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..01a3435d24ef03c8e0fbea6edec20262fc463681
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/051_B_1.face
@@ -0,0 +1 @@
+209 185 460 383
diff --git a/bob/pad/face/lists/mifs/annotations/051_B_2.face b/bob/pad/face/lists/mifs/annotations/051_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..678fb037b212741fc91b2a2d00b01d8e52a001a4
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/051_B_2.face
@@ -0,0 +1 @@
+184 103 452 376
diff --git a/bob/pad/face/lists/mifs/annotations/052_A_1.face b/bob/pad/face/lists/mifs/annotations/052_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..b11cdd77b11650a092d2fd3f6bdbf0f9430d8975
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/052_A_1.face
@@ -0,0 +1 @@
+147 122 352 293
diff --git a/bob/pad/face/lists/mifs/annotations/052_A_2.face b/bob/pad/face/lists/mifs/annotations/052_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..b3c1a9b41c7cf54b408c1fbc8b7a0470136cba66
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/052_A_2.face
@@ -0,0 +1 @@
+193 129 351 293
diff --git a/bob/pad/face/lists/mifs/annotations/052_B_1.face b/bob/pad/face/lists/mifs/annotations/052_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..6b2afef2bb32b8bc5336d7b0b24d44f4e851b02e
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/052_B_1.face
@@ -0,0 +1 @@
+154 136 314 262
diff --git a/bob/pad/face/lists/mifs/annotations/052_B_2.face b/bob/pad/face/lists/mifs/annotations/052_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..f9129e83c9f72fefd3912def1fcd41096f17abb4
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/052_B_2.face
@@ -0,0 +1 @@
+170 154 331 276
diff --git a/bob/pad/face/lists/mifs/annotations/053_A_1.face b/bob/pad/face/lists/mifs/annotations/053_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..6ecb7693d4913df3b7f2779470812655ef059a0b
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/053_A_1.face
@@ -0,0 +1 @@
+181 85 357 298
diff --git a/bob/pad/face/lists/mifs/annotations/053_A_2.face b/bob/pad/face/lists/mifs/annotations/053_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..58019d0f97b9502e39a2e138b9f00b89366079cd
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/053_A_2.face
@@ -0,0 +1 @@
+137 100 192 160
diff --git a/bob/pad/face/lists/mifs/annotations/053_B_1.face b/bob/pad/face/lists/mifs/annotations/053_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..d75d51280476112020aaabaffedbcc995e29fe06
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/053_B_1.face
@@ -0,0 +1 @@
+267 210 401 334
diff --git a/bob/pad/face/lists/mifs/annotations/053_B_2.face b/bob/pad/face/lists/mifs/annotations/053_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..4883603793f27a187945723f4fe47abd32a0c1dc
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/053_B_2.face
@@ -0,0 +1 @@
+157 145 436 363
diff --git a/bob/pad/face/lists/mifs/annotations/054_A_1.face b/bob/pad/face/lists/mifs/annotations/054_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..3d9a2c086d3880b1cc074ad589daae4de6d9f95c
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/054_A_1.face
@@ -0,0 +1 @@
+97 111 346 289
diff --git a/bob/pad/face/lists/mifs/annotations/054_A_2.face b/bob/pad/face/lists/mifs/annotations/054_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..c512df66e9e3fc03b095626018f597d6fd838b12
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/054_A_2.face
@@ -0,0 +1 @@
+96 90 323 270
diff --git a/bob/pad/face/lists/mifs/annotations/054_B_1.face b/bob/pad/face/lists/mifs/annotations/054_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..a76a879b648066ae1710f346f7ec39ec2dd7c808
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/054_B_1.face
@@ -0,0 +1 @@
+94 64 335 279
diff --git a/bob/pad/face/lists/mifs/annotations/054_B_2.face b/bob/pad/face/lists/mifs/annotations/054_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..212180c5511a9b191db26de884da51d8bf6a5727
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/054_B_2.face
@@ -0,0 +1 @@
+73 77 310 258
diff --git a/bob/pad/face/lists/mifs/annotations/055_A_1.face b/bob/pad/face/lists/mifs/annotations/055_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..23da3a8a4cac49f40381b1cf23ec6136ac95526c
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/055_A_1.face
@@ -0,0 +1 @@
+124 141 302 252
diff --git a/bob/pad/face/lists/mifs/annotations/055_A_2.face b/bob/pad/face/lists/mifs/annotations/055_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..6fdd75fd870d2a001521d5bb568fcacfde257b6b
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/055_A_2.face
@@ -0,0 +1 @@
+75 85 281 234
diff --git a/bob/pad/face/lists/mifs/annotations/055_B_1.face b/bob/pad/face/lists/mifs/annotations/055_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..7a0f7bd211d72ebf3b56728c095178be1d5ffbd1
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/055_B_1.face
@@ -0,0 +1 @@
+173 154 429 358
diff --git a/bob/pad/face/lists/mifs/annotations/055_B_2.face b/bob/pad/face/lists/mifs/annotations/055_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..dc9e863484a88ace8748f2256f042b46a89a247f
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/055_B_2.face
@@ -0,0 +1 @@
+160 127 414 345
diff --git a/bob/pad/face/lists/mifs/annotations/056_A_1.face b/bob/pad/face/lists/mifs/annotations/056_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..739673ec2f79fdf29ef592b5ca30c04e9426ec64
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/056_A_1.face
@@ -0,0 +1 @@
+50 241 396 330
diff --git a/bob/pad/face/lists/mifs/annotations/056_A_2.face b/bob/pad/face/lists/mifs/annotations/056_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..e70a23ef077d85e206e93037bfe2ec2e52bf4b9c
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/056_A_2.face
@@ -0,0 +1 @@
+58 116 399 332
diff --git a/bob/pad/face/lists/mifs/annotations/056_B_1.face b/bob/pad/face/lists/mifs/annotations/056_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..5eae7071c7e5acd6752b14f1999402c36cbfc6a1
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/056_B_1.face
@@ -0,0 +1 @@
+152 132 370 308
diff --git a/bob/pad/face/lists/mifs/annotations/056_B_2.face b/bob/pad/face/lists/mifs/annotations/056_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..cc2706cbda12d879841e51728d385710ca3c399e
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/056_B_2.face
@@ -0,0 +1 @@
+138 132 389 324
diff --git a/bob/pad/face/lists/mifs/annotations/059_A_1.face b/bob/pad/face/lists/mifs/annotations/059_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..69f9693fb57c98106b0a935db8c5d5009041c280
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/059_A_1.face
@@ -0,0 +1 @@
+65 188 410 342
diff --git a/bob/pad/face/lists/mifs/annotations/059_A_2.face b/bob/pad/face/lists/mifs/annotations/059_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..d38ddd669d01e67ed8c5d0696cfbf8a57f5bf2a3
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/059_A_2.face
@@ -0,0 +1 @@
+88 146 436 363
diff --git a/bob/pad/face/lists/mifs/annotations/059_B_1.face b/bob/pad/face/lists/mifs/annotations/059_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..a8005adba89cbff31e9d997851412e27d48bf96c
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/059_B_1.face
@@ -0,0 +1 @@
+82 133 557 464
diff --git a/bob/pad/face/lists/mifs/annotations/059_B_2.face b/bob/pad/face/lists/mifs/annotations/059_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..f62e2cfd05291ac18311b91dc2fbb1d74828f079
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/059_B_2.face
@@ -0,0 +1 @@
+145 132 539 449
diff --git a/bob/pad/face/lists/mifs/annotations/060_A_1.face b/bob/pad/face/lists/mifs/annotations/060_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..4825f1ee9dd05bfde6a20ef1805a84a933fc8885
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/060_A_1.face
@@ -0,0 +1 @@
+116 163 295 246
diff --git a/bob/pad/face/lists/mifs/annotations/060_A_2.face b/bob/pad/face/lists/mifs/annotations/060_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..927b2d53a48cb39944543afc20b4ff71c983dcd9
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/060_A_2.face
@@ -0,0 +1 @@
+114 116 288 240
diff --git a/bob/pad/face/lists/mifs/annotations/060_B_1.face b/bob/pad/face/lists/mifs/annotations/060_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..f61f113503257e0e9ca82d9c726818704c0d1d59
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/060_B_1.face
@@ -0,0 +1 @@
+146 133 320 267
diff --git a/bob/pad/face/lists/mifs/annotations/060_B_2.face b/bob/pad/face/lists/mifs/annotations/060_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..ee5a50cf1e392923a84bbe4cef1a1349739ecf08
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/060_B_2.face
@@ -0,0 +1 @@
+134 140 303 252
diff --git a/bob/pad/face/lists/mifs/annotations/061_A_1.face b/bob/pad/face/lists/mifs/annotations/061_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..cc438c89e5aaaa39db14394b9c7c3ba973072b21
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/061_A_1.face
@@ -0,0 +1 @@
+66 189 386 321
diff --git a/bob/pad/face/lists/mifs/annotations/061_A_2.face b/bob/pad/face/lists/mifs/annotations/061_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..ea8b6f60d9eb86923edf956f1d692a33828ab328
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/061_A_2.face
@@ -0,0 +1 @@
+74 157 383 319
diff --git a/bob/pad/face/lists/mifs/annotations/061_B_1.face b/bob/pad/face/lists/mifs/annotations/061_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..87bca28314c80e3fe3bb78a078a8aa57dea4fa61
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/061_B_1.face
@@ -0,0 +1 @@
+64 174 369 308
diff --git a/bob/pad/face/lists/mifs/annotations/061_B_2.face b/bob/pad/face/lists/mifs/annotations/061_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..80244ec14f68fae031a335299477e5e72fe53ec3
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/061_B_2.face
@@ -0,0 +1 @@
+97 143 359 299
diff --git a/bob/pad/face/lists/mifs/annotations/063_A_1.face b/bob/pad/face/lists/mifs/annotations/063_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..6d7619e09985dd9bbfaa3c3371d77c1976755417
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/063_A_1.face
@@ -0,0 +1 @@
+126 114 204 170
diff --git a/bob/pad/face/lists/mifs/annotations/063_A_2.face b/bob/pad/face/lists/mifs/annotations/063_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..0f1a5c2b8613275c739a59709f2da7e64d1fb02b
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/063_A_2.face
@@ -0,0 +1 @@
+130 78 208 174
diff --git a/bob/pad/face/lists/mifs/annotations/063_B_1.face b/bob/pad/face/lists/mifs/annotations/063_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..4ece07f377b6102734372ff6b0e36943c1c13c8a
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/063_B_1.face
@@ -0,0 +1 @@
+150 163 437 364
diff --git a/bob/pad/face/lists/mifs/annotations/063_B_2.face b/bob/pad/face/lists/mifs/annotations/063_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..894e70824c41bdffb827673a545f4daa3bb36eb9
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/063_B_2.face
@@ -0,0 +1 @@
+138 89 193 161
diff --git a/bob/pad/face/lists/mifs/annotations/064_A_1.face b/bob/pad/face/lists/mifs/annotations/064_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..095f65b86654acf84dc634505642009eecacb689
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/064_A_1.face
@@ -0,0 +1 @@
+89 100 410 341
diff --git a/bob/pad/face/lists/mifs/annotations/064_A_2.face b/bob/pad/face/lists/mifs/annotations/064_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..4565ee7e580f1b29dc63ffe8b2c53b1f8f97b749
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/064_A_2.face
@@ -0,0 +1 @@
+82 100 410 341
diff --git a/bob/pad/face/lists/mifs/annotations/064_B_1.face b/bob/pad/face/lists/mifs/annotations/064_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..f8bb027c69c6b87a0728fbfa467b84fc22c80938
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/064_B_1.face
@@ -0,0 +1 @@
+127 128 284 237
diff --git a/bob/pad/face/lists/mifs/annotations/064_B_2.face b/bob/pad/face/lists/mifs/annotations/064_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..691893c14e63e57831c6b83a996bd56a15687574
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/064_B_2.face
@@ -0,0 +1 @@
+85 76 200 167
diff --git a/bob/pad/face/lists/mifs/annotations/065_A_1.face b/bob/pad/face/lists/mifs/annotations/065_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..ff8d2cb640a0b811ed03779c6117ac645c21d971
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/065_A_1.face
@@ -0,0 +1 @@
+166 100 304 253
diff --git a/bob/pad/face/lists/mifs/annotations/065_A_2.face b/bob/pad/face/lists/mifs/annotations/065_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..288cb78a0785679bcebe60e3cadc00a34af28d9d
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/065_A_2.face
@@ -0,0 +1 @@
+180 72 328 273
diff --git a/bob/pad/face/lists/mifs/annotations/065_B_1.face b/bob/pad/face/lists/mifs/annotations/065_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..1a37c4fb4754ed49539c9e432e1b9bb266460e45
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/065_B_1.face
@@ -0,0 +1 @@
+112 95 327 272
diff --git a/bob/pad/face/lists/mifs/annotations/065_B_2.face b/bob/pad/face/lists/mifs/annotations/065_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..7754fdcec7f1779197ed1504b5aa40a65c569541
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/065_B_2.face
@@ -0,0 +1 @@
+142 98 318 265
diff --git a/bob/pad/face/lists/mifs/annotations/066_A_1.face b/bob/pad/face/lists/mifs/annotations/066_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..64e232355ef321e55ddba9ebfcff0c97a07c400e
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/066_A_1.face
@@ -0,0 +1 @@
+95 188 338 282
diff --git a/bob/pad/face/lists/mifs/annotations/066_A_2.face b/bob/pad/face/lists/mifs/annotations/066_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..c133e53d9d3a1ab9696ffc7c64caf66e3ebb35b7
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/066_A_2.face
@@ -0,0 +1 @@
+109 127 445 371
diff --git a/bob/pad/face/lists/mifs/annotations/066_B_1.face b/bob/pad/face/lists/mifs/annotations/066_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..4fe851ad2303050f659392650dbb7f27178801ea
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/066_B_1.face
@@ -0,0 +1 @@
+149 111 337 281
diff --git a/bob/pad/face/lists/mifs/annotations/066_B_2.face b/bob/pad/face/lists/mifs/annotations/066_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..32f9c4095cedb9a125beacee8027555a6186351c
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/066_B_2.face
@@ -0,0 +1 @@
+136 143 411 343
diff --git a/bob/pad/face/lists/mifs/annotations/067_A_1.face b/bob/pad/face/lists/mifs/annotations/067_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..e512aab8e5bda7ec2c1b6f2c3bef8b883694fefe
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/067_A_1.face
@@ -0,0 +1 @@
+128 81 215 179
diff --git a/bob/pad/face/lists/mifs/annotations/067_A_2.face b/bob/pad/face/lists/mifs/annotations/067_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..2b775aa67c515b08aa9250f8a4de73564cf801d5
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/067_A_2.face
@@ -0,0 +1 @@
+172 120 508 423
diff --git a/bob/pad/face/lists/mifs/annotations/067_B_1.face b/bob/pad/face/lists/mifs/annotations/067_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..166fdd4b3cd0617543f5082566e2c13c3b6989ef
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/067_B_1.face
@@ -0,0 +1 @@
+112 108 200 167
diff --git a/bob/pad/face/lists/mifs/annotations/067_B_2.face b/bob/pad/face/lists/mifs/annotations/067_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..03175c4deae7735eecc17d544c00d564c7a733cf
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/067_B_2.face
@@ -0,0 +1 @@
+184 160 198 165
diff --git a/bob/pad/face/lists/mifs/annotations/068_A_1.face b/bob/pad/face/lists/mifs/annotations/068_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..1f78f0562013ed222928f56332a0ba26d6b7af94
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/068_A_1.face
@@ -0,0 +1 @@
+171 123 525 438
diff --git a/bob/pad/face/lists/mifs/annotations/068_A_2.face b/bob/pad/face/lists/mifs/annotations/068_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..3731c3227fb4b83d0143ad38da162f82e6697315
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/068_A_2.face
@@ -0,0 +1 @@
+167 91 527 440
diff --git a/bob/pad/face/lists/mifs/annotations/068_B_1.face b/bob/pad/face/lists/mifs/annotations/068_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..34c39b050002172fe81e5da9e2620747821ccdc9
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/068_B_1.face
@@ -0,0 +1 @@
+167 73 276 230
diff --git a/bob/pad/face/lists/mifs/annotations/068_B_2.face b/bob/pad/face/lists/mifs/annotations/068_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..af5cecb60d04d933d76a414f1b01f5b9ef41cd95
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/068_B_2.face
@@ -0,0 +1 @@
+147 69 367 306
diff --git a/bob/pad/face/lists/mifs/annotations/069_A_1.face b/bob/pad/face/lists/mifs/annotations/069_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..803c9aa7c249264add81d49c34edc7225af6dcaf
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/069_A_1.face
@@ -0,0 +1 @@
+174 140 460 384
diff --git a/bob/pad/face/lists/mifs/annotations/069_A_2.face b/bob/pad/face/lists/mifs/annotations/069_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..358dcd1284ec4181da7c4b5d598fc0b386444253
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/069_A_2.face
@@ -0,0 +1 @@
+164 138 283 236
diff --git a/bob/pad/face/lists/mifs/annotations/069_B_1.face b/bob/pad/face/lists/mifs/annotations/069_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..60a93d3673be1049d2fc057bab8b008726ab2c62
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/069_B_1.face
@@ -0,0 +1 @@
+173 141 332 277
diff --git a/bob/pad/face/lists/mifs/annotations/069_B_2.face b/bob/pad/face/lists/mifs/annotations/069_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..173217f3f187bbde7d626fc4204b81ac040f0679
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/069_B_2.face
@@ -0,0 +1 @@
+146 101 194 162
diff --git a/bob/pad/face/lists/mifs/annotations/070_A_1.face b/bob/pad/face/lists/mifs/annotations/070_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..12e0a36f0eead407c04478e9b666ba4e84fde1f0
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/070_A_1.face
@@ -0,0 +1 @@
+206 159 334 278
diff --git a/bob/pad/face/lists/mifs/annotations/070_A_2.face b/bob/pad/face/lists/mifs/annotations/070_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..9dee2586b675d2d97225ae6345aca27281903105
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/070_A_2.face
@@ -0,0 +1 @@
+221 239 310 258
diff --git a/bob/pad/face/lists/mifs/annotations/070_B_1.face b/bob/pad/face/lists/mifs/annotations/070_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..25aee8bd7bc37ceedec7d45a3d892377c919071a
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/070_B_1.face
@@ -0,0 +1 @@
+224 142 353 294
diff --git a/bob/pad/face/lists/mifs/annotations/070_B_2.face b/bob/pad/face/lists/mifs/annotations/070_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..e071dc56d417dfb4164d6622ef7cf33971980cae
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/070_B_2.face
@@ -0,0 +1 @@
+178 199 379 316
diff --git a/bob/pad/face/lists/mifs/annotations/071_A_1.face b/bob/pad/face/lists/mifs/annotations/071_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..df140f4baf37b1ada9697bcbcfb1e2a6cda810c4
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/071_A_1.face
@@ -0,0 +1 @@
+127 122 263 219
diff --git a/bob/pad/face/lists/mifs/annotations/071_A_2.face b/bob/pad/face/lists/mifs/annotations/071_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..de0c3a59cb3226bfc86760494844a81bdfe66dac
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/071_A_2.face
@@ -0,0 +1 @@
+136 125 297 248
diff --git a/bob/pad/face/lists/mifs/annotations/071_B_1.face b/bob/pad/face/lists/mifs/annotations/071_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..e52acfd8fe13aab028418291329738df188dc205
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/071_B_1.face
@@ -0,0 +1 @@
+102 88 365 305
diff --git a/bob/pad/face/lists/mifs/annotations/071_B_2.face b/bob/pad/face/lists/mifs/annotations/071_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..52223a05882e4584dc71d5850f5abb7ea9fa42dd
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/071_B_2.face
@@ -0,0 +1 @@
+77 74 365 304
diff --git a/bob/pad/face/lists/mifs/annotations/072_A_1.face b/bob/pad/face/lists/mifs/annotations/072_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..c95c463cbc1e4cd1e177a365b389bcd2000b8647
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/072_A_1.face
@@ -0,0 +1 @@
+67 227 264 220
diff --git a/bob/pad/face/lists/mifs/annotations/072_A_2.face b/bob/pad/face/lists/mifs/annotations/072_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..da7294ed3c527f684e8b5956450ae5d91d35f664
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/072_A_2.face
@@ -0,0 +1 @@
+135 89 446 372
diff --git a/bob/pad/face/lists/mifs/annotations/072_B_1.face b/bob/pad/face/lists/mifs/annotations/072_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..aba99c606a5f17948b54875219bc97332b9212aa
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/072_B_1.face
@@ -0,0 +1 @@
+59 268 293 244
diff --git a/bob/pad/face/lists/mifs/annotations/072_B_2.face b/bob/pad/face/lists/mifs/annotations/072_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..efb44dd44c4ee7cfe5442eaf1944f7d51a0aaada
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/072_B_2.face
@@ -0,0 +1 @@
+122 195 485 404
diff --git a/bob/pad/face/lists/mifs/annotations/073_A_1.face b/bob/pad/face/lists/mifs/annotations/073_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..a1224b592594a3e7edcb84309f04cc2a946fe413
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/073_A_1.face
@@ -0,0 +1 @@
+27 237 298 248
diff --git a/bob/pad/face/lists/mifs/annotations/073_A_2.face b/bob/pad/face/lists/mifs/annotations/073_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..83c9f1d1a07e285618ce4e10d0f69b75e9704075
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/073_A_2.face
@@ -0,0 +1 @@
+69 225 668 557
diff --git a/bob/pad/face/lists/mifs/annotations/073_B_1.face b/bob/pad/face/lists/mifs/annotations/073_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..cda7004f13a95f3fe87ebe789381dd4fdc8966cb
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/073_B_1.face
@@ -0,0 +1 @@
+46 243 316 263
diff --git a/bob/pad/face/lists/mifs/annotations/073_B_2.face b/bob/pad/face/lists/mifs/annotations/073_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..a521c7f6f534309e86f4870b84ddc0ef379ecf65
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/073_B_2.face
@@ -0,0 +1 @@
+115 148 512 427
diff --git a/bob/pad/face/lists/mifs/annotations/076_A_1.face b/bob/pad/face/lists/mifs/annotations/076_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..373a3bde87da23d98f15dd39ce8863cd1334becd
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/076_A_1.face
@@ -0,0 +1 @@
+30 199 295 246
diff --git a/bob/pad/face/lists/mifs/annotations/076_A_2.face b/bob/pad/face/lists/mifs/annotations/076_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..eb990ac0bea25cc06936195d3b070f163232bed1
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/076_A_2.face
@@ -0,0 +1 @@
+142 147 493 411
diff --git a/bob/pad/face/lists/mifs/annotations/076_B_1.face b/bob/pad/face/lists/mifs/annotations/076_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..756dc991a913a0e72617f66ec179803d93ed1dec
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/076_B_1.face
@@ -0,0 +1 @@
+86 263 271 226
diff --git a/bob/pad/face/lists/mifs/annotations/076_B_2.face b/bob/pad/face/lists/mifs/annotations/076_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..4f19c0fda066aabaa2b3392eeed0e506c7c61366
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/076_B_2.face
@@ -0,0 +1 @@
+170 180 437 364
diff --git a/bob/pad/face/lists/mifs/annotations/078_A_1.face b/bob/pad/face/lists/mifs/annotations/078_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..1502f4e795b7f906d951ad3ff9420d216daed6b1
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/078_A_1.face
@@ -0,0 +1 @@
+43 281 264 220
diff --git a/bob/pad/face/lists/mifs/annotations/078_A_2.face b/bob/pad/face/lists/mifs/annotations/078_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..8f6f451f2b8f02e73327b0c1e9ca7ff0efa1d9cd
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/078_A_2.face
@@ -0,0 +1 @@
+96 123 452 376
diff --git a/bob/pad/face/lists/mifs/annotations/078_B_1.face b/bob/pad/face/lists/mifs/annotations/078_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..76bdda52a4ca43769c904b22b47d0600b86fd2a2
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/078_B_1.face
@@ -0,0 +1 @@
+31 261 327 273
diff --git a/bob/pad/face/lists/mifs/annotations/078_B_2.face b/bob/pad/face/lists/mifs/annotations/078_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..1a309b27ddb44e3804bd7a5f8e71b56804ce53c7
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/078_B_2.face
@@ -0,0 +1 @@
+66 149 473 394
diff --git a/bob/pad/face/lists/mifs/annotations/079_A_1.face b/bob/pad/face/lists/mifs/annotations/079_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..dfc449d4318caf6ec2dd5fbeb0f94fde4af06f8f
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/079_A_1.face
@@ -0,0 +1 @@
+112 204 157 131
diff --git a/bob/pad/face/lists/mifs/annotations/079_A_2.face b/bob/pad/face/lists/mifs/annotations/079_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..96966a14d3005a827d84427a9ab110388d62b5e7
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/079_A_2.face
@@ -0,0 +1 @@
+137 185 352 293
diff --git a/bob/pad/face/lists/mifs/annotations/079_B_1.face b/bob/pad/face/lists/mifs/annotations/079_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..495d00de8663d804865e1410da8145b8d134a753
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/079_B_1.face
@@ -0,0 +1 @@
+81 218 224 187
diff --git a/bob/pad/face/lists/mifs/annotations/079_B_2.face b/bob/pad/face/lists/mifs/annotations/079_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..7311379139580f81019a6e850bcded205beac317
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/079_B_2.face
@@ -0,0 +1 @@
+198 167 393 327
diff --git a/bob/pad/face/lists/mifs/annotations/081_A_1.face b/bob/pad/face/lists/mifs/annotations/081_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..21bd17730e8a3ebdf296d3a155a09a1a7ee468f0
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/081_A_1.face
@@ -0,0 +1 @@
+22 260 270 225
diff --git a/bob/pad/face/lists/mifs/annotations/081_A_2.face b/bob/pad/face/lists/mifs/annotations/081_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..9f079f3b10aada75b3e60e62fdc6551a60b170b1
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/081_A_2.face
@@ -0,0 +1 @@
+51 105 490 408
diff --git a/bob/pad/face/lists/mifs/annotations/081_B_1.face b/bob/pad/face/lists/mifs/annotations/081_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..ef43650b97ce50b3531eaa9ae2bb7c31df016f57
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/081_B_1.face
@@ -0,0 +1 @@
+45 229 301 251
diff --git a/bob/pad/face/lists/mifs/annotations/081_B_2.face b/bob/pad/face/lists/mifs/annotations/081_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..434964e839dae349d0f600ee7f722845787f916e
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/081_B_2.face
@@ -0,0 +1 @@
+82 177 498 415
diff --git a/bob/pad/face/lists/mifs/annotations/082_A_1.face b/bob/pad/face/lists/mifs/annotations/082_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..0189b56ce2b88e3e86efd942c64ecaeabf946f03
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/082_A_1.face
@@ -0,0 +1 @@
+191 147 189 158
diff --git a/bob/pad/face/lists/mifs/annotations/082_A_2.face b/bob/pad/face/lists/mifs/annotations/082_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..d4f94debe6468c370a172a0543830184197f48f9
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/082_A_2.face
@@ -0,0 +1 @@
+178 157 332 277
diff --git a/bob/pad/face/lists/mifs/annotations/082_B_1.face b/bob/pad/face/lists/mifs/annotations/082_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..cb4cd14c555c0842fbc0e888c59c3f033889a277
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/082_B_1.face
@@ -0,0 +1 @@
+47 353 231 193
diff --git a/bob/pad/face/lists/mifs/annotations/082_B_2.face b/bob/pad/face/lists/mifs/annotations/082_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..5a1ccbb9f46cde4339de60e92c94998c6393e54f
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/082_B_2.face
@@ -0,0 +1 @@
+72 147 372 310
diff --git a/bob/pad/face/lists/mifs/annotations/083_A_1.face b/bob/pad/face/lists/mifs/annotations/083_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..24a6c575fed14ac737b8d257fc76db18578af788
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/083_A_1.face
@@ -0,0 +1 @@
+99 171 277 231
diff --git a/bob/pad/face/lists/mifs/annotations/083_A_2.face b/bob/pad/face/lists/mifs/annotations/083_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..d52851f4339e517d2b7402a93bbb9863540779f6
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/083_A_2.face
@@ -0,0 +1 @@
+67 162 306 255
diff --git a/bob/pad/face/lists/mifs/annotations/083_B_1.face b/bob/pad/face/lists/mifs/annotations/083_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..dd1b1cfbd404a6cd72c7742b774abf99fe5f203e
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/083_B_1.face
@@ -0,0 +1 @@
+26 131 305 254
diff --git a/bob/pad/face/lists/mifs/annotations/083_B_2.face b/bob/pad/face/lists/mifs/annotations/083_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..f6b439b008ef763538b7badf5927c577f4ccf4fa
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/083_B_2.face
@@ -0,0 +1 @@
+65 127 516 430
diff --git a/bob/pad/face/lists/mifs/annotations/084_A_1.face b/bob/pad/face/lists/mifs/annotations/084_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..de1bc15fe9a82df606a279e2a5e2c06b4331a6db
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/084_A_1.face
@@ -0,0 +1 @@
+40 204 202 168
diff --git a/bob/pad/face/lists/mifs/annotations/084_A_2.face b/bob/pad/face/lists/mifs/annotations/084_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..5caaa64517f0639742f6d279a6a32621583c369a
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/084_A_2.face
@@ -0,0 +1 @@
+96 130 414 345
diff --git a/bob/pad/face/lists/mifs/annotations/084_B_1.face b/bob/pad/face/lists/mifs/annotations/084_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..8cfafc1dba315cafe4a46f6319e216ab1d5bbffa
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/084_B_1.face
@@ -0,0 +1 @@
+39 78 343 285
diff --git a/bob/pad/face/lists/mifs/annotations/084_B_2.face b/bob/pad/face/lists/mifs/annotations/084_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..05d495867399c23177d7ba09687ae5883347df92
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/084_B_2.face
@@ -0,0 +1 @@
+124 117 601 501
diff --git a/bob/pad/face/lists/mifs/annotations/085_A_1.face b/bob/pad/face/lists/mifs/annotations/085_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..981e58c7ec77ddccaa3ea251eeb9a2df52c701b8
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/085_A_1.face
@@ -0,0 +1 @@
+62 200 244 203
diff --git a/bob/pad/face/lists/mifs/annotations/085_A_2.face b/bob/pad/face/lists/mifs/annotations/085_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..646ca078388d6fc7538360820348c51e56ca339c
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/085_A_2.face
@@ -0,0 +1 @@
+102 156 401 335
diff --git a/bob/pad/face/lists/mifs/annotations/085_B_1.face b/bob/pad/face/lists/mifs/annotations/085_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..dd1b1cfbd404a6cd72c7742b774abf99fe5f203e
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/085_B_1.face
@@ -0,0 +1 @@
+26 131 305 254
diff --git a/bob/pad/face/lists/mifs/annotations/085_B_2.face b/bob/pad/face/lists/mifs/annotations/085_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..2ecbd24d995cdd7da77dc7197cc9b96883f96b98
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/085_B_2.face
@@ -0,0 +1 @@
+66 325 599 499
diff --git a/bob/pad/face/lists/mifs/annotations/087_A_1.face b/bob/pad/face/lists/mifs/annotations/087_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..4ea1d3c269643549ddcff5eec1a11de7d98df129
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/087_A_1.face
@@ -0,0 +1 @@
+16 309 264 220
diff --git a/bob/pad/face/lists/mifs/annotations/087_A_2.face b/bob/pad/face/lists/mifs/annotations/087_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..7279be87962d6744c83d703fbd72bdc994be58ec
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/087_A_2.face
@@ -0,0 +1 @@
+59 147 433 361
diff --git a/bob/pad/face/lists/mifs/annotations/087_B_1.face b/bob/pad/face/lists/mifs/annotations/087_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..aba99c606a5f17948b54875219bc97332b9212aa
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/087_B_1.face
@@ -0,0 +1 @@
+59 268 293 244
diff --git a/bob/pad/face/lists/mifs/annotations/087_B_2.face b/bob/pad/face/lists/mifs/annotations/087_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..b97fef43a12929ff1fc55ff8c3f8aceffa7b222b
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/087_B_2.face
@@ -0,0 +1 @@
+92 119 472 394
diff --git a/bob/pad/face/lists/mifs/annotations/089_A_1.face b/bob/pad/face/lists/mifs/annotations/089_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..82a458c357acb08550990b62d47fae5695285121
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/089_A_1.face
@@ -0,0 +1 @@
+103 306 221 185
diff --git a/bob/pad/face/lists/mifs/annotations/089_A_2.face b/bob/pad/face/lists/mifs/annotations/089_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..cd294cb9bbb9d1c88adbbc52c132ab06b7b79e59
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/089_A_2.face
@@ -0,0 +1 @@
+171 107 466 388
diff --git a/bob/pad/face/lists/mifs/annotations/089_B_1.face b/bob/pad/face/lists/mifs/annotations/089_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..7b9b715682510cdba40408bb40996e5abcfb5697
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/089_B_1.face
@@ -0,0 +1 @@
+95 255 288 240
diff --git a/bob/pad/face/lists/mifs/annotations/089_B_2.face b/bob/pad/face/lists/mifs/annotations/089_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..c3491b2eccbd3ae497974193d6aa1af6ebe64279
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/089_B_2.face
@@ -0,0 +1 @@
+89 133 460 383
diff --git a/bob/pad/face/lists/mifs/annotations/090_A_1.face b/bob/pad/face/lists/mifs/annotations/090_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..8fd005466be25109c0276523997c33e821352623
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/090_A_1.face
@@ -0,0 +1 @@
+23 335 226 188
diff --git a/bob/pad/face/lists/mifs/annotations/090_A_2.face b/bob/pad/face/lists/mifs/annotations/090_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..83f6c0aeb43ae8e1d1805ea3041b770af976230c
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/090_A_2.face
@@ -0,0 +1 @@
+101 95 328 273
diff --git a/bob/pad/face/lists/mifs/annotations/090_B_1.face b/bob/pad/face/lists/mifs/annotations/090_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..7b9b715682510cdba40408bb40996e5abcfb5697
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/090_B_1.face
@@ -0,0 +1 @@
+95 255 288 240
diff --git a/bob/pad/face/lists/mifs/annotations/090_B_2.face b/bob/pad/face/lists/mifs/annotations/090_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..93e4eac02ec8727a138cd84afe5ec72f76352daa
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/090_B_2.face
@@ -0,0 +1 @@
+177 113 453 377
diff --git a/bob/pad/face/lists/mifs/annotations/091_A_1.face b/bob/pad/face/lists/mifs/annotations/091_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..efbdd7fa562bfbff4815de1fa426f10a9d955cc0
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/091_A_1.face
@@ -0,0 +1 @@
+95 234 248 206
diff --git a/bob/pad/face/lists/mifs/annotations/091_A_2.face b/bob/pad/face/lists/mifs/annotations/091_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..c2d38cc80117ade073654185d8d9d17cf3308cb6
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/091_A_2.face
@@ -0,0 +1 @@
+197 514 483 402
diff --git a/bob/pad/face/lists/mifs/annotations/091_B_1.face b/bob/pad/face/lists/mifs/annotations/091_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..cb4cd14c555c0842fbc0e888c59c3f033889a277
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/091_B_1.face
@@ -0,0 +1 @@
+47 353 231 193
diff --git a/bob/pad/face/lists/mifs/annotations/091_B_2.face b/bob/pad/face/lists/mifs/annotations/091_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..6594bea38219798cdadac57a9b1cb6f4d36a2eca
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/091_B_2.face
@@ -0,0 +1 @@
+336 758 480 400
diff --git a/bob/pad/face/lists/mifs/annotations/092_A_1.face b/bob/pad/face/lists/mifs/annotations/092_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..f737e4081fc711684008a9086dc8ced35f51dcc6
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/092_A_1.face
@@ -0,0 +1 @@
+119 415 309 258
diff --git a/bob/pad/face/lists/mifs/annotations/092_A_2.face b/bob/pad/face/lists/mifs/annotations/092_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..77460e89bd081a80a90aa5296828d1b213f9a4a0
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/092_A_2.face
@@ -0,0 +1 @@
+161 182 282 235
diff --git a/bob/pad/face/lists/mifs/annotations/092_B_1.face b/bob/pad/face/lists/mifs/annotations/092_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..9877e48f463c1de665c0cc66e85c058b08aa0ad7
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/092_B_1.face
@@ -0,0 +1 @@
+163 488 319 266
diff --git a/bob/pad/face/lists/mifs/annotations/092_B_2.face b/bob/pad/face/lists/mifs/annotations/092_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..da34f116a586a75ea151976435b3ce59d5a40446
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/092_B_2.face
@@ -0,0 +1 @@
+176 121 288 240
diff --git a/bob/pad/face/lists/mifs/annotations/093_A_1.face b/bob/pad/face/lists/mifs/annotations/093_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..bab8bb7ba9b5743fa821635191801dabf4d0281b
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/093_A_1.face
@@ -0,0 +1 @@
+159 515 505 421
diff --git a/bob/pad/face/lists/mifs/annotations/093_A_2.face b/bob/pad/face/lists/mifs/annotations/093_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..95c8f3bf359bac5ffe0add0aa006925c63a04bfe
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/093_A_2.face
@@ -0,0 +1 @@
+182 127 458 382
diff --git a/bob/pad/face/lists/mifs/annotations/093_B_1.face b/bob/pad/face/lists/mifs/annotations/093_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..44ae12eb0bf965b6dcc2fff27e533511e872155a
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/093_B_1.face
@@ -0,0 +1 @@
+219 582 319 266
diff --git a/bob/pad/face/lists/mifs/annotations/093_B_2.face b/bob/pad/face/lists/mifs/annotations/093_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..dc4f560e3cc009fb9274d073ec52b5e725fd2567
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/093_B_2.face
@@ -0,0 +1 @@
+199 121 443 370
diff --git a/bob/pad/face/lists/mifs/annotations/094_A_1.face b/bob/pad/face/lists/mifs/annotations/094_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..e8cd2b9a2cd93ffa79b5887e06577267bec84cf9
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/094_A_1.face
@@ -0,0 +1 @@
+104 423 478 398
diff --git a/bob/pad/face/lists/mifs/annotations/094_A_2.face b/bob/pad/face/lists/mifs/annotations/094_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..a0248effd2e8ec536c63f82179cecebd557a673f
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/094_A_2.face
@@ -0,0 +1 @@
+119 83 430 359
diff --git a/bob/pad/face/lists/mifs/annotations/094_B_1.face b/bob/pad/face/lists/mifs/annotations/094_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..e764edbc527fc8676492b37806b65a1315114bb0
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/094_B_1.face
@@ -0,0 +1 @@
+110 296 229 191
diff --git a/bob/pad/face/lists/mifs/annotations/094_B_2.face b/bob/pad/face/lists/mifs/annotations/094_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..b5c9418a9aa615afcf19e6fccdfaf3fe1c1de0cf
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/094_B_2.face
@@ -0,0 +1 @@
+178 179 366 305
diff --git a/bob/pad/face/lists/mifs/annotations/095_A_1.face b/bob/pad/face/lists/mifs/annotations/095_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..08646d5253b6f718a1019a6c39615128887acd0f
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/095_A_1.face
@@ -0,0 +1 @@
+234 267 306 255
diff --git a/bob/pad/face/lists/mifs/annotations/095_A_2.face b/bob/pad/face/lists/mifs/annotations/095_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..cf4688b63da029b312d474df6c262f89d28f5123
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/095_A_2.face
@@ -0,0 +1 @@
+155 107 504 420
diff --git a/bob/pad/face/lists/mifs/annotations/095_B_1.face b/bob/pad/face/lists/mifs/annotations/095_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..58ae2cf10166e6cac7e3a1190dbcee5c88c9f430
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/095_B_1.face
@@ -0,0 +1 @@
+151 160 230 192
diff --git a/bob/pad/face/lists/mifs/annotations/095_B_2.face b/bob/pad/face/lists/mifs/annotations/095_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..97e39355cce59090f8eebea6fb359e678a85e00e
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/095_B_2.face
@@ -0,0 +1 @@
+133 110 223 186
diff --git a/bob/pad/face/lists/mifs/annotations/096_A_1.face b/bob/pad/face/lists/mifs/annotations/096_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..2d8beb2236cf71b8789e979304399b1e04c7eefe
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/096_A_1.face
@@ -0,0 +1 @@
+211 195 352 294
diff --git a/bob/pad/face/lists/mifs/annotations/096_A_2.face b/bob/pad/face/lists/mifs/annotations/096_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..1c2878ee20923cf62c948893a78dbc2f765a86ac
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/096_A_2.face
@@ -0,0 +1 @@
+177 167 349 291
diff --git a/bob/pad/face/lists/mifs/annotations/096_B_1.face b/bob/pad/face/lists/mifs/annotations/096_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..5c048f3367a68df1f04bff1293eeeba0e8768ff0
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/096_B_1.face
@@ -0,0 +1 @@
+252 529 370 308
diff --git a/bob/pad/face/lists/mifs/annotations/096_B_2.face b/bob/pad/face/lists/mifs/annotations/096_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..7615dc70089c88be57365ae8fe02da6a6acfb7c9
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/096_B_2.face
@@ -0,0 +1 @@
+223 90 336 280
diff --git a/bob/pad/face/lists/mifs/annotations/097_A_1.face b/bob/pad/face/lists/mifs/annotations/097_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..5609c07d6ff45e03ef57dcfb9fb8b5aec038cf51
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/097_A_1.face
@@ -0,0 +1 @@
+254 574 279 232
diff --git a/bob/pad/face/lists/mifs/annotations/097_A_2.face b/bob/pad/face/lists/mifs/annotations/097_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..f9fdb6eb6303eb45ecfb0ca8e385e6c7e36a03c1
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/097_A_2.face
@@ -0,0 +1 @@
+240 548 265 221
diff --git a/bob/pad/face/lists/mifs/annotations/097_B_1.face b/bob/pad/face/lists/mifs/annotations/097_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..f97eee5b7a898c7476a7ba3d576f1dde161afa40
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/097_B_1.face
@@ -0,0 +1 @@
+165 144 304 253
diff --git a/bob/pad/face/lists/mifs/annotations/097_B_2.face b/bob/pad/face/lists/mifs/annotations/097_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..2821c1961eaddfd5b2fe085a6c20c7d431ffae6a
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/097_B_2.face
@@ -0,0 +1 @@
+156 107 280 233
diff --git a/bob/pad/face/lists/mifs/annotations/098_A_1.face b/bob/pad/face/lists/mifs/annotations/098_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..48819fc1a4ff047bc9923c669ae25c7656b3777d
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/098_A_1.face
@@ -0,0 +1 @@
+181 156 277 231
diff --git a/bob/pad/face/lists/mifs/annotations/098_A_2.face b/bob/pad/face/lists/mifs/annotations/098_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..3668f0fbfbc7a8371173d1fdc394ba9ce30e13a0
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/098_A_2.face
@@ -0,0 +1 @@
+195 128 300 250
diff --git a/bob/pad/face/lists/mifs/annotations/098_B_1.face b/bob/pad/face/lists/mifs/annotations/098_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..90f77820bc789c877dd23ddba5b01a7214856e1b
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/098_B_1.face
@@ -0,0 +1 @@
+180 157 272 226
diff --git a/bob/pad/face/lists/mifs/annotations/098_B_2.face b/bob/pad/face/lists/mifs/annotations/098_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..11c089f5f4a34e1bf1f0fe8396921c4bb24f5d8c
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/098_B_2.face
@@ -0,0 +1 @@
+157 114 178 148
diff --git a/bob/pad/face/lists/mifs/annotations/099_A_1.face b/bob/pad/face/lists/mifs/annotations/099_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..fb266eaf70d092299134dac9e2ef3977f87548e3
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/099_A_1.face
@@ -0,0 +1 @@
+94 441 388 323
diff --git a/bob/pad/face/lists/mifs/annotations/099_A_2.face b/bob/pad/face/lists/mifs/annotations/099_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..1dd74a4793ee5bab71181b29c86c40094b949b0d
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/099_A_2.face
@@ -0,0 +1 @@
+121 84 333 278
diff --git a/bob/pad/face/lists/mifs/annotations/099_B_1.face b/bob/pad/face/lists/mifs/annotations/099_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..e10e25673fbe3159e63ceef5cdaf7940a256eaa6
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/099_B_1.face
@@ -0,0 +1 @@
+66 218 196 163
diff --git a/bob/pad/face/lists/mifs/annotations/099_B_2.face b/bob/pad/face/lists/mifs/annotations/099_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..b8580a84edb3371239a5e0f32418cb264e6d32ce
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/099_B_2.face
@@ -0,0 +1 @@
+41 63 362 301
diff --git a/bob/pad/face/lists/mifs/annotations/100_A_1.face b/bob/pad/face/lists/mifs/annotations/100_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..12cca5b9790d4e55ee47dee188e31cb418dc1a20
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/100_A_1.face
@@ -0,0 +1 @@
+240 644 399 332
diff --git a/bob/pad/face/lists/mifs/annotations/100_A_2.face b/bob/pad/face/lists/mifs/annotations/100_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..ebb41f0282b864aabab60ea17657b87ab55c5f88
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/100_A_2.face
@@ -0,0 +1 @@
+179 86 437 364
diff --git a/bob/pad/face/lists/mifs/annotations/100_B_1.face b/bob/pad/face/lists/mifs/annotations/100_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..a02a230bb01b828c6147736d605ab67299d4e343
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/100_B_1.face
@@ -0,0 +1 @@
+142 565 450 375
diff --git a/bob/pad/face/lists/mifs/annotations/100_B_2.face b/bob/pad/face/lists/mifs/annotations/100_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..85c1134f1e2f33130a71c3c9a33b0c7e9539791c
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/100_B_2.face
@@ -0,0 +1 @@
+172 130 393 328
diff --git a/bob/pad/face/lists/mifs/annotations/101_A_1.face b/bob/pad/face/lists/mifs/annotations/101_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..23aacdcb880e1b10d6741b398ed20c773922277d
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/101_A_1.face
@@ -0,0 +1 @@
+184 450 337 281
diff --git a/bob/pad/face/lists/mifs/annotations/101_A_2.face b/bob/pad/face/lists/mifs/annotations/101_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..060948dcf8e48af2e9eb0c309a45ea1f618929bf
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/101_A_2.face
@@ -0,0 +1 @@
+159 108 320 267
diff --git a/bob/pad/face/lists/mifs/annotations/101_B_1.face b/bob/pad/face/lists/mifs/annotations/101_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..5780471d472d28ee10ac49ed86d1f289aa7f6d69
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/101_B_1.face
@@ -0,0 +1 @@
+281 523 256 213
diff --git a/bob/pad/face/lists/mifs/annotations/101_B_2.face b/bob/pad/face/lists/mifs/annotations/101_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..18cf27d4067f5305e816d5dc4a3b70adbe8b98be
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/101_B_2.face
@@ -0,0 +1 @@
+202 106 326 271
diff --git a/bob/pad/face/lists/mifs/annotations/102_A_1.face b/bob/pad/face/lists/mifs/annotations/102_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..a0cfd0704242f0a94d84f9195db548f670704959
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/102_A_1.face
@@ -0,0 +1 @@
+156 469 533 445
diff --git a/bob/pad/face/lists/mifs/annotations/102_A_2.face b/bob/pad/face/lists/mifs/annotations/102_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..b7aa936d2695c0b7bfc9c3fe3ce6135b8d81841a
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/102_A_2.face
@@ -0,0 +1 @@
+174 66 503 419
diff --git a/bob/pad/face/lists/mifs/annotations/102_B_1.face b/bob/pad/face/lists/mifs/annotations/102_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..fc01e287d25e0b6e10ba571e6abd5ec73013f58d
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/102_B_1.face
@@ -0,0 +1 @@
+210 340 480 400
diff --git a/bob/pad/face/lists/mifs/annotations/102_B_2.face b/bob/pad/face/lists/mifs/annotations/102_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..2bceae9f47aa55e0a58a1f126b8aa7549f8aa4b9
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/102_B_2.face
@@ -0,0 +1 @@
+231 95 422 352
diff --git a/bob/pad/face/lists/mifs/annotations/103_A_1.face b/bob/pad/face/lists/mifs/annotations/103_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..8907b380b31f7eaecfc9bdb5a1f4b23a3206f577
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/103_A_1.face
@@ -0,0 +1 @@
+205 603 271 226
diff --git a/bob/pad/face/lists/mifs/annotations/103_A_2.face b/bob/pad/face/lists/mifs/annotations/103_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..9ef2b6f7d2d2375fdee2bf4d291d7ee1b4c70e83
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/103_A_2.face
@@ -0,0 +1 @@
+121 172 253 211
diff --git a/bob/pad/face/lists/mifs/annotations/103_B_1.face b/bob/pad/face/lists/mifs/annotations/103_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..015f1fcc7c5b23d4cbd7221287627ba153723999
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/103_B_1.face
@@ -0,0 +1 @@
+153 428 461 384
diff --git a/bob/pad/face/lists/mifs/annotations/103_B_2.face b/bob/pad/face/lists/mifs/annotations/103_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..dadd1e0803dbde15ea106637ed8f6a76d797d2cd
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/103_B_2.face
@@ -0,0 +1 @@
+224 47 347 289
diff --git a/bob/pad/face/lists/mifs/annotations/104_A_1.face b/bob/pad/face/lists/mifs/annotations/104_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..e6076671b4480122cb80adc7e80044b0f70b600f
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/104_A_1.face
@@ -0,0 +1 @@
+222 545 798 665
diff --git a/bob/pad/face/lists/mifs/annotations/104_A_2.face b/bob/pad/face/lists/mifs/annotations/104_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..cffe9ffbe4dc9d1c400f0aad5272024b630d69df
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/104_A_2.face
@@ -0,0 +1 @@
+163 104 504 420
diff --git a/bob/pad/face/lists/mifs/annotations/104_B_1.face b/bob/pad/face/lists/mifs/annotations/104_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..b8597cfd6a9212dbb212a2e4243a7eaa7e7cc251
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/104_B_1.face
@@ -0,0 +1 @@
+148 479 795 662
diff --git a/bob/pad/face/lists/mifs/annotations/104_B_2.face b/bob/pad/face/lists/mifs/annotations/104_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..ed03bc78a050966427d5b21dc5d46303d04ffbe6
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/104_B_2.face
@@ -0,0 +1 @@
+130 105 582 485
diff --git a/bob/pad/face/lists/mifs/annotations/105_A_1.face b/bob/pad/face/lists/mifs/annotations/105_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..b432d9470b35d46b4fd705406b1d53d98b318e9b
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/105_A_1.face
@@ -0,0 +1 @@
+203 536 364 304
diff --git a/bob/pad/face/lists/mifs/annotations/105_A_2.face b/bob/pad/face/lists/mifs/annotations/105_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..69e66fca3f1adc84bea3f3b2c49e8ad29caa4651
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/105_A_2.face
@@ -0,0 +1 @@
+199 144 343 286
diff --git a/bob/pad/face/lists/mifs/annotations/105_B_1.face b/bob/pad/face/lists/mifs/annotations/105_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..259fe764421065bff858752bfcb44ccb912744c4
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/105_B_1.face
@@ -0,0 +1 @@
+217 570 396 330
diff --git a/bob/pad/face/lists/mifs/annotations/105_B_2.face b/bob/pad/face/lists/mifs/annotations/105_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..26e87be4b5255ee775e5c1bfe99ea7e59c224ed3
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/105_B_2.face
@@ -0,0 +1 @@
+161 147 385 320
diff --git a/bob/pad/face/lists/mifs/annotations/106_A_1.face b/bob/pad/face/lists/mifs/annotations/106_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..db5409c7a20496e1ca77597aa5501b4f7460a139
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/106_A_1.face
@@ -0,0 +1 @@
+124 440 534 445
diff --git a/bob/pad/face/lists/mifs/annotations/106_A_2.face b/bob/pad/face/lists/mifs/annotations/106_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..bac0f2bf75957bcd87f74b68512263c9545bcbf5
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/106_A_2.face
@@ -0,0 +1 @@
+139 86 564 470
diff --git a/bob/pad/face/lists/mifs/annotations/106_B_1.face b/bob/pad/face/lists/mifs/annotations/106_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..bd994c5932061af7c0c0b8a99b8d4042822e81f2
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/106_B_1.face
@@ -0,0 +1 @@
+80 119 590 492
diff --git a/bob/pad/face/lists/mifs/annotations/106_B_2.face b/bob/pad/face/lists/mifs/annotations/106_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..f0b78c25a8f6ada139178ad8cf378b5cda683e4f
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/106_B_2.face
@@ -0,0 +1 @@
+88 95 578 482
diff --git a/bob/pad/face/lists/mifs/annotations/107_A_1.face b/bob/pad/face/lists/mifs/annotations/107_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..83cf377a69029d77ac67e34b246fcdafbbd8e5f3
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/107_A_1.face
@@ -0,0 +1 @@
+110 557 357 298
diff --git a/bob/pad/face/lists/mifs/annotations/107_A_2.face b/bob/pad/face/lists/mifs/annotations/107_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..e3d354c7bc342cc1cda509f305987100ec61e700
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/107_A_2.face
@@ -0,0 +1 @@
+139 131 409 341
diff --git a/bob/pad/face/lists/mifs/annotations/107_B_1.face b/bob/pad/face/lists/mifs/annotations/107_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..eb6c9ddc21e61d9473b805fcda6d7f8206de94fd
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/107_B_1.face
@@ -0,0 +1 @@
+139 344 177 148
diff --git a/bob/pad/face/lists/mifs/annotations/107_B_2.face b/bob/pad/face/lists/mifs/annotations/107_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..b68592cac4dbcccc772ac484744bea19e33c98cb
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/107_B_2.face
@@ -0,0 +1 @@
+101 124 283 236
diff --git a/bob/pad/face/lists/mifs/annotations/108_A_1.face b/bob/pad/face/lists/mifs/annotations/108_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..1e8fc46556443a9dfe7648cc8b3df51511e817c9
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/108_A_1.face
@@ -0,0 +1 @@
+247 555 332 277
diff --git a/bob/pad/face/lists/mifs/annotations/108_A_2.face b/bob/pad/face/lists/mifs/annotations/108_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..830e3646392220f7baea3938cf36ff291d471ca8
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/108_A_2.face
@@ -0,0 +1 @@
+171 148 332 277
diff --git a/bob/pad/face/lists/mifs/annotations/108_B_1.face b/bob/pad/face/lists/mifs/annotations/108_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..ebcc315d4a36c4dcfcc325868f6941c944420625
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/108_B_1.face
@@ -0,0 +1 @@
+132 437 523 436
diff --git a/bob/pad/face/lists/mifs/annotations/108_B_2.face b/bob/pad/face/lists/mifs/annotations/108_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..6e5f9cd97e71d56adbb0a49fae9a09bf798b8edf
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/108_B_2.face
@@ -0,0 +1 @@
+174 106 457 381
diff --git a/bob/pad/face/lists/mifs/annotations/109_A_1.face b/bob/pad/face/lists/mifs/annotations/109_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..75bfebda2d928b22946e8273dec3fede0276e1d1
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/109_A_1.face
@@ -0,0 +1 @@
+88 124 195 162
diff --git a/bob/pad/face/lists/mifs/annotations/109_A_2.face b/bob/pad/face/lists/mifs/annotations/109_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..696c7a57dad5eea7999ccfad6e6e771d93280da5
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/109_A_2.face
@@ -0,0 +1 @@
+185 139 285 237
diff --git a/bob/pad/face/lists/mifs/annotations/109_B_1.face b/bob/pad/face/lists/mifs/annotations/109_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..81a6a4062469d71d1f125d0028ca094ac719ba94
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/109_B_1.face
@@ -0,0 +1 @@
+61 293 209 174
diff --git a/bob/pad/face/lists/mifs/annotations/109_B_2.face b/bob/pad/face/lists/mifs/annotations/109_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..e66b0f77e763c580aabaab7ab858ab5bfa135cba
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/109_B_2.face
@@ -0,0 +1 @@
+83 108 285 237
diff --git a/bob/pad/face/lists/mifs/annotations/111_A_1.face b/bob/pad/face/lists/mifs/annotations/111_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..096ec5f9a432b294852518b393876747d786f1b4
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/111_A_1.face
@@ -0,0 +1 @@
+167 545 498 415
diff --git a/bob/pad/face/lists/mifs/annotations/111_A_2.face b/bob/pad/face/lists/mifs/annotations/111_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..85e5d5bc60c23afc9f28e65320cf5b58f55606f8
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/111_A_2.face
@@ -0,0 +1 @@
+159 139 449 374
diff --git a/bob/pad/face/lists/mifs/annotations/111_B_1.face b/bob/pad/face/lists/mifs/annotations/111_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..38c01bc8e3e468ff8511c0e133c9173045475f16
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/111_B_1.face
@@ -0,0 +1 @@
+146 90 389 325
diff --git a/bob/pad/face/lists/mifs/annotations/111_B_2.face b/bob/pad/face/lists/mifs/annotations/111_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..dfae78fc911c98c7bbf6215ffb4a9956da91832a
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/111_B_2.face
@@ -0,0 +1 @@
+150 120 386 322
diff --git a/bob/pad/face/lists/mifs/annotations/113_A_1.face b/bob/pad/face/lists/mifs/annotations/113_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..cc32164d8b91005d97c99a5d4efa771ba35c34dc
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/113_A_1.face
@@ -0,0 +1 @@
+140 574 346 288
diff --git a/bob/pad/face/lists/mifs/annotations/113_A_2.face b/bob/pad/face/lists/mifs/annotations/113_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..f0f4ed6e386b5fb31550ca95b4bd82ab1f00e0ec
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/113_A_2.face
@@ -0,0 +1 @@
+180 92 599 499
diff --git a/bob/pad/face/lists/mifs/annotations/113_B_1.face b/bob/pad/face/lists/mifs/annotations/113_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..eac8dc1abaa55fd59373aae88f90a6366dfde819
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/113_B_1.face
@@ -0,0 +1 @@
+100 462 447 373
diff --git a/bob/pad/face/lists/mifs/annotations/113_B_2.face b/bob/pad/face/lists/mifs/annotations/113_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..8d505c78074f95f6694af1f3798a73cfed708512
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/113_B_2.face
@@ -0,0 +1 @@
+111 153 409 341
diff --git a/bob/pad/face/lists/mifs/annotations/114_A_1.face b/bob/pad/face/lists/mifs/annotations/114_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..16f852814ae4b58a352aacf4155e889b720ba29a
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/114_A_1.face
@@ -0,0 +1 @@
+239 531 377 314
diff --git a/bob/pad/face/lists/mifs/annotations/114_A_2.face b/bob/pad/face/lists/mifs/annotations/114_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..63e0c84427c36de742c39445fde8b4f8339b6f60
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/114_A_2.face
@@ -0,0 +1 @@
+186 101 363 302
diff --git a/bob/pad/face/lists/mifs/annotations/114_B_1.face b/bob/pad/face/lists/mifs/annotations/114_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..27b2ce50de70155e6bbd4edcd5f284e3247386de
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/114_B_1.face
@@ -0,0 +1 @@
+230 560 383 320
diff --git a/bob/pad/face/lists/mifs/annotations/114_B_2.face b/bob/pad/face/lists/mifs/annotations/114_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..e22d8d03d42937a887d8ef9fa67c57dd243648ec
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/114_B_2.face
@@ -0,0 +1 @@
+230 132 340 284
diff --git a/bob/pad/face/lists/mifs/annotations/115_A_1.face b/bob/pad/face/lists/mifs/annotations/115_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..b758f7840796f88175f7c848d4649b009f7c137a
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/115_A_1.face
@@ -0,0 +1 @@
+89 438 507 423
diff --git a/bob/pad/face/lists/mifs/annotations/115_A_2.face b/bob/pad/face/lists/mifs/annotations/115_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..6e4b4953b5fd76451383cfdb63756b802eaa05aa
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/115_A_2.face
@@ -0,0 +1 @@
+96 138 514 429
diff --git a/bob/pad/face/lists/mifs/annotations/115_B_1.face b/bob/pad/face/lists/mifs/annotations/115_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..06efcea817aa57199f8a4474ff6555e4fe4bad42
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/115_B_1.face
@@ -0,0 +1 @@
+414 723 427 356
diff --git a/bob/pad/face/lists/mifs/annotations/115_B_2.face b/bob/pad/face/lists/mifs/annotations/115_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..81b48b1d7b3bd53c7ae7795842c81bc171a5b1ef
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/115_B_2.face
@@ -0,0 +1 @@
+211 81 464 387
diff --git a/bob/pad/face/lists/mifs/annotations/116_A_1.face b/bob/pad/face/lists/mifs/annotations/116_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..33cac7f31aa6f15c43cada74d35b51c54fe422bf
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/116_A_1.face
@@ -0,0 +1 @@
+75 529 554 461
diff --git a/bob/pad/face/lists/mifs/annotations/116_A_2.face b/bob/pad/face/lists/mifs/annotations/116_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..50835ccc374b96aabe0b8207358c15abe09435b7
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/116_A_2.face
@@ -0,0 +1 @@
+89 120 461 384
diff --git a/bob/pad/face/lists/mifs/annotations/116_B_1.face b/bob/pad/face/lists/mifs/annotations/116_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..e1d072af503391b0c445660d63a159ec5c19e6d6
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/116_B_1.face
@@ -0,0 +1 @@
+100 199 269 224
diff --git a/bob/pad/face/lists/mifs/annotations/116_B_2.face b/bob/pad/face/lists/mifs/annotations/116_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..5a000eff440c061c6d3aeb9afc0be6a6e14172ae
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/116_B_2.face
@@ -0,0 +1 @@
+84 71 265 221
diff --git a/bob/pad/face/lists/mifs/annotations/117_A_1.face b/bob/pad/face/lists/mifs/annotations/117_A_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..caf897e118d184253491af6ad9926978fda7e95b
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/117_A_1.face
@@ -0,0 +1 @@
+127 121 181 151
diff --git a/bob/pad/face/lists/mifs/annotations/117_A_2.face b/bob/pad/face/lists/mifs/annotations/117_A_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..e955bf96d1963c9f089a247bf476ca518b8af072
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/117_A_2.face
@@ -0,0 +1 @@
+56 88 283 236
diff --git a/bob/pad/face/lists/mifs/annotations/117_B_1.face b/bob/pad/face/lists/mifs/annotations/117_B_1.face
new file mode 100644
index 0000000000000000000000000000000000000000..71662d3b5eda458049f8452fac727c28964b94c7
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/117_B_1.face
@@ -0,0 +1 @@
+32 561 272 227
diff --git a/bob/pad/face/lists/mifs/annotations/117_B_2.face b/bob/pad/face/lists/mifs/annotations/117_B_2.face
new file mode 100644
index 0000000000000000000000000000000000000000..f4bfa29abb35c103095d4fe04b7809cc2afe425c
--- /dev/null
+++ b/bob/pad/face/lists/mifs/annotations/117_B_2.face
@@ -0,0 +1 @@
+60 85 247 206
diff --git a/bob/pad/face/lists/mifs/grandtest/dev/for_attack.lst b/bob/pad/face/lists/mifs/grandtest/dev/for_attack.lst
new file mode 100644
index 0000000000000000000000000000000000000000..1d9088a133d264535b741be0ee6216136647d503
--- /dev/null
+++ b/bob/pad/face/lists/mifs/grandtest/dev/for_attack.lst
@@ -0,0 +1,70 @@
+002_A_1.jpg 002_A_1 attack
+002_A_2.jpg 002_A_2 attack
+005_A_1.jpg 005_A_1 attack
+005_A_2.jpg 005_A_2 attack
+008_A_1.jpg 008_A_1 attack
+008_A_2.jpg 008_A_2 attack
+011_A_1.jpg 011_A_1 attack
+011_A_2.jpg 011_A_2 attack
+014_A_1.jpg 014_A_1 attack
+014_A_2.jpg 014_A_2 attack
+017_A_1.jpg 017_A_1 attack
+017_A_2.jpg 017_A_2 attack
+020_A_1.jpg 020_A_1 attack
+020_A_2.jpg 020_A_2 attack
+023_A_1.jpg 023_A_1 attack
+023_A_2.jpg 023_A_2 attack
+026_A_1.jpg 026_A_1 attack
+026_A_2.jpg 026_A_2 attack
+029_A_1.jpg 029_A_1 attack
+029_A_2.jpg 029_A_2 attack
+032_A_1.jpg 032_A_1 attack
+032_A_2.jpg 032_A_2 attack
+035_A_1.jpg 035_A_1 attack
+035_A_2.jpg 035_A_2 attack
+039_A_1.jpg 039_A_1 attack
+039_A_2.jpg 039_A_2 attack
+042_A_1.jpg 042_A_1 attack
+042_A_2.jpg 042_A_2 attack
+046_A_1.jpg 046_A_1 attack
+046_A_2.jpg 046_A_2 attack
+049_A_1.jpg 049_A_1 attack
+049_A_2.jpg 049_A_2 attack
+052_A_1.jpg 052_A_1 attack
+052_A_2.jpg 052_A_2 attack
+055_A_1.jpg 055_A_1 attack
+055_A_2.jpg 055_A_2 attack
+060_A_1.jpg 060_A_1 attack
+060_A_2.jpg 060_A_2 attack
+064_A_1.jpg 064_A_1 attack
+064_A_2.jpg 064_A_2 attack
+067_A_1.jpg 067_A_1 attack
+067_A_2.jpg 067_A_2 attack
+070_A_1.jpg 070_A_1 attack
+070_A_2.jpg 070_A_2 attack
+073_A_1.jpg 073_A_1 attack
+073_A_2.jpg 073_A_2 attack
+079_A_1.jpg 079_A_1 attack
+079_A_2.jpg 079_A_2 attack
+083_A_1.jpg 083_A_1 attack
+083_A_2.jpg 083_A_2 attack
+087_A_1.jpg 087_A_1 attack
+087_A_2.jpg 087_A_2 attack
+091_A_1.jpg 091_A_1 attack
+091_A_2.jpg 091_A_2 attack
+094_A_1.jpg 094_A_1 attack
+094_A_2.jpg 094_A_2 attack
+097_A_1.jpg 097_A_1 attack
+097_A_2.jpg 097_A_2 attack
+100_A_1.jpg 100_A_1 attack
+100_A_2.jpg 100_A_2 attack
+103_A_1.jpg 103_A_1 attack
+103_A_2.jpg 103_A_2 attack
+106_A_1.jpg 106_A_1 attack
+106_A_2.jpg 106_A_2 attack
+109_A_1.jpg 109_A_1 attack
+109_A_2.jpg 109_A_2 attack
+114_A_1.jpg 114_A_1 attack
+114_A_2.jpg 114_A_2 attack
+117_A_1.jpg 117_A_1 attack
+117_A_2.jpg 117_A_2 attack
diff --git a/bob/pad/face/lists/mifs/grandtest/dev/for_real.lst b/bob/pad/face/lists/mifs/grandtest/dev/for_real.lst
new file mode 100644
index 0000000000000000000000000000000000000000..37524f7b40ef3502bff44b0d21d200e0fbcbcad9
--- /dev/null
+++ b/bob/pad/face/lists/mifs/grandtest/dev/for_real.lst
@@ -0,0 +1,70 @@
+002_B_1.jpg 002_B_1
+002_B_2.jpg 002_B_2
+005_B_1.jpg 005_B_1
+005_B_2.jpg 005_B_2
+008_B_1.jpg 008_B_1
+008_B_2.jpg 008_B_2
+011_B_1.jpg 011_B_1
+011_B_2.jpg 011_B_2
+014_B_1.jpg 014_B_1
+014_B_2.jpg 014_B_2
+017_B_1.jpg 017_B_1
+017_B_2.jpg 017_B_2
+020_B_1.jpg 020_B_1
+020_B_2.jpg 020_B_2
+023_B_1.jpg 023_B_1
+023_B_2.jpg 023_B_2
+026_B_1.jpg 026_B_1
+026_B_2.jpg 026_B_2
+029_B_1.jpg 029_B_1
+029_B_2.jpg 029_B_2
+032_B_1.jpg 032_B_1
+032_B_2.jpg 032_B_2
+035_B_1.jpg 035_B_1
+035_B_2.jpg 035_B_2
+039_B_1.jpg 039_B_1
+039_B_2.jpg 039_B_2
+042_B_1.jpg 042_B_1
+042_B_2.jpg 042_B_2
+046_B_1.jpg 046_B_1
+046_B_2.jpg 046_B_2
+049_B_1.jpg 049_B_1
+049_B_2.jpg 049_B_2
+052_B_1.jpg 052_B_1
+052_B_2.jpg 052_B_2
+055_B_1.jpg 055_B_1
+055_B_2.jpg 055_B_2
+060_B_1.jpg 060_B_1
+060_B_2.jpg 060_B_2
+064_B_1.jpg 064_B_1
+064_B_2.jpg 064_B_2
+067_B_1.jpg 067_B_1
+067_B_2.jpg 067_B_2
+070_B_1.jpg 070_B_1
+070_B_2.jpg 070_B_2
+073_B_1.jpg 073_B_1
+073_B_2.jpg 073_B_2
+079_B_1.jpg 079_B_1
+079_B_2.jpg 079_B_2
+083_B_1.jpg 083_B_1
+083_B_2.jpg 083_B_2
+087_B_1.jpg 087_B_1
+087_B_2.jpg 087_B_2
+091_B_1.jpg 091_B_1
+091_B_2.jpg 091_B_2
+094_B_1.jpg 094_B_1
+094_B_2.jpg 094_B_2
+097_B_1.jpg 097_B_1
+097_B_2.jpg 097_B_2
+100_B_1.jpg 100_B_1
+100_B_2.jpg 100_B_2
+103_B_1.jpg 103_B_1
+103_B_2.jpg 103_B_2
+106_B_1.jpg 106_B_1
+106_B_2.jpg 106_B_2
+109_B_1.jpg 109_B_1
+109_B_2.jpg 109_B_2
+114_B_1.jpg 114_B_1
+114_B_2.jpg 114_B_2
+117_B_1.jpg 117_B_1
+117_B_2.jpg 117_B_2
diff --git a/bob/pad/face/lists/mifs/grandtest/eval/for_attack.lst b/bob/pad/face/lists/mifs/grandtest/eval/for_attack.lst
new file mode 100644
index 0000000000000000000000000000000000000000..a9591dcfe61b93da9e28476a4276b9b4c437f0ec
--- /dev/null
+++ b/bob/pad/face/lists/mifs/grandtest/eval/for_attack.lst
@@ -0,0 +1,68 @@
+003_A_1.jpg 003_A_1 attack
+003_A_2.jpg 003_A_2 attack
+006_A_1.jpg 006_A_1 attack
+006_A_2.jpg 006_A_2 attack
+009_A_1.jpg 009_A_1 attack
+009_A_2.jpg 009_A_2 attack
+012_A_1.jpg 012_A_1 attack
+012_A_2.jpg 012_A_2 attack
+015_A_1.jpg 015_A_1 attack
+015_A_2.jpg 015_A_2 attack
+018_A_1.jpg 018_A_1 attack
+018_A_2.jpg 018_A_2 attack
+021_A_1.jpg 021_A_1 attack
+021_A_2.jpg 021_A_2 attack
+024_A_1.jpg 024_A_1 attack
+024_A_2.jpg 024_A_2 attack
+027_A_1.jpg 027_A_1 attack
+027_A_2.jpg 027_A_2 attack
+030_A_1.jpg 030_A_1 attack
+030_A_2.jpg 030_A_2 attack
+033_A_1.jpg 033_A_1 attack
+033_A_2.jpg 033_A_2 attack
+037_A_1.jpg 037_A_1 attack
+037_A_2.jpg 037_A_2 attack
+040_A_1.jpg 040_A_1 attack
+040_A_2.jpg 040_A_2 attack
+044_A_1.jpg 044_A_1 attack
+044_A_2.jpg 044_A_2 attack
+047_A_1.jpg 047_A_1 attack
+047_A_2.jpg 047_A_2 attack
+050_A_1.jpg 050_A_1 attack
+050_A_2.jpg 050_A_2 attack
+053_A_1.jpg 053_A_1 attack
+053_A_2.jpg 053_A_2 attack
+056_A_1.jpg 056_A_1 attack
+056_A_2.jpg 056_A_2 attack
+061_A_1.jpg 061_A_1 attack
+061_A_2.jpg 061_A_2 attack
+065_A_1.jpg 065_A_1 attack
+065_A_2.jpg 065_A_2 attack
+068_A_1.jpg 068_A_1 attack
+068_A_2.jpg 068_A_2 attack
+071_A_1.jpg 071_A_1 attack
+071_A_2.jpg 071_A_2 attack
+076_A_1.jpg 076_A_1 attack
+076_A_2.jpg 076_A_2 attack
+081_A_1.jpg 081_A_1 attack
+081_A_2.jpg 081_A_2 attack
+084_A_1.jpg 084_A_1 attack
+084_A_2.jpg 084_A_2 attack
+089_A_1.jpg 089_A_1 attack
+089_A_2.jpg 089_A_2 attack
+092_A_1.jpg 092_A_1 attack
+092_A_2.jpg 092_A_2 attack
+095_A_1.jpg 095_A_1 attack
+095_A_2.jpg 095_A_2 attack
+098_A_1.jpg 098_A_1 attack
+098_A_2.jpg 098_A_2 attack
+101_A_1.jpg 101_A_1 attack
+101_A_2.jpg 101_A_2 attack
+104_A_1.jpg 104_A_1 attack
+104_A_2.jpg 104_A_2 attack
+107_A_1.jpg 107_A_1 attack
+107_A_2.jpg 107_A_2 attack
+111_A_1.jpg 111_A_1 attack
+111_A_2.jpg 111_A_2 attack
+115_A_1.jpg 115_A_1 attack
+115_A_2.jpg 115_A_2 attack
diff --git a/bob/pad/face/lists/mifs/grandtest/eval/for_real.lst b/bob/pad/face/lists/mifs/grandtest/eval/for_real.lst
new file mode 100644
index 0000000000000000000000000000000000000000..ec5846e7491bea22ad176fe1b709c3d7c8d32f93
--- /dev/null
+++ b/bob/pad/face/lists/mifs/grandtest/eval/for_real.lst
@@ -0,0 +1,68 @@
+003_B_1.jpg 003_B_1
+003_B_2.jpg 003_B_2
+006_B_1.jpg 006_B_1
+006_B_2.jpg 006_B_2
+009_B_1.jpg 009_B_1
+009_B_2.jpg 009_B_2
+012_B_1.jpg 012_B_1
+012_B_2.jpg 012_B_2
+015_B_1.jpg 015_B_1
+015_B_2.jpg 015_B_2
+018_B_1.jpg 018_B_1
+018_B_2.jpg 018_B_2
+021_B_1.jpg 021_B_1
+021_B_2.jpg 021_B_2
+024_B_1.jpg 024_B_1
+024_B_2.jpg 024_B_2
+027_B_1.jpg 027_B_1
+027_B_2.jpg 027_B_2
+030_B_1.jpg 030_B_1
+030_B_2.jpg 030_B_2
+033_B_1.jpg 033_B_1
+033_B_2.jpg 033_B_2
+037_B_1.jpg 037_B_1
+037_B_2.jpg 037_B_2
+040_B_1.jpg 040_B_1
+040_B_2.jpg 040_B_2
+044_B_1.jpg 044_B_1
+044_B_2.jpg 044_B_2
+047_B_1.jpg 047_B_1
+047_B_2.jpg 047_B_2
+050_B_1.jpg 050_B_1
+050_B_2.jpg 050_B_2
+053_B_1.jpg 053_B_1
+053_B_2.jpg 053_B_2
+056_B_1.jpg 056_B_1
+056_B_2.jpg 056_B_2
+061_B_1.jpg 061_B_1
+061_B_2.jpg 061_B_2
+065_B_1.jpg 065_B_1
+065_B_2.jpg 065_B_2
+068_B_1.jpg 068_B_1
+068_B_2.jpg 068_B_2
+071_B_1.jpg 071_B_1
+071_B_2.jpg 071_B_2
+076_B_1.jpg 076_B_1
+076_B_2.jpg 076_B_2
+081_B_1.jpg 081_B_1
+081_B_2.jpg 081_B_2
+084_B_1.jpg 084_B_1
+084_B_2.jpg 084_B_2
+089_B_1.jpg 089_B_1
+089_B_2.jpg 089_B_2
+092_B_1.jpg 092_B_1
+092_B_2.jpg 092_B_2
+095_B_1.jpg 095_B_1
+095_B_2.jpg 095_B_2
+098_B_1.jpg 098_B_1
+098_B_2.jpg 098_B_2
+101_B_1.jpg 101_B_1
+101_B_2.jpg 101_B_2
+104_B_1.jpg 104_B_1
+104_B_2.jpg 104_B_2
+107_B_1.jpg 107_B_1
+107_B_2.jpg 107_B_2
+111_B_1.jpg 111_B_1
+111_B_2.jpg 111_B_2
+115_B_1.jpg 115_B_1
+115_B_2.jpg 115_B_2
diff --git a/bob/pad/face/lists/mifs/grandtest/train/for_attack.lst b/bob/pad/face/lists/mifs/grandtest/train/for_attack.lst
new file mode 100644
index 0000000000000000000000000000000000000000..cc3cc9575473e792e75f7ba9dfca4d077b783153
--- /dev/null
+++ b/bob/pad/face/lists/mifs/grandtest/train/for_attack.lst
@@ -0,0 +1,70 @@
+001_A_1.jpg 001_A_1 attack
+001_A_2.jpg 001_A_2 attack
+004_A_1.jpg 004_A_1 attack
+004_A_2.jpg 004_A_2 attack
+007_A_1.jpg 007_A_1 attack
+007_A_2.jpg 007_A_2 attack
+010_A_1.jpg 010_A_1 attack
+010_A_2.jpg 010_A_2 attack
+013_A_1.jpg 013_A_1 attack
+013_A_2.jpg 013_A_2 attack
+016_A_1.jpg 016_A_1 attack
+016_A_2.jpg 016_A_2 attack
+019_A_1.jpg 019_A_1 attack
+019_A_2.jpg 019_A_2 attack
+022_A_1.jpg 022_A_1 attack
+022_A_2.jpg 022_A_2 attack
+025_A_1.jpg 025_A_1 attack
+025_A_2.jpg 025_A_2 attack
+028_A_1.jpg 028_A_1 attack
+028_A_2.jpg 028_A_2 attack
+031_A_1.jpg 031_A_1 attack
+031_A_2.jpg 031_A_2 attack
+034_A_1.jpg 034_A_1 attack
+034_A_2.jpg 034_A_2 attack
+038_A_1.jpg 038_A_1 attack
+038_A_2.jpg 038_A_2 attack
+041_A_1.jpg 041_A_1 attack
+041_A_2.jpg 041_A_2 attack
+045_A_1.jpg 045_A_1 attack
+045_A_2.jpg 045_A_2 attack
+048_A_1.jpg 048_A_1 attack
+048_A_2.jpg 048_A_2 attack
+051_A_1.jpg 051_A_1 attack
+051_A_2.jpg 051_A_2 attack
+054_A_1.jpg 054_A_1 attack
+054_A_2.jpg 054_A_2 attack
+059_A_1.jpg 059_A_1 attack
+059_A_2.jpg 059_A_2 attack
+063_A_1.jpg 063_A_1 attack
+063_A_2.jpg 063_A_2 attack
+066_A_1.jpg 066_A_1 attack
+066_A_2.jpg 066_A_2 attack
+069_A_1.jpg 069_A_1 attack
+069_A_2.jpg 069_A_2 attack
+072_A_1.jpg 072_A_1 attack
+072_A_2.jpg 072_A_2 attack
+078_A_1.jpg 078_A_1 attack
+078_A_2.jpg 078_A_2 attack
+082_A_1.jpg 082_A_1 attack
+082_A_2.jpg 082_A_2 attack
+085_A_1.jpg 085_A_1 attack
+085_A_2.jpg 085_A_2 attack
+090_A_1.jpg 090_A_1 attack
+090_A_2.jpg 090_A_2 attack
+093_A_1.jpg 093_A_1 attack
+093_A_2.jpg 093_A_2 attack
+096_A_1.jpg 096_A_1 attack
+096_A_2.jpg 096_A_2 attack
+099_A_1.jpg 099_A_1 attack
+099_A_2.jpg 099_A_2 attack
+102_A_1.jpg 102_A_1 attack
+102_A_2.jpg 102_A_2 attack
+105_A_1.jpg 105_A_1 attack
+105_A_2.jpg 105_A_2 attack
+108_A_1.jpg 108_A_1 attack
+108_A_2.jpg 108_A_2 attack
+113_A_1.jpg 113_A_1 attack
+113_A_2.jpg 113_A_2 attack
+116_A_1.jpg 116_A_1 attack
+116_A_2.jpg 116_A_2 attack
diff --git a/bob/pad/face/lists/mifs/grandtest/train/for_real.lst b/bob/pad/face/lists/mifs/grandtest/train/for_real.lst
new file mode 100644
index 0000000000000000000000000000000000000000..8f9bf9c245889fb998b323449f08a7f016a1d1a6
--- /dev/null
+++ b/bob/pad/face/lists/mifs/grandtest/train/for_real.lst
@@ -0,0 +1,70 @@
+001_B_1.jpg 001_B_1
+001_B_2.jpg 001_B_2
+004_B_1.jpg 004_B_1
+004_B_2.jpg 004_B_2
+007_B_1.jpg 007_B_1
+007_B_2.jpg 007_B_2
+010_B_1.jpg 010_B_1
+010_B_2.jpg 010_B_2
+013_B_1.jpg 013_B_1
+013_B_2.jpg 013_B_2
+016_B_1.jpg 016_B_1
+016_B_2.jpg 016_B_2
+019_B_1.jpg 019_B_1
+019_B_2.jpg 019_B_2
+022_B_1.jpg 022_B_1
+022_B_2.jpg 022_B_2
+025_B_1.jpg 025_B_1
+025_B_2.jpg 025_B_2
+028_B_1.jpg 028_B_1
+028_B_2.jpg 028_B_2
+031_B_1.jpg 031_B_1
+031_B_2.jpg 031_B_2
+034_B_1.jpg 034_B_1
+034_B_2.jpg 034_B_2
+038_B_1.jpg 038_B_1
+038_B_2.jpg 038_B_2
+041_B_1.jpg 041_B_1
+041_B_2.jpg 041_B_2
+045_B_1.jpg 045_B_1
+045_B_2.jpg 045_B_2
+048_B_1.jpg 048_B_1
+048_B_2.jpg 048_B_2
+051_B_1.jpg 051_B_1
+051_B_2.jpg 051_B_2
+054_B_1.jpg 054_B_1
+054_B_2.jpg 054_B_2
+059_B_1.jpg 059_B_1
+059_B_2.jpg 059_B_2
+063_B_1.jpg 063_B_1
+063_B_2.jpg 063_B_2
+066_B_1.jpg 066_B_1
+066_B_2.jpg 066_B_2
+069_B_1.jpg 069_B_1
+069_B_2.jpg 069_B_2
+072_B_1.jpg 072_B_1
+072_B_2.jpg 072_B_2
+078_B_1.jpg 078_B_1
+078_B_2.jpg 078_B_2
+082_B_1.jpg 082_B_1
+082_B_2.jpg 082_B_2
+085_B_1.jpg 085_B_1
+085_B_2.jpg 085_B_2
+090_B_1.jpg 090_B_1
+090_B_2.jpg 090_B_2
+093_B_1.jpg 093_B_1
+093_B_2.jpg 093_B_2
+096_B_1.jpg 096_B_1
+096_B_2.jpg 096_B_2
+099_B_1.jpg 099_B_1
+099_B_2.jpg 099_B_2
+102_B_1.jpg 102_B_1
+102_B_2.jpg 102_B_2
+105_B_1.jpg 105_B_1
+105_B_2.jpg 105_B_2
+108_B_1.jpg 108_B_1
+108_B_2.jpg 108_B_2
+113_B_1.jpg 113_B_1
+113_B_2.jpg 113_B_2
+116_B_1.jpg 116_B_1
+116_B_2.jpg 116_B_2