From bdc4b23f42f5636834d1246234fa0f88089c71a4 Mon Sep 17 00:00:00 2001 From: Rhet Turnbull Date: Tue, 19 Jan 2021 06:57:47 -0800 Subject: [PATCH] face region fixes for mirrored images --- osxphotos/_version.py | 2 +- osxphotos/personinfo.py | 18 +- tests/test_faceinfo.py | 2838 +++++++++++++++++++-------------------- 3 files changed, 1434 insertions(+), 1424 deletions(-) diff --git a/osxphotos/_version.py b/osxphotos/_version.py index b92c0509..e910e13d 100644 --- a/osxphotos/_version.py +++ b/osxphotos/_version.py @@ -1,3 +1,3 @@ """ version info """ -__version__ = "0.39.24" +__version__ = "0.39.25" diff --git a/osxphotos/personinfo.py b/osxphotos/personinfo.py index 81ff6b69..f5d72863 100644 --- a/osxphotos/personinfo.py +++ b/osxphotos/personinfo.py @@ -334,13 +334,23 @@ class FaceInfo: orientation = self.photo.orientation x, y = xy - if orientation in [1, 2]: + if orientation == 1: + y = 1.0 - y + elif orientation == 2: y = 1.0 - y - elif orientation in [3, 4]: x = 1.0 - x - elif orientation in [5, 6]: + elif orientation == 3: + x = 1.0 - x + elif orientation == 4: + pass + elif orientation == 5: + x, y = 1.0 - y, x + elif orientation == 6: x, y = 1.0 - y, 1.0 - x - elif orientation in [7, 8]: + elif orientation == 7: + x, y = y, x + y = 1.0 - y + elif orientation ==8: x, y = y, x else: logging.warning(f"Unhandled orientation: {orientation}") diff --git a/tests/test_faceinfo.py b/tests/test_faceinfo.py index 25f28b4b..0254a0d1 100644 --- a/tests/test_faceinfo.py +++ b/tests/test_faceinfo.py @@ -9,130 +9,6 @@ UUID_NO_FACE_4 = "et+K1HHhT8+I64oIGy6sxg" UUID_NO_FACE_5 = "660AF0C1-169A-46BD-907B-D259527162BE" UUID_LIST_4 = [ - { - "Kw9u7AzRTm6ZlrLS7uk%7g": { - "GINakHzJROi+xYZ1V10bcA": { - "_pk": 7, - "uuid": "GINakHzJROi+xYZ1V10bcA", - "name": "Eye Makeup", - "asset_uuid": "Kw9u7AzRTm6ZlrLS7uk%7g", - "_person_pk": 18, - "center_x": 0.38622215390205383, - "center_y": 0.4991014401894063, - "center": (790, 685), - "mouth_x": 0.3257504820828174, - "mouth_y": 0.14377994911402245, - "mouth": (566, 1134), - "left_eye_x": 0.31362280485886185, - "left_eye_y": 0.8060209784105674, - "left_eye": (734, 243), - "right_eye_x": 0.5770966030124338, - "right_eye_y": 0.6688087663145099, - "right_eye": (1221, 541), - "size": 0.6647756442835089, - "face_rect": [ - (109.2697402536869, 4.269740253686905), - (1470.730259746313, 1365.730259746313), - ], - "mpri_reg_rect": { - "x": 0.05383433176029939, - "y": 0.003652204992249608, - "h": 0.6647756442835089, - "w": 0.9944927096366882, - }, - "mwg_rs_area": { - "x": 0.38622215390205383, - "y": 0.5008985598105937, - "h": 0.9944927096366882, - "w": 0.6647756442835089, - }, - "roll": -0.21350595355033875, - "pitch": 0.019776595756411552, - "yaw": -0.7791038155555725, - "quality": 256, - "source_width": 2048, - "source_height": 1369, - "has_smile": 1, - "left_eye_closed": 0, - "right_eye_closed": 0, - "manual": 0, - "face_type": 2, - "age_type": None, - "bald_type": None, - "eye_makeup_type": None, - "eye_state": None, - "facial_hair_type": None, - "gender_type": None, - "glasses_type": None, - "hair_color_type": None, - "intrash": None, - "lip_makeup_type": None, - "smile_type": None, - } - } - }, - { - "7p4lu%p9R+GqgmYFZ6aCiQ": { - "wMl+k8OQR9ObpdLuizmUig": { - "_pk": 16, - "uuid": "wMl+k8OQR9ObpdLuizmUig", - "name": "Exif", - "asset_uuid": "7p4lu%p9R+GqgmYFZ6aCiQ", - "_person_pk": 16, - "center_x": 0.49283619225025177, - "center_y": 0.4199286699295044, - "center": (1038, 574), - "mouth_x": 0.49455960669416604, - "mouth_y": 0.28072212860962215, - "mouth": (1013, 384), - "left_eye_x": 0.43746744610133503, - "left_eye_y": 0.5173764723232099, - "left_eye": (1166, 693), - "right_eye_x": 0.5433972949013759, - "right_eye_y": 0.5509179967349169, - "right_eye": (956, 763), - "size": 0.407234111597063, - "face_rect": [ - (620.9922697246075, 156.99226972460747), - (1455.0077302753925, 991.0077302753925), - ], - "mpri_reg_rect": { - "x": 0.3035467519512167, - "y": 0.11487546563148499, - "h": 0.407234111597063, - "w": 0.6101064085960388, - }, - "mwg_rs_area": { - "x": 0.5071638077497482, - "y": 0.4199286699295044, - "h": 0.6101064085960388, - "w": 0.407234111597063, - }, - "roll": 0.1143658310174942, - "pitch": 0.218518927693367, - "yaw": -0.5080658793449402, - "quality": 230, - "source_width": 2048, - "source_height": 1367, - "has_smile": 0, - "left_eye_closed": 0, - "right_eye_closed": 0, - "manual": 0, - "face_type": 2, - "age_type": None, - "bald_type": None, - "eye_makeup_type": None, - "eye_state": None, - "facial_hair_type": None, - "gender_type": None, - "glasses_type": None, - "hair_color_type": None, - "intrash": None, - "lip_makeup_type": None, - "smile_type": None, - } - } - }, { "ay%v0qDWSK23jM+qwGg8DA": { "dJliJWFGQhqkhMcxdqpHiw": { @@ -195,316 +71,6 @@ UUID_LIST_4 = [ } } }, - { - "sp5RBdGrQCC+I%YfMHjoZA": { - "MSyq1yMuT%mRFL%nTg52JQ": { - "_pk": 24, - "uuid": "MSyq1yMuT%mRFL%nTg52JQ", - "name": "Lipstick", - "asset_uuid": "sp5RBdGrQCC+I%YfMHjoZA", - "_person_pk": 19, - "center_x": 0.5048958957195282, - "center_y": 0.39591725170612335, - "center": (1034, 824), - "mouth_x": 0.5163976288938734, - "mouth_y": 0.26605577475987374, - "mouth": (1058, 1000), - "left_eye_x": 0.4322333065850734, - "left_eye_y": 0.5076869609068195, - "left_eye": (883, 673), - "right_eye_x": 0.5864400681517541, - "right_eye_y": 0.5023518790495496, - "right_eye": (1199, 677), - "size": 0.35138061008183286, - "face_rect": [ - (674.1862552762032, 464.18625527620316), - (1393.8137447237968, 1183.8137447237968), - ], - "mpri_reg_rect": { - "x": 0.32920559067861177, - "y": 0.3404829353094101, - "h": 0.35138061008183286, - "w": 0.5271996259689331, - }, - "mwg_rs_area": { - "x": 0.5048958957195282, - "y": 0.6040827482938766, - "h": 0.5271996259689331, - "w": 0.35138061008183286, - }, - "roll": 0.007040311582386494, - "pitch": 0.20919206738471985, - "yaw": 0.13513553142547607, - "quality": 186, - "source_width": 2048, - "source_height": 1365, - "has_smile": 0, - "left_eye_closed": 0, - "right_eye_closed": 0, - "manual": 0, - "face_type": 2, - "age_type": None, - "bald_type": None, - "eye_makeup_type": None, - "eye_state": None, - "facial_hair_type": None, - "gender_type": None, - "glasses_type": None, - "hair_color_type": None, - "intrash": None, - "lip_makeup_type": None, - "smile_type": None, - } - } - }, - { - "QjVE5TXlT7++IIFcaIdi8w": { - "5gCD9cLzS+2bFaQCj%5ctg": { - "_pk": 15, - "uuid": "5gCD9cLzS+2bFaQCj%5ctg", - "name": None, - "asset_uuid": "QjVE5TXlT7++IIFcaIdi8w", - "_person_pk": 6, - "center_x": 0.5858511626720428, - "center_y": 0.5037799179553986, - "center": (1199, 668), - "mouth_x": 0.5892474464528483, - "mouth_y": 0.35767456356643335, - "mouth": (1206, 864), - "left_eye_x": 0.5193234659502858, - "left_eye_y": 0.6105601153481182, - "left_eye": (1062, 524), - "right_eye_x": 0.6540367582498816, - "right_eye_y": 0.618458101733407, - "right_eye": (1338, 513), - "size": 0.3303346037864685, - "face_rect": [ - (860.7373657226562, 329.73736572265625), - (1537.2626342773438, 1006.2626342773438), - ], - "mpri_reg_rect": { - "x": 0.4206838607788086, - "y": 0.2452834097320319, - "h": 0.3303346037864685, - "w": 0.5018733446251391, - }, - "mwg_rs_area": { - "x": 0.5858511626720428, - "y": 0.49622008204460144, - "h": 0.5018733446251391, - "w": 0.3303346037864685, - }, - "roll": 0.0011079381220042706, - "pitch": 0.15608316659927368, - "yaw": -0.17298434674739838, - "quality": 72, - "source_width": 2048, - "source_height": 1348, - "has_smile": 1, - "left_eye_closed": 1, - "right_eye_closed": 1, - "manual": 0, - "face_type": 1, - "age_type": None, - "bald_type": None, - "eye_makeup_type": None, - "eye_state": None, - "facial_hair_type": None, - "gender_type": None, - "glasses_type": None, - "hair_color_type": None, - "intrash": None, - "lip_makeup_type": None, - "smile_type": None, - } - } - }, - { - "oYEHHYpFRCeyVQ0P1JORXA": { - "5uijKNDeTsWROronEd3Abg": { - "_pk": 6, - "uuid": "5uijKNDeTsWROronEd3Abg", - "name": None, - "asset_uuid": "oYEHHYpFRCeyVQ0P1JORXA", - "_person_pk": 2, - "center_x": 0.5973683595657349, - "center_y": 0.4345279335975647, - "center": (645, 653), - "mouth_x": 0.7098645245358473, - "mouth_y": 0.3638399654200981, - "mouth": (790, 655), - "left_eye_x": 0.5021282153948434, - "left_eye_y": 0.4635712089724464, - "left_eye": (540, 680), - "right_eye_x": 0.6843432186069451, - "right_eye_y": 0.5707060862312616, - "right_eye": (638, 469), - "size": 0.5660233497619629, - "face_rect": [ - (318.12151551246643, 326.12151551246643), - (971.8784844875336, 979.8784844875336), - ], - "mpri_reg_rect": { - "x": 0.29470309615135193, - "y": 0.28246039152145386, - "h": 0.6053305268287659, - "w": 0.5660233497619629, - }, - "mwg_rs_area": { - "x": 0.5973683595657349, - "y": 0.5654720664024353, - "h": 0.5660233497619629, - "w": 0.6053305268287659, - }, - "roll": 0.5728198289871216, - "pitch": -0.053152959793806076, - "yaw": 0.22457750141620636, - "quality": 95, - "source_width": 1080, - "source_height": 1155, - "has_smile": 0, - "left_eye_closed": 0, - "right_eye_closed": 0, - "manual": 0, - "face_type": 1, - "age_type": None, - "bald_type": None, - "eye_makeup_type": None, - "eye_state": None, - "facial_hair_type": None, - "gender_type": None, - "glasses_type": None, - "hair_color_type": None, - "intrash": None, - "lip_makeup_type": None, - "smile_type": None, - } - } - }, - { - "mFtXPfaqS46xOmW6oUmjqw": { - "RfluEu+6S8GiUaerDwhGmA": { - "_pk": 26, - "uuid": "RfluEu+6S8GiUaerDwhGmA", - "name": "Lipstick", - "asset_uuid": "mFtXPfaqS46xOmW6oUmjqw", - "_person_pk": 19, - "center_x": 0.49835699796676636, - "center_y": 0.409689337015152, - "center": (559, 1020), - "mouth_x": 0.5165723112827033, - "mouth_y": 0.26518058035270275, - "mouth": (361, 1058), - "left_eye_x": 0.4329161551265429, - "left_eye_y": 0.5067393811582874, - "left_eye": (690, 885), - "right_eye_x": 0.585127821172057, - "right_eye_y": 0.50484344806048, - "right_eye": (690, 1197), - "size": 0.3202422261238098, - "face_rect": [ - (231.07196044921875, 692.0719604492188), - (886.9280395507812, 1347.9280395507812), - ], - "mpri_reg_rect": { - "x": 0.16944901499992762, - "y": 0.33823588490486145, - "h": 0.4804806440304487, - "w": 0.3202422261238098, - }, - "mwg_rs_area": { - "x": 0.409689337015152, - "y": 0.49835699796676636, - "h": 0.3202422261238098, - "w": 0.4804806440304487, - }, - "roll": 0.006006680894643068, - "pitch": 0.18651345372200012, - "yaw": 0.15917356312274933, - "quality": 188, - "source_width": 2048, - "source_height": 1365, - "has_smile": 0, - "left_eye_closed": 0, - "right_eye_closed": 0, - "manual": 0, - "face_type": 0, - "age_type": None, - "bald_type": None, - "eye_makeup_type": None, - "eye_state": None, - "facial_hair_type": None, - "gender_type": None, - "glasses_type": None, - "hair_color_type": None, - "intrash": None, - "lip_makeup_type": None, - "smile_type": None, - } - } - }, - { - "F0cTJn97T020nbdYok4PsA": { - "XEUathGjS96VT2b5Nkky9w": { - "_pk": 18, - "uuid": "XEUathGjS96VT2b5Nkky9w", - "name": "Exif", - "asset_uuid": "F0cTJn97T020nbdYok4PsA", - "_person_pk": 16, - "center_x": 0.5979335755109787, - "center_y": 0.4000065103173256, - "center": (820, 823), - "mouth_x": 0.5701882112594951, - "mouth_y": 0.22819440997812163, - "mouth": (1058, 861), - "left_eye_x": 0.49976774329850177, - "left_eye_y": 0.42227468854307304, - "left_eye": (804, 1025), - "right_eye_x": 0.633480766800602, - "right_eye_y": 0.4474139110816546, - "right_eye": (749, 755), - "size": 0.4199619094724767, - "face_rect": [ - (389.95900470018387, 392.95900470018387), - (1250.0409952998161, 1253.0409952998161), - ], - "mpri_reg_rect": { - "x": 0.28540607541799545, - "y": 0.19208546975278296, - "h": 0.6291748285293579, - "w": 0.4199619094724767, - }, - "mwg_rs_area": { - "x": 0.5999934896826744, - "y": 0.4020664244890213, - "h": 0.4199619094724767, - "w": 0.6291748285293579, - }, - "roll": 0.07780183106660843, - "pitch": 0.2246328890323639, - "yaw": -0.6294457912445068, - "quality": 245, - "source_width": 2048, - "source_height": 1367, - "has_smile": 0, - "left_eye_closed": 0, - "right_eye_closed": 0, - "manual": 0, - "face_type": 0, - "age_type": None, - "bald_type": None, - "eye_makeup_type": None, - "eye_state": None, - "facial_hair_type": None, - "gender_type": None, - "glasses_type": None, - "hair_color_type": None, - "intrash": None, - "lip_makeup_type": None, - "smile_type": None, - } - } - }, { "RhXj7UBlQvOV4M6u%DMOvA": { "mWmrp43NS+KnMg00HZ4S5A": { @@ -568,172 +134,48 @@ UUID_LIST_4 = [ } }, { - "4Jyb01fTQVulQSQusXCd0g": { - "xaMv0TM%RU+0LnsyF6gLgQ": { - "_pk": 14, - "uuid": "xaMv0TM%RU+0LnsyF6gLgQ", + "p%NvN+LDR7GmU3UMUfdOpg": { + "AyndTdC1RVWdB9fOkG2A+Q": { + "_pk": 1, + "uuid": "AyndTdC1RVWdB9fOkG2A+Q", "name": "Girl Winking", - "asset_uuid": "4Jyb01fTQVulQSQusXCd0g", + "asset_uuid": "p%NvN+LDR7GmU3UMUfdOpg", "_person_pk": 17, - "center_x": 0.7967365458607674, - "center_y": 0.5234079957008362, - "center": (1631, 650), - "mouth_x": 0.8046641000137214, - "mouth_y": 0.45113750280791454, - "mouth": (1642, 749), - "left_eye_x": 0.7553940984237065, - "left_eye_y": 0.6019085802032054, - "left_eye": (1551, 539), - "right_eye_x": 0.8466470655607516, - "right_eye_y": 0.5878877046499715, - "right_eye": (1736, 566), - "size": 0.2454776929516811, + "center_x": 0.19874780625104904, + "center_y": 0.5244172364473343, + "center": (1640, 649), + "mouth_x": 0.19445147873170782, + "mouth_y": 0.45158542344711616, + "mouth": (1652, 747), + "left_eye_x": 0.1533762462682851, + "left_eye_y": 0.5930982142995265, + "left_eye": (1729, 551), + "right_eye_x": 0.24563000415562875, + "right_eye_y": 0.602793876447614, + "right_eye": (1540, 545), + "size": 0.24455414582917, "face_rect": [ - (1379.6308424174786, 398.63084241747856), - (1882.3691575825214, 901.3691575825214), + (1389.57655467093, 398.5765546709299), + (1890.42344532907, 899.4234453290701), ], "mpri_reg_rect": { - "x": 0.6739976993849268, - "y": 0.2924387753009796, - "h": 0.2454776929516811, - "w": 0.3683064579963684, + "x": 0.678975120834366, + "y": 0.29212236404418945, + "h": 0.24455414582917, + "w": 0.3669207990169525, }, "mwg_rs_area": { - "x": 0.7967365458607674, - "y": 0.4765920042991638, - "h": 0.3683064579963684, - "w": 0.2454776929516811, + "x": 0.801252193748951, + "y": 0.4755827635526657, + "h": 0.3669207990169525, + "w": 0.24455414582917, }, - "roll": -0.04044049605727196, - "pitch": 0.06674261391162872, - "yaw": 0.6553094983100891, - "quality": 355, + "roll": 0.035273514688014984, + "pitch": 0.05399006977677345, + "yaw": -0.64935702085495, + "quality": 287, "source_width": 2048, "source_height": 1365, - "has_smile": 1, - "left_eye_closed": 0, - "right_eye_closed": 0, - "manual": 0, - "face_type": 2, - "age_type": None, - "bald_type": None, - "eye_makeup_type": None, - "eye_state": None, - "facial_hair_type": None, - "gender_type": None, - "glasses_type": None, - "hair_color_type": None, - "intrash": None, - "lip_makeup_type": None, - "smile_type": None, - } - } - }, - { - "SuDOJaA7REKBzYCEy19dHQ": { - "HHvHG+i8SimPaZQkZLGw9w": { - "_pk": 17, - "uuid": "HHvHG+i8SimPaZQkZLGw9w", - "name": None, - "asset_uuid": "SuDOJaA7REKBzYCEy19dHQ", - "_person_pk": 12, - "center_x": 0.3634738326072693, - "center_y": 0.7156831920146942, - "center": (581, 255), - "mouth_x": 0.4014207073465249, - "mouth_y": 0.6208798692679718, - "mouth": (662, 321), - "left_eye_x": 0.3191890815262972, - "left_eye_y": 0.846999683488884, - "left_eye": (481, 160), - "right_eye_x": 0.4304217538290107, - "right_eye_y": 0.9158867686635856, - "right_eye": (636, 53), - "size": 0.31717346236109734, - "face_rect": [ - (327.26123011112213, 1.2612301111221313), - (834.7387698888779, 508.73876988887787), - ], - "mpri_reg_rect": { - "x": 0.20488710142672062, - "y": 0.0023848414421081543, - "h": 0.31717346236109734, - "w": 0.5638639330863953, - }, - "mwg_rs_area": { - "x": 0.3634738326072693, - "y": 0.2843168079853058, - "h": 0.5638639330863953, - "w": 0.31717346236109734, - }, - "roll": 0.26922887563705444, - "pitch": -0.009663085453212261, - "yaw": -0.27014461159706116, - "quality": 230, - "source_width": 1600, - "source_height": 900, - "has_smile": 0, - "left_eye_closed": 0, - "right_eye_closed": 0, - "manual": 0, - "face_type": 1, - "age_type": None, - "bald_type": None, - "eye_makeup_type": None, - "eye_state": None, - "facial_hair_type": None, - "gender_type": None, - "glasses_type": None, - "hair_color_type": None, - "intrash": None, - "lip_makeup_type": None, - "smile_type": None, - } - } - }, - { - "1OznJLyLTL+MilyfvdtUVA": { - "yepVq6gaQ1mh4exLspUtTg": { - "_pk": 5, - "uuid": "yepVq6gaQ1mh4exLspUtTg", - "name": "Exif", - "asset_uuid": "1OznJLyLTL+MilyfvdtUVA", - "_person_pk": 16, - "center_x": 0.49520042538642883, - "center_y": 0.4185177907347679, - "center": (1014, 794), - "mouth_x": 0.4949742422706098, - "mouth_y": 0.2797994672715518, - "mouth": (1034, 982), - "left_eye_x": 0.4381955488736562, - "left_eye_y": 0.5188265057902228, - "left_eye": (882, 671), - "right_eye_x": 0.5439683676951406, - "right_eye_y": 0.5509752697572754, - "right_eye": (1092, 602), - "size": 0.4084373274235986, - "face_rect": [ - (595.760176718235, 375.760176718235), - (1432.239823281765, 1212.239823281765), - ], - "mpri_reg_rect": { - "x": 0.2909817616746295, - "y": 0.2755276933312416, - "h": 0.4084373274235986, - "w": 0.611909031867981, - }, - "mwg_rs_area": { - "x": 0.49520042538642883, - "y": 0.5814822092652321, - "h": 0.611909031867981, - "w": 0.4084373274235986, - }, - "roll": 0.11499591916799545, - "pitch": 0.23600168526172638, - "yaw": -0.5437864065170288, - "quality": 228, - "source_width": 2048, - "source_height": 1367, "has_smile": 0, "left_eye_closed": 0, "right_eye_closed": 0, @@ -816,48 +258,48 @@ UUID_LIST_4 = [ } }, { - "VNn4U31zQpmDv2vUgpaXAw": { - "yUVrbA2eSnGg2SeLUYgALQ": { - "_pk": 10, - "uuid": "yUVrbA2eSnGg2SeLUYgALQ", - "name": "Exif", - "asset_uuid": "VNn4U31zQpmDv2vUgpaXAw", - "_person_pk": 16, - "center_x": 0.5564179867506027, - "center_y": 0.4015430510044098, - "center": (548, 1139), - "mouth_x": 0.6077994839334737, - "mouth_y": 0.21313020189502296, - "mouth": (290, 1243), - "left_eye_x": 0.5076221950606581, - "left_eye_y": 0.4479901973317695, - "left_eye": (612, 1039), - "right_eye_x": 0.6663632581008312, - "right_eye_y": 0.41701617124271095, - "right_eye": (569, 1364), - "size": 0.4360983669757843, + "QR7M5%NHS4CFh083FG89AA": { + "jA3QqsAPQemcz1utrq3vMg": { + "_pk": 22, + "uuid": "jA3QqsAPQemcz1utrq3vMg", + "name": "Lipstick", + "asset_uuid": "QR7M5%NHS4CFh083FG89AA", + "_person_pk": 19, + "center_x": 0.4784306287765503, + "center_y": 0.39015408605337143, + "center": (1068, 832), + "mouth_x": 0.48387350854591027, + "mouth_y": 0.2668730584418455, + "mouth": (1055, 999), + "left_eye_x": 0.4130895994925139, + "left_eye_y": 0.502680173113216, + "left_eye": (1202, 679), + "right_eye_x": 0.5621348168843756, + "right_eye_y": 0.5023313897760282, + "right_eye": (897, 677), + "size": 0.36072171467822045, "face_rect": [ - (101.43527221679688, 692.4352722167969), - (994.5647277832031, 1585.5647277832031), + (698.6209641695023, 462.62096416950226), + (1437.3790358304977, 1201.3790358304977), ], "mpri_reg_rect": { - "x": 0.07486804896841626, - "y": 0.33836880326271057, - "h": 0.6533500040719871, - "w": 0.4360983669757843, + "x": 0.3412085138843395, + "y": 0.33923856168985367, + "h": 0.36072171467822045, + "w": 0.5412147045135498, }, "mwg_rs_area": { - "x": 0.4015430510044098, - "y": 0.5564179867506027, - "h": 0.4360983669757843, - "w": 0.6533500040719871, + "x": 0.5215693712234497, + "y": 0.6098459139466286, + "h": 0.5412147045135498, + "w": 0.36072171467822045, }, - "roll": -0.0014577136607840657, - "pitch": 0.006985893473029137, - "yaw": 0.323245644569397, - "quality": 259, + "roll": -0.00878172367811203, + "pitch": 0.20460352301597595, + "yaw": -0.1261640340089798, + "quality": 191, "source_width": 2048, - "source_height": 1367, + "source_height": 1365, "has_smile": 0, "left_eye_closed": 0, "right_eye_closed": 0, @@ -877,6 +319,68 @@ UUID_LIST_4 = [ } } }, + { + "oYEHHYpFRCeyVQ0P1JORXA": { + "5uijKNDeTsWROronEd3Abg": { + "_pk": 6, + "uuid": "5uijKNDeTsWROronEd3Abg", + "name": None, + "asset_uuid": "oYEHHYpFRCeyVQ0P1JORXA", + "_person_pk": 2, + "center_x": 0.5973683595657349, + "center_y": 0.4345279335975647, + "center": (645, 653), + "mouth_x": 0.7098645245358473, + "mouth_y": 0.3638399654200981, + "mouth": (790, 655), + "left_eye_x": 0.5021282153948434, + "left_eye_y": 0.4635712089724464, + "left_eye": (540, 680), + "right_eye_x": 0.6843432186069451, + "right_eye_y": 0.5707060862312616, + "right_eye": (638, 469), + "size": 0.5660233497619629, + "face_rect": [ + (318.12151551246643, 326.12151551246643), + (971.8784844875336, 979.8784844875336), + ], + "mpri_reg_rect": { + "x": 0.29470309615135193, + "y": 0.28246039152145386, + "h": 0.6053305268287659, + "w": 0.5660233497619629, + }, + "mwg_rs_area": { + "x": 0.5973683595657349, + "y": 0.5654720664024353, + "h": 0.5660233497619629, + "w": 0.6053305268287659, + }, + "roll": 0.5728198289871216, + "pitch": -0.053152959793806076, + "yaw": 0.22457750141620636, + "quality": 95, + "source_width": 1080, + "source_height": 1155, + "has_smile": 0, + "left_eye_closed": 0, + "right_eye_closed": 0, + "manual": 0, + "face_type": 1, + "age_type": None, + "bald_type": None, + "eye_makeup_type": None, + "eye_state": None, + "facial_hair_type": None, + "gender_type": None, + "glasses_type": None, + "hair_color_type": None, + "intrash": None, + "lip_makeup_type": None, + "smile_type": None, + } + } + }, { "%cpwL2b%RfaVD1YIY2r7OQ": { "bGjl7MxFRoOEMOngy21IEg": { @@ -887,29 +391,29 @@ UUID_LIST_4 = [ "_person_pk": 19, "center_x": 0.49900373816490173, "center_y": 0.4124687761068344, - "center": (1026, 563), + "center": (1021, 563), "mouth_x": 0.5159825623064371, "mouth_y": 0.2651180562335753, - "mouth": (989, 361), + "mouth": (1054, 360), "left_eye_x": 0.43235921504548847, "left_eye_y": 0.508712370488908, - "left_eye": (1162, 693), + "left_eye": (885, 694), "right_eye_x": 0.5844922924995668, "right_eye_y": 0.5045386428834604, - "right_eye": (850, 689), + "right_eye": (1197, 686), "size": 0.32122206687927246, "face_rect": [ - (697.068603515625, 234.068603515625), - (1354.931396484375, 891.931396484375), + (692.068603515625, 234.068603515625), + (1349.931396484375, 891.931396484375), ], "mpri_reg_rect": { - "x": 0.34038522839546204, + "x": 0.3383927047252655, "y": 0.17149339406699923, "h": 0.32122206687927246, "w": 0.48195076407967036, }, "mwg_rs_area": { - "x": 0.5009962618350983, + "x": 0.49900373816490173, "y": 0.4124687761068344, "h": 0.48195076407967036, "w": 0.32122206687927246, @@ -940,46 +444,542 @@ UUID_LIST_4 = [ } }, { - "d%8mtMMqQh62cWwTL%62ig": { - "iiaQTczXTTeaDyEw+0CoZg": { - "_pk": 11, - "uuid": "iiaQTczXTTeaDyEw+0CoZg", - "name": "Lipstick", - "asset_uuid": "d%8mtMMqQh62cWwTL%62ig", - "_person_pk": 19, - "center_x": 0.504969596862793, - "center_y": 0.4010424464941025, - "center": (1034, 817), - "mouth_x": 0.5169273786714754, - "mouth_y": 0.2643267306198762, - "mouth": (1059, 1003), - "left_eye_x": 0.4328751582495114, - "left_eye_y": 0.5063963073010473, - "left_eye": (885, 674), - "right_eye_x": 0.5847249659037077, - "right_eye_y": 0.5024008466671561, - "right_eye": (1196, 677), - "size": 0.345591909281211, + "Cb%vzf7fQ66ugEa6VKpUOw": { + "nAabJg8xSJuSjPSdC1Mzgg": { + "_pk": 2, + "uuid": "nAabJg8xSJuSjPSdC1Mzgg", + "name": "Statue", + "asset_uuid": "Cb%vzf7fQ66ugEa6VKpUOw", + "_person_pk": 1, + "center_x": 0.48914097119645494, + "center_y": 0.8721554191285079, + "center": (1347, 352), + "mouth_x": 0, + "mouth_y": 0, + "mouth": (0, 2754), + "left_eye_x": 0, + "left_eye_y": 0, + "left_eye": (0, 2754), + "right_eye_x": 0, + "right_eye_y": 0, + "right_eye": (0, 2754), + "size": 0.06172188225364008, "face_rect": [ - (680.11388489604, 463.11388489603996), - (1387.88611510396, 1170.88611510396), + (1262.0089681367376, 267.0089681367376), + (1431.9910318632624, 436.9910318632624), ], "mpri_reg_rect": { - "x": 0.3321736422221875, - "y": 0.3397003263235092, - "h": 0.345591909281211, - "w": 0.5185144543647766, + "x": 0.4582800300696349, + "y": 0.09698363974467204, + "h": 0.06172188225364008, + "w": 0.06172188225364008, }, "mwg_rs_area": { - "x": 0.504969596862793, - "y": 0.5989575535058975, - "h": 0.5185144543647766, - "w": 0.345591909281211, + "x": 0.48914097119645494, + "y": 0.1278445808714921, + "h": 0.06172188225364008, + "w": 0.06172188225364008, }, - "roll": 0.006853761617094278, - "pitch": 0.21358969807624817, - "yaw": 0.12813955545425415, - "quality": 185, + "roll": 0, + "pitch": 0, + "yaw": 0, + "quality": 0, + "source_width": 2754, + "source_height": 2754, + "has_smile": 0, + "left_eye_closed": 0, + "right_eye_closed": 0, + "manual": 1, + "face_type": 2, + "age_type": None, + "bald_type": None, + "eye_makeup_type": None, + "eye_state": None, + "facial_hair_type": None, + "gender_type": None, + "glasses_type": None, + "hair_color_type": None, + "intrash": None, + "lip_makeup_type": None, + "smile_type": None, + } + } + }, + { + "F0cTJn97T020nbdYok4PsA": { + "XEUathGjS96VT2b5Nkky9w": { + "_pk": 18, + "uuid": "XEUathGjS96VT2b5Nkky9w", + "name": "Exif", + "asset_uuid": "F0cTJn97T020nbdYok4PsA", + "_person_pk": 16, + "center_x": 0.5979335755109787, + "center_y": 0.4000065103173256, + "center": (820, 823), + "mouth_x": 0.5701882112594951, + "mouth_y": 0.22819440997812163, + "mouth": (1058, 861), + "left_eye_x": 0.49976774329850177, + "left_eye_y": 0.42227468854307304, + "left_eye": (804, 1025), + "right_eye_x": 0.633480766800602, + "right_eye_y": 0.4474139110816546, + "right_eye": (749, 755), + "size": 0.4199619094724767, + "face_rect": [ + (389.95900470018387, 392.95900470018387), + (1250.0409952998161, 1253.0409952998161), + ], + "mpri_reg_rect": { + "x": 0.28540607541799545, + "y": 0.19208546975278296, + "h": 0.6291748285293579, + "w": 0.4199619094724767, + }, + "mwg_rs_area": { + "x": 0.5999934896826744, + "y": 0.4020664244890213, + "h": 0.4199619094724767, + "w": 0.6291748285293579, + }, + "roll": 0.07780183106660843, + "pitch": 0.2246328890323639, + "yaw": -0.6294457912445068, + "quality": 245, + "source_width": 2048, + "source_height": 1367, + "has_smile": 0, + "left_eye_closed": 0, + "right_eye_closed": 0, + "manual": 0, + "face_type": 0, + "age_type": None, + "bald_type": None, + "eye_makeup_type": None, + "eye_state": None, + "facial_hair_type": None, + "gender_type": None, + "glasses_type": None, + "hair_color_type": None, + "intrash": None, + "lip_makeup_type": None, + "smile_type": None, + } + } + }, + { + "sp5RBdGrQCC+I%YfMHjoZA": { + "MSyq1yMuT%mRFL%nTg52JQ": { + "_pk": 24, + "uuid": "MSyq1yMuT%mRFL%nTg52JQ", + "name": "Lipstick", + "asset_uuid": "sp5RBdGrQCC+I%YfMHjoZA", + "_person_pk": 19, + "center_x": 0.5048958957195282, + "center_y": 0.39591725170612335, + "center": (1013, 824), + "mouth_x": 0.5163976288938734, + "mouth_y": 0.26605577475987374, + "mouth": (991, 1001), + "left_eye_x": 0.4322333065850734, + "left_eye_y": 0.5076869609068195, + "left_eye": (1160, 670), + "right_eye_x": 0.5864400681517541, + "right_eye_y": 0.5023518790495496, + "right_eye": (844, 680), + "size": 0.35138061008183286, + "face_rect": [ + (653.1862552762032, 464.18625527620316), + (1372.8137447237968, 1183.8137447237968), + ], + "mpri_reg_rect": { + "x": 0.3194137992395554, + "y": 0.3404829353094101, + "h": 0.35138061008183286, + "w": 0.5271996259689331, + }, + "mwg_rs_area": { + "x": 0.4951041042804718, + "y": 0.6040827482938766, + "h": 0.5271996259689331, + "w": 0.35138061008183286, + }, + "roll": 0.007040311582386494, + "pitch": 0.20919206738471985, + "yaw": 0.13513553142547607, + "quality": 186, + "source_width": 2048, + "source_height": 1365, + "has_smile": 0, + "left_eye_closed": 0, + "right_eye_closed": 0, + "manual": 0, + "face_type": 2, + "age_type": None, + "bald_type": None, + "eye_makeup_type": None, + "eye_state": None, + "facial_hair_type": None, + "gender_type": None, + "glasses_type": None, + "hair_color_type": None, + "intrash": None, + "lip_makeup_type": None, + "smile_type": None, + } + } + }, + { + "iSgalkCMRjWXP8HnW19wnQ": { + "ZXhdkXTHR+qwk189VQedxA": { + "_pk": 13, + "uuid": "ZXhdkXTHR+qwk189VQedxA", + "name": None, + "asset_uuid": "iSgalkCMRjWXP8HnW19wnQ", + "_person_pk": 4, + "center_x": 0.49157917499542236, + "center_y": 0.4659397155046463, + "center": (502, 364), + "mouth_x": 0.5123779577260212, + "mouth_y": 0.2582757475010169, + "mouth": (536, 502), + "left_eye_x": 0.4050272297081152, + "left_eye_y": 0.5518229548743072, + "left_eye": (408, 313), + "right_eye_x": 0.5948667321137826, + "right_eye_y": 0.5856497606665094, + "right_eye": (599, 272), + "size": 0.4159531593322754, + "face_rect": [ + (289.23995900154114, 151.23995900154114), + (714.7600409984589, 576.7600409984589), + ], + "mpri_reg_rect": { + "x": 0.28360259532928467, + "y": 0.22209541499614716, + "h": 0.4159531593322754, + "w": 0.6239297389984131, + }, + "mwg_rs_area": { + "x": 0.49157917499542236, + "y": 0.5340602844953537, + "h": 0.6239297389984131, + "w": 0.4159531593322754, + }, + "roll": 0.09273363649845123, + "pitch": 0.12770117819309235, + "yaw": -0.11702278256416321, + "quality": 82, + "source_width": 1023, + "source_height": 682, + "has_smile": 0, + "left_eye_closed": 0, + "right_eye_closed": 0, + "manual": 0, + "face_type": 1, + "age_type": None, + "bald_type": None, + "eye_makeup_type": None, + "eye_state": None, + "facial_hair_type": None, + "gender_type": None, + "glasses_type": None, + "hair_color_type": None, + "intrash": None, + "lip_makeup_type": None, + "smile_type": None, + } + } + }, + { + "QjVE5TXlT7++IIFcaIdi8w": { + "5gCD9cLzS+2bFaQCj%5ctg": { + "_pk": 15, + "uuid": "5gCD9cLzS+2bFaQCj%5ctg", + "name": None, + "asset_uuid": "QjVE5TXlT7++IIFcaIdi8w", + "_person_pk": 6, + "center_x": 0.5858511626720428, + "center_y": 0.5037799179553986, + "center": (1199, 668), + "mouth_x": 0.5892474464528483, + "mouth_y": 0.35767456356643335, + "mouth": (1206, 864), + "left_eye_x": 0.5193234659502858, + "left_eye_y": 0.6105601153481182, + "left_eye": (1062, 524), + "right_eye_x": 0.6540367582498816, + "right_eye_y": 0.618458101733407, + "right_eye": (1338, 513), + "size": 0.3303346037864685, + "face_rect": [ + (860.7373657226562, 329.73736572265625), + (1537.2626342773438, 1006.2626342773438), + ], + "mpri_reg_rect": { + "x": 0.4206838607788086, + "y": 0.2452834097320319, + "h": 0.3303346037864685, + "w": 0.5018733446251391, + }, + "mwg_rs_area": { + "x": 0.5858511626720428, + "y": 0.49622008204460144, + "h": 0.5018733446251391, + "w": 0.3303346037864685, + }, + "roll": 0.0011079381220042706, + "pitch": 0.15608316659927368, + "yaw": -0.17298434674739838, + "quality": 72, + "source_width": 2048, + "source_height": 1348, + "has_smile": 1, + "left_eye_closed": 1, + "right_eye_closed": 1, + "manual": 0, + "face_type": 1, + "age_type": None, + "bald_type": None, + "eye_makeup_type": None, + "eye_state": None, + "facial_hair_type": None, + "gender_type": None, + "glasses_type": None, + "hair_color_type": None, + "intrash": None, + "lip_makeup_type": None, + "smile_type": None, + } + } + }, + { + "1OznJLyLTL+MilyfvdtUVA": { + "yepVq6gaQ1mh4exLspUtTg": { + "_pk": 5, + "uuid": "yepVq6gaQ1mh4exLspUtTg", + "name": "Exif", + "asset_uuid": "1OznJLyLTL+MilyfvdtUVA", + "_person_pk": 16, + "center_x": 0.49520042538642883, + "center_y": 0.4185177907347679, + "center": (1014, 794), + "mouth_x": 0.4949742422706098, + "mouth_y": 0.2797994672715518, + "mouth": (1034, 982), + "left_eye_x": 0.4381955488736562, + "left_eye_y": 0.5188265057902228, + "left_eye": (882, 671), + "right_eye_x": 0.5439683676951406, + "right_eye_y": 0.5509752697572754, + "right_eye": (1092, 602), + "size": 0.4084373274235986, + "face_rect": [ + (595.760176718235, 375.760176718235), + (1432.239823281765, 1212.239823281765), + ], + "mpri_reg_rect": { + "x": 0.2909817616746295, + "y": 0.2755276933312416, + "h": 0.4084373274235986, + "w": 0.611909031867981, + }, + "mwg_rs_area": { + "x": 0.49520042538642883, + "y": 0.5814822092652321, + "h": 0.611909031867981, + "w": 0.4084373274235986, + }, + "roll": 0.11499591916799545, + "pitch": 0.23600168526172638, + "yaw": -0.5437864065170288, + "quality": 228, + "source_width": 2048, + "source_height": 1367, + "has_smile": 0, + "left_eye_closed": 0, + "right_eye_closed": 0, + "manual": 0, + "face_type": 0, + "age_type": None, + "bald_type": None, + "eye_makeup_type": None, + "eye_state": None, + "facial_hair_type": None, + "gender_type": None, + "glasses_type": None, + "hair_color_type": None, + "intrash": None, + "lip_makeup_type": None, + "smile_type": None, + } + } + }, + { + "7p4lu%p9R+GqgmYFZ6aCiQ": { + "wMl+k8OQR9ObpdLuizmUig": { + "_pk": 16, + "uuid": "wMl+k8OQR9ObpdLuizmUig", + "name": "Exif", + "asset_uuid": "7p4lu%p9R+GqgmYFZ6aCiQ", + "_person_pk": 16, + "center_x": 0.49283619225025177, + "center_y": 0.4199286699295044, + "center": (1038, 574), + "mouth_x": 0.49455960669416604, + "mouth_y": 0.28072212860962215, + "mouth": (1013, 384), + "left_eye_x": 0.43746744610133503, + "left_eye_y": 0.5173764723232099, + "left_eye": (1166, 693), + "right_eye_x": 0.5433972949013759, + "right_eye_y": 0.5509179967349169, + "right_eye": (956, 763), + "size": 0.407234111597063, + "face_rect": [ + (620.9922697246075, 156.99226972460747), + (1455.0077302753925, 991.0077302753925), + ], + "mpri_reg_rect": { + "x": 0.3035467519512167, + "y": 0.11487546563148499, + "h": 0.407234111597063, + "w": 0.6101064085960388, + }, + "mwg_rs_area": { + "x": 0.5071638077497482, + "y": 0.4199286699295044, + "h": 0.6101064085960388, + "w": 0.407234111597063, + }, + "roll": 0.1143658310174942, + "pitch": 0.218518927693367, + "yaw": -0.5080658793449402, + "quality": 230, + "source_width": 2048, + "source_height": 1367, + "has_smile": 0, + "left_eye_closed": 0, + "right_eye_closed": 0, + "manual": 0, + "face_type": 2, + "age_type": None, + "bald_type": None, + "eye_makeup_type": None, + "eye_state": None, + "facial_hair_type": None, + "gender_type": None, + "glasses_type": None, + "hair_color_type": None, + "intrash": None, + "lip_makeup_type": None, + "smile_type": None, + } + } + }, + { + "Kw9u7AzRTm6ZlrLS7uk%7g": { + "GINakHzJROi+xYZ1V10bcA": { + "_pk": 7, + "uuid": "GINakHzJROi+xYZ1V10bcA", + "name": "Eye Makeup", + "asset_uuid": "Kw9u7AzRTm6ZlrLS7uk%7g", + "_person_pk": 18, + "center_x": 0.38622215390205383, + "center_y": 0.4991014401894063, + "center": (790, 685), + "mouth_x": 0.3257504820828174, + "mouth_y": 0.14377994911402245, + "mouth": (566, 1134), + "left_eye_x": 0.31362280485886185, + "left_eye_y": 0.8060209784105674, + "left_eye": (734, 243), + "right_eye_x": 0.5770966030124338, + "right_eye_y": 0.6688087663145099, + "right_eye": (1221, 541), + "size": 0.6647756442835089, + "face_rect": [ + (109.2697402536869, 4.269740253686905), + (1470.730259746313, 1365.730259746313), + ], + "mpri_reg_rect": { + "x": 0.05383433176029939, + "y": 0.003652204992249608, + "h": 0.6647756442835089, + "w": 0.9944927096366882, + }, + "mwg_rs_area": { + "x": 0.38622215390205383, + "y": 0.5008985598105937, + "h": 0.9944927096366882, + "w": 0.6647756442835089, + }, + "roll": -0.21350595355033875, + "pitch": 0.019776595756411552, + "yaw": -0.7791038155555725, + "quality": 256, + "source_width": 2048, + "source_height": 1369, + "has_smile": 1, + "left_eye_closed": 0, + "right_eye_closed": 0, + "manual": 0, + "face_type": 2, + "age_type": None, + "bald_type": None, + "eye_makeup_type": None, + "eye_state": None, + "facial_hair_type": None, + "gender_type": None, + "glasses_type": None, + "hair_color_type": None, + "intrash": None, + "lip_makeup_type": None, + "smile_type": None, + } + } + }, + { + "mFtXPfaqS46xOmW6oUmjqw": { + "RfluEu+6S8GiUaerDwhGmA": { + "_pk": 26, + "uuid": "RfluEu+6S8GiUaerDwhGmA", + "name": "Lipstick", + "asset_uuid": "mFtXPfaqS46xOmW6oUmjqw", + "_person_pk": 19, + "center_x": 0.49835699796676636, + "center_y": 0.409689337015152, + "center": (559, 1027), + "mouth_x": 0.5165723112827033, + "mouth_y": 0.26518058035270275, + "mouth": (360, 991), + "left_eye_x": 0.4329161551265429, + "left_eye_y": 0.5067393811582874, + "left_eye": (691, 1160), + "right_eye_x": 0.585127821172057, + "right_eye_y": 0.50484344806048, + "right_eye": (687, 848), + "size": 0.3202422261238098, + "face_rect": [ + (231.07196044921875, 699.0719604492188), + (886.9280395507812, 1354.9280395507812), + ], + "mpri_reg_rect": { + "x": 0.16944901499992762, + "y": 0.34152188897132874, + "h": 0.4804806440304487, + "w": 0.3202422261238098, + }, + "mwg_rs_area": { + "x": 0.409689337015152, + "y": 0.5016430020332336, + "h": 0.3202422261238098, + "w": 0.4804806440304487, + }, + "roll": 0.006006680894643068, + "pitch": 0.18651345372200012, + "yaw": 0.15917356312274933, + "quality": 188, "source_width": 2048, "source_height": 1365, "has_smile": 0, @@ -1122,114 +1122,52 @@ UUID_LIST_4 = [ } }, { - "p%NvN+LDR7GmU3UMUfdOpg": { - "AyndTdC1RVWdB9fOkG2A+Q": { - "_pk": 1, - "uuid": "AyndTdC1RVWdB9fOkG2A+Q", + "4Jyb01fTQVulQSQusXCd0g": { + "xaMv0TM%RU+0LnsyF6gLgQ": { + "_pk": 14, + "uuid": "xaMv0TM%RU+0LnsyF6gLgQ", "name": "Girl Winking", - "asset_uuid": "p%NvN+LDR7GmU3UMUfdOpg", + "asset_uuid": "4Jyb01fTQVulQSQusXCd0g", "_person_pk": 17, - "center_x": 0.19874780625104904, - "center_y": 0.5244172364473343, - "center": (407, 649), - "mouth_x": 0.19445147873170782, - "mouth_y": 0.45158542344711616, - "mouth": (401, 748), - "left_eye_x": 0.1533762462682851, - "left_eye_y": 0.5930982142995265, - "left_eye": (310, 558), - "right_eye_x": 0.24563000415562875, - "right_eye_y": 0.602793876447614, - "right_eye": (499, 538), - "size": 0.24455414582917, + "center_x": 0.7967365458607674, + "center_y": 0.5234079957008362, + "center": (1631, 650), + "mouth_x": 0.8046641000137214, + "mouth_y": 0.45113750280791454, + "mouth": (1642, 749), + "left_eye_x": 0.7553940984237065, + "left_eye_y": 0.6019085802032054, + "left_eye": (1551, 539), + "right_eye_x": 0.8466470655607516, + "right_eye_y": 0.5878877046499715, + "right_eye": (1736, 566), + "size": 0.2454776929516811, "face_rect": [ - (156.5765546709299, 398.5765546709299), - (657.4234453290701, 899.4234453290701), + (1379.6308424174786, 398.63084241747856), + (1882.3691575825214, 901.3691575825214), ], "mpri_reg_rect": { - "x": 0.07647073333646404, - "y": 0.29212236404418945, - "h": 0.24455414582917, - "w": 0.3669207990169525, + "x": 0.6739976993849268, + "y": 0.2924387753009796, + "h": 0.2454776929516811, + "w": 0.3683064579963684, }, "mwg_rs_area": { - "x": 0.19874780625104904, - "y": 0.4755827635526657, - "h": 0.3669207990169525, - "w": 0.24455414582917, + "x": 0.7967365458607674, + "y": 0.4765920042991638, + "h": 0.3683064579963684, + "w": 0.2454776929516811, }, - "roll": 0.035273514688014984, - "pitch": 0.05399006977677345, - "yaw": -0.64935702085495, - "quality": 287, + "roll": -0.04044049605727196, + "pitch": 0.06674261391162872, + "yaw": 0.6553094983100891, + "quality": 355, "source_width": 2048, "source_height": 1365, - "has_smile": 0, + "has_smile": 1, "left_eye_closed": 0, "right_eye_closed": 0, "manual": 0, - "face_type": 0, - "age_type": None, - "bald_type": None, - "eye_makeup_type": None, - "eye_state": None, - "facial_hair_type": None, - "gender_type": None, - "glasses_type": None, - "hair_color_type": None, - "intrash": None, - "lip_makeup_type": None, - "smile_type": None, - } - } - }, - { - "Cb%vzf7fQ66ugEa6VKpUOw": { - "nAabJg8xSJuSjPSdC1Mzgg": { - "_pk": 2, - "uuid": "nAabJg8xSJuSjPSdC1Mzgg", - "name": "Statue", - "asset_uuid": "Cb%vzf7fQ66ugEa6VKpUOw", - "_person_pk": 1, - "center_x": 0.48914097119645494, - "center_y": 0.8721554191285079, - "center": (1347, 352), - "mouth_x": 0, - "mouth_y": 0, - "mouth": (0, 2754), - "left_eye_x": 0, - "left_eye_y": 0, - "left_eye": (0, 2754), - "right_eye_x": 0, - "right_eye_y": 0, - "right_eye": (0, 2754), - "size": 0.06172188225364008, - "face_rect": [ - (1262.0089681367376, 267.0089681367376), - (1431.9910318632624, 436.9910318632624), - ], - "mpri_reg_rect": { - "x": 0.4582800300696349, - "y": 0.09698363974467204, - "h": 0.06172188225364008, - "w": 0.06172188225364008, - }, - "mwg_rs_area": { - "x": 0.48914097119645494, - "y": 0.1278445808714921, - "h": 0.06172188225364008, - "w": 0.06172188225364008, - }, - "roll": 0, - "pitch": 0, - "yaw": 0, - "quality": 0, - "source_width": 2754, - "source_height": 2754, - "has_smile": 0, - "left_eye_closed": 0, - "right_eye_closed": 0, - "manual": 1, "face_type": 2, "age_type": None, "bald_type": None, @@ -1246,46 +1184,46 @@ UUID_LIST_4 = [ } }, { - "QR7M5%NHS4CFh083FG89AA": { - "jA3QqsAPQemcz1utrq3vMg": { - "_pk": 22, - "uuid": "jA3QqsAPQemcz1utrq3vMg", + "d%8mtMMqQh62cWwTL%62ig": { + "iiaQTczXTTeaDyEw+0CoZg": { + "_pk": 11, + "uuid": "iiaQTczXTTeaDyEw+0CoZg", "name": "Lipstick", - "asset_uuid": "QR7M5%NHS4CFh083FG89AA", + "asset_uuid": "d%8mtMMqQh62cWwTL%62ig", "_person_pk": 19, - "center_x": 0.4784306287765503, - "center_y": 0.39015408605337143, - "center": (979, 832), - "mouth_x": 0.48387350854591027, - "mouth_y": 0.2668730584418455, - "mouth": (988, 1000), - "left_eye_x": 0.4130895994925139, - "left_eye_y": 0.502680173113216, - "left_eye": (847, 676), - "right_eye_x": 0.5621348168843756, - "right_eye_y": 0.5023313897760282, - "right_eye": (1152, 680), - "size": 0.36072171467822045, + "center_x": 0.504969596862793, + "center_y": 0.4010424464941025, + "center": (1034, 817), + "mouth_x": 0.5169273786714754, + "mouth_y": 0.2643267306198762, + "mouth": (1059, 1003), + "left_eye_x": 0.4328751582495114, + "left_eye_y": 0.5063963073010473, + "left_eye": (885, 674), + "right_eye_x": 0.5847249659037077, + "right_eye_y": 0.5024008466671561, + "right_eye": (1196, 677), + "size": 0.345591909281211, "face_rect": [ - (609.6209641695023, 462.62096416950226), - (1348.3790358304977, 1201.3790358304977), + (680.11388489604, 463.11388489603996), + (1387.88611510396, 1170.88611510396), ], "mpri_reg_rect": { - "x": 0.29806977143744007, - "y": 0.33923856168985367, - "h": 0.36072171467822045, - "w": 0.5412147045135498, + "x": 0.3321736422221875, + "y": 0.3397003263235092, + "h": 0.345591909281211, + "w": 0.5185144543647766, }, "mwg_rs_area": { - "x": 0.4784306287765503, - "y": 0.6098459139466286, - "h": 0.5412147045135498, - "w": 0.36072171467822045, + "x": 0.504969596862793, + "y": 0.5989575535058975, + "h": 0.5185144543647766, + "w": 0.345591909281211, }, - "roll": -0.00878172367811203, - "pitch": 0.20460352301597595, - "yaw": -0.1261640340089798, - "quality": 191, + "roll": 0.006853761617094278, + "pitch": 0.21358969807624817, + "yaw": 0.12813955545425415, + "quality": 185, "source_width": 2048, "source_height": 1365, "has_smile": 0, @@ -1308,48 +1246,48 @@ UUID_LIST_4 = [ } }, { - "iSgalkCMRjWXP8HnW19wnQ": { - "ZXhdkXTHR+qwk189VQedxA": { - "_pk": 13, - "uuid": "ZXhdkXTHR+qwk189VQedxA", + "SuDOJaA7REKBzYCEy19dHQ": { + "HHvHG+i8SimPaZQkZLGw9w": { + "_pk": 17, + "uuid": "HHvHG+i8SimPaZQkZLGw9w", "name": None, - "asset_uuid": "iSgalkCMRjWXP8HnW19wnQ", - "_person_pk": 4, - "center_x": 0.49157917499542236, - "center_y": 0.4659397155046463, - "center": (502, 364), - "mouth_x": 0.5123779577260212, - "mouth_y": 0.2582757475010169, - "mouth": (536, 502), - "left_eye_x": 0.4050272297081152, - "left_eye_y": 0.5518229548743072, - "left_eye": (408, 313), - "right_eye_x": 0.5948667321137826, - "right_eye_y": 0.5856497606665094, - "right_eye": (599, 272), - "size": 0.4159531593322754, + "asset_uuid": "SuDOJaA7REKBzYCEy19dHQ", + "_person_pk": 12, + "center_x": 0.3634738326072693, + "center_y": 0.7156831920146942, + "center": (581, 255), + "mouth_x": 0.4014207073465249, + "mouth_y": 0.6208798692679718, + "mouth": (662, 321), + "left_eye_x": 0.3191890815262972, + "left_eye_y": 0.846999683488884, + "left_eye": (481, 160), + "right_eye_x": 0.4304217538290107, + "right_eye_y": 0.9158867686635856, + "right_eye": (636, 53), + "size": 0.31717346236109734, "face_rect": [ - (289.23995900154114, 151.23995900154114), - (714.7600409984589, 576.7600409984589), + (327.26123011112213, 1.2612301111221313), + (834.7387698888779, 508.73876988887787), ], "mpri_reg_rect": { - "x": 0.28360259532928467, - "y": 0.22209541499614716, - "h": 0.4159531593322754, - "w": 0.6239297389984131, + "x": 0.20488710142672062, + "y": 0.0023848414421081543, + "h": 0.31717346236109734, + "w": 0.5638639330863953, }, "mwg_rs_area": { - "x": 0.49157917499542236, - "y": 0.5340602844953537, - "h": 0.6239297389984131, - "w": 0.4159531593322754, + "x": 0.3634738326072693, + "y": 0.2843168079853058, + "h": 0.5638639330863953, + "w": 0.31717346236109734, }, - "roll": 0.09273363649845123, - "pitch": 0.12770117819309235, - "yaw": -0.11702278256416321, - "quality": 82, - "source_width": 1023, - "source_height": 682, + "roll": 0.26922887563705444, + "pitch": -0.009663085453212261, + "yaw": -0.27014461159706116, + "quality": 230, + "source_width": 1600, + "source_height": 900, "has_smile": 0, "left_eye_closed": 0, "right_eye_closed": 0, @@ -1369,71 +1307,71 @@ UUID_LIST_4 = [ } } }, -] - -UUID_LIST_5 = [ { - "A2E762C9-F2A2-4806-9684-D1A78910B71E": { - "3B2DBD1A-1A6C-4278-8BA7-CCC786523159": { - "_pk": 18, - "uuid": "3B2DBD1A-1A6C-4278-8BA7-CCC786523159", - "name": "Statue", - "asset_uuid": "A2E762C9-F2A2-4806-9684-D1A78910B71E", - "_person_pk": 15, - "center_x": 0.4856320488721805, - "center_y": 0.8716400375939848, - "center": (1337, 353), - "mouth_x": 0.0, - "mouth_y": 0.0, - "mouth": (0, 2754), - "left_eye_x": 0.0, - "left_eye_y": 0.0, - "left_eye": (0, 2754), - "right_eye_x": 0.0, - "right_eye_y": 0.0, - "right_eye": (0, 2754), - "size": 0.08544087409973145, + "VNn4U31zQpmDv2vUgpaXAw": { + "yUVrbA2eSnGg2SeLUYgALQ": { + "_pk": 10, + "uuid": "yUVrbA2eSnGg2SeLUYgALQ", + "name": "Exif", + "asset_uuid": "VNn4U31zQpmDv2vUgpaXAw", + "_person_pk": 16, + "center_x": 0.5564179867506027, + "center_y": 0.4015430510044098, + "center": (548, 1139), + "mouth_x": 0.6077994839334737, + "mouth_y": 0.21313020189502296, + "mouth": (290, 1243), + "left_eye_x": 0.5076221950606581, + "left_eye_y": 0.4479901973317695, + "left_eye": (612, 1039), + "right_eye_x": 0.6663632581008312, + "right_eye_y": 0.41701617124271095, + "right_eye": (569, 1364), + "size": 0.4360983669757843, "face_rect": [ - (1219.3479163646698, 235.3479163646698), - (1454.6520836353302, 470.6520836353302), + (101.43527221679688, 692.4352722167969), + (994.5647277832031, 1585.5647277832031), ], "mpri_reg_rect": { - "x": 0.44291161182231475, - "y": 0.08563952535614949, - "h": 0.08544087409973145, - "w": 0.08544087409973145, + "x": 0.07486804896841626, + "y": 0.33836880326271057, + "h": 0.6533500040719871, + "w": 0.4360983669757843, }, "mwg_rs_area": { - "x": 0.4856320488721805, - "y": 0.12835996240601522, - "h": 0.08544087409973145, - "w": 0.08544087409973145, + "x": 0.4015430510044098, + "y": 0.5564179867506027, + "h": 0.4360983669757843, + "w": 0.6533500040719871, }, - "roll": 0.0, - "pitch": 0.0, - "yaw": 0.0, - "quality": -1.0, - "source_width": 2754, - "source_height": 2754, + "roll": -0.0014577136607840657, + "pitch": 0.006985893473029137, + "yaw": 0.323245644569397, + "quality": 259, + "source_width": 2048, + "source_height": 1367, "has_smile": 0, "left_eye_closed": 0, "right_eye_closed": 0, - "manual": 1, - "face_type": None, - "age_type": 0, - "bald_type": 0, - "eye_makeup_type": 0, - "eye_state": 0, - "facial_hair_type": 0, - "gender_type": 0, - "glasses_type": 0, - "hair_color_type": 0, - "intrash": 0, - "lip_makeup_type": 0, - "smile_type": 0, + "manual": 0, + "face_type": 0, + "age_type": None, + "bald_type": None, + "eye_makeup_type": None, + "eye_state": None, + "facial_hair_type": None, + "gender_type": None, + "glasses_type": None, + "hair_color_type": None, + "intrash": None, + "lip_makeup_type": None, + "smile_type": None, } } }, +] + +UUID_LIST_5 = [ { "8C5431B3-5F59-4B5F-855A-021408C519E4": { "1F542CBF-BE11-4ACB-A553-FABF81391C97": { @@ -1497,46 +1435,108 @@ UUID_LIST_5 = [ } }, { - "5E461935-2FE5-4762-80D3-FCF70739FFA0": { - "878F66D3-0E53-47C7-BE17-BAC1212EEF47": { - "_pk": 7, - "uuid": "878F66D3-0E53-47C7-BE17-BAC1212EEF47", - "name": "Exif", - "asset_uuid": "5E461935-2FE5-4762-80D3-FCF70739FFA0", - "_person_pk": 16, - "center_x": 0.5060971826314926, - "center_y": 0.4065530300140381, - "center": (811, 1011), - "mouth_x": 0.4947084969874238, - "mouth_y": 0.28146992416738925, - "mouth": (982, 1034), - "left_eye_x": 0.4379364977447421, - "left_eye_y": 0.5229665160904489, - "left_eye": (652, 1151), - "right_eye_x": 0.5447459726413946, - "right_eye_y": 0.5572845329942382, - "right_eye": (605, 932), - "size": 0.3970904248999432, + "74A8D2AD-4A95-402C-AB41-8948B6268DDE": { + "3564F47E-BE04-4EF2-9409-7F0AFC3C6C90": { + "_pk": 12, + "uuid": "3564F47E-BE04-4EF2-9409-7F0AFC3C6C90", + "name": "", + "asset_uuid": "74A8D2AD-4A95-402C-AB41-8948B6268DDE", + "_person_pk": 9, + "center_x": 0.4150405116379261, + "center_y": 0.3804657310247421, + "center": (498, 991), + "mouth_x": 0.35514891692551487, + "mouth_y": 0.28526406607189375, + "mouth": (426, 1143), + "left_eye_x": 0.24532392920940715, + "left_eye_y": 0.5437179133602399, + "left_eye": (294, 730), + "right_eye_x": 0.5664884610123178, + "right_eye_y": 0.5198140024518239, + "right_eye": (679, 768), + "size": 0.5623092949390411, "face_rect": [ - (404.3794049024582, 604.3794049024582), - (1217.6205950975418, 1417.6205950975418), + (48.15256404876709, 541.1525640487671), + (947.8474359512329, 1440.847435951233), ], "mpri_reg_rect": { - "x": 0.29599225521087646, - "y": 0.2953576049185358, - "h": 0.5949094295501709, - "w": 0.3970904248999432, + "x": 0.04016764834523201, + "y": 0.3383796215057373, + "h": 0.7497457265853882, + "w": 0.5623092949390411, }, "mwg_rs_area": { - "x": 0.5934469699859619, - "y": 0.4939028173685074, - "h": 0.3970904248999432, - "w": 0.5949094295501709, + "x": 0.4150405116379261, + "y": 0.6195342689752579, + "h": 0.5623092949390411, + "w": 0.7497457265853882, }, "roll": 0.0, "pitch": 0.0, "yaw": 0.0, - "quality": 0.6108523607254028, + "quality": 0.5376036167144775, + "source_width": 1200, + "source_height": 1600, + "has_smile": 0, + "left_eye_closed": 0, + "right_eye_closed": 0, + "manual": 0, + "face_type": None, + "age_type": 3, + "bald_type": 3, + "eye_makeup_type": 0, + "eye_state": 2, + "facial_hair_type": 1, + "gender_type": 1, + "glasses_type": 3, + "hair_color_type": 5, + "intrash": 0, + "lip_makeup_type": 0, + "smile_type": 2, + } + } + }, + { + "94D0440B-28BD-4724-89BD-A53662F57CC6": { + "03646A62-5D84-4425-BA83-0EE4EBA279C4": { + "_pk": 10, + "uuid": "03646A62-5D84-4425-BA83-0EE4EBA279C4", + "name": "Exif", + "asset_uuid": "94D0440B-28BD-4724-89BD-A53662F57CC6", + "_person_pk": 16, + "center_x": 0.5034043937921524, + "center_y": 0.40654684603214264, + "center": (1017, 555), + "mouth_x": 0.49383093682306267, + "mouth_y": 0.2808416709048345, + "mouth": (1036, 383), + "left_eye_x": 0.4368750899788476, + "left_eye_y": 0.5222734803531885, + "left_eye": (1153, 713), + "right_eye_x": 0.5449226343292468, + "right_eye_y": 0.5579434879607916, + "right_eye": (931, 762), + "size": 0.39579104888252914, + "face_rect": [ + (611.7099659442902, 149.70996594429016), + (1422.2900340557098, 960.2900340557098), + ], + "mpri_reg_rect": { + "x": 0.298700081766583, + "y": 0.11006547510623932, + "h": 0.39579104888252914, + "w": 0.5929627418518066, + }, + "mwg_rs_area": { + "x": 0.4965956062078476, + "y": 0.40654684603214264, + "h": 0.5929627418518066, + "w": 0.39579104888252914, + }, + "roll": 0.0, + "pitch": 0.0, + "yaw": 0.0, + "quality": 0.6154575347900391, "source_width": 2048, "source_height": 1367, "has_smile": 0, @@ -1558,6 +1558,254 @@ UUID_LIST_5 = [ } } }, + { + "554B190D-B064-479F-89CB-EB2485C3675F": { + "47BA92F0-2083-4AAE-AB79-B741FF8FDEAA": { + "_pk": 17, + "uuid": "47BA92F0-2083-4AAE-AB79-B741FF8FDEAA", + "name": "Exif", + "asset_uuid": "554B190D-B064-479F-89CB-EB2485C3675F", + "_person_pk": 16, + "center_x": 0.5058241337537766, + "center_y": 0.40621668100357056, + "center": (1035, 811), + "mouth_x": 0.4940449122017374, + "mouth_y": 0.2800719558140182, + "mouth": (1011, 984), + "left_eye_x": 0.4374790271180322, + "left_eye_y": 0.5214642632262265, + "left_eye": (895, 654), + "right_eye_x": 0.5435461602085978, + "right_eye_y": 0.5581745216649008, + "right_eye": (1113, 603), + "size": 0.3930774775217287, + "face_rect": [ + (632.4886630177498, 408.4886630177498), + (1437.5113369822502, 1213.5113369822502), + ], + "mpri_reg_rect": { + "x": 0.3092853949929122, + "y": 0.29933464527130127, + "h": 0.3930774775217287, + "w": 0.5888973474502563, + }, + "mwg_rs_area": { + "x": 0.5058241337537766, + "y": 0.5937833189964294, + "h": 0.5888973474502563, + "w": 0.3930774775217287, + }, + "roll": 0.0, + "pitch": 0.0, + "yaw": 0.0, + "quality": 0.6076138019561768, + "source_width": 2048, + "source_height": 1367, + "has_smile": 0, + "left_eye_closed": 0, + "right_eye_closed": 0, + "manual": 0, + "face_type": None, + "age_type": 3, + "bald_type": 3, + "eye_makeup_type": 0, + "eye_state": 2, + "facial_hair_type": 1, + "gender_type": 2, + "glasses_type": 3, + "hair_color_type": 1, + "intrash": 0, + "lip_makeup_type": 0, + "smile_type": 2, + } + } + }, + { + "52E95CFC-DD9A-4B60-9FC4-FC8EA716DF38": { + "B0EC274C-BADD-49B8-87C6-847EA68FD9B4": { + "_pk": 13, + "uuid": "B0EC274C-BADD-49B8-87C6-847EA68FD9B4", + "name": "", + "asset_uuid": "52E95CFC-DD9A-4B60-9FC4-FC8EA716DF38", + "_person_pk": 11, + "center_x": 0.49487878382205963, + "center_y": 0.4678105264902115, + "center": (1013, 681), + "mouth_x": 0.5038044308198595, + "mouth_y": 0.368350300135897, + "mouth": (1031, 808), + "left_eye_x": 0.401402636309869, + "left_eye_y": 0.5665164105993239, + "left_eye": (822, 554), + "right_eye_x": 0.5676369358480788, + "right_eye_y": 0.6174688525820913, + "right_eye": (1162, 489), + "size": 0.34953396767377853, + "face_rect": [ + (655.0772171020508, 323.0772171020508), + (1370.9227828979492, 1038.9227828979492), + ], + "mpri_reg_rect": { + "x": 0.32011179998517036, + "y": 0.2525622993707657, + "h": 0.34953396767377853, + "w": 0.5592543482780457, + }, + "mwg_rs_area": { + "x": 0.49487878382205963, + "y": 0.5321894735097885, + "h": 0.5592543482780457, + "w": 0.34953396767377853, + }, + "roll": 0.0, + "pitch": 0.0, + "yaw": 0.0, + "quality": 0.4167588949203491, + "source_width": 2048, + "source_height": 1280, + "has_smile": 0, + "left_eye_closed": 1, + "right_eye_closed": 1, + "manual": 0, + "face_type": None, + "age_type": 3, + "bald_type": 3, + "eye_makeup_type": 0, + "eye_state": 1, + "facial_hair_type": 1, + "gender_type": 2, + "glasses_type": 3, + "hair_color_type": 2, + "intrash": 0, + "lip_makeup_type": 0, + "smile_type": 2, + } + } + }, + { + "2C766B95-1D8C-40DA-AD8E-39798BF4576D": { + "4A3085CA-9370-4401-920D-EE827BFB0385": { + "_pk": 14, + "uuid": "4A3085CA-9370-4401-920D-EE827BFB0385", + "name": "", + "asset_uuid": "2C766B95-1D8C-40DA-AD8E-39798BF4576D", + "_person_pk": 5, + "center_x": 0.5148479491472244, + "center_y": 0.37627631425857544, + "center": (1054, 851), + "mouth_x": 0.5168212004211425, + "mouth_y": 0.26665759770107655, + "mouth": (1058, 1001), + "left_eye_x": 0.43235626139945704, + "left_eye_y": 0.5063340759639829, + "left_eye": (885, 673), + "right_eye_x": 0.5781170603291468, + "right_eye_y": 0.504449233726675, + "right_eye": (1183, 676), + "size": 0.37983468174934387, + "face_rect": [ + (665.0492858886719, 462.0492858886719), + (1442.9507141113281, 1239.9507141113281), + ], + "mpri_reg_rect": { + "x": 0.3249306082725525, + "y": 0.33877810763788746, + "h": 0.37983468174934387, + "w": 0.5698911562070742, + }, + "mwg_rs_area": { + "x": 0.5148479491472244, + "y": 0.6237236857414246, + "h": 0.5698911562070742, + "w": 0.37983468174934387, + }, + "roll": 0.0, + "pitch": 0.0, + "yaw": 0.0, + "quality": 0.6023849248886108, + "source_width": 2048, + "source_height": 1365, + "has_smile": 1, + "left_eye_closed": 0, + "right_eye_closed": 0, + "manual": 0, + "face_type": None, + "age_type": 3, + "bald_type": 3, + "eye_makeup_type": 0, + "eye_state": 2, + "facial_hair_type": 1, + "gender_type": 2, + "glasses_type": 3, + "hair_color_type": 3, + "intrash": 0, + "lip_makeup_type": 0, + "smile_type": 1, + } + } + }, + { + "26011634-7F89-47DD-AA3B-A3693708E3F9": { + "A556C3BC-B7C5-42A4-95BB-C3EF8B016FF7": { + "_pk": 2, + "uuid": "A556C3BC-B7C5-42A4-95BB-C3EF8B016FF7", + "name": "", + "asset_uuid": "26011634-7F89-47DD-AA3B-A3693708E3F9", + "_person_pk": 12, + "center_x": 0.5023972690105438, + "center_y": 0.4377516508102417, + "center": (513, 383), + "mouth_x": 0.5147463933231222, + "mouth_y": 0.2578869997454092, + "mouth": (526, 506), + "left_eye_x": 0.38380930066924357, + "left_eye_y": 0.5466387005792122, + "left_eye": (392, 309), + "right_eye_x": 0.5959029685288542, + "right_eye_y": 0.5919662357251205, + "right_eye": (609, 278), + "size": 0.43259525299072266, + "face_rect": [ + (291.72752809524536, 161.72752809524536), + (734.2724719047546, 604.2724719047546), + ], + "mpri_reg_rect": { + "x": 0.2860996425151825, + "y": 0.2378019094467163, + "h": 0.43259525299072266, + "w": 0.648892879486084, + }, + "mwg_rs_area": { + "x": 0.5023972690105438, + "y": 0.5622483491897583, + "h": 0.648892879486084, + "w": 0.43259525299072266, + }, + "roll": 0.0, + "pitch": 0.0, + "yaw": 0.0, + "quality": 0.491061806678772, + "source_width": 1023, + "source_height": 682, + "has_smile": 0, + "left_eye_closed": 0, + "right_eye_closed": 0, + "manual": 0, + "face_type": None, + "age_type": 5, + "bald_type": 3, + "eye_makeup_type": 0, + "eye_state": 2, + "facial_hair_type": 2, + "gender_type": 1, + "glasses_type": 3, + "hair_color_type": 1, + "intrash": 0, + "lip_makeup_type": 0, + "smile_type": 1, + } + } + }, { "D615DA33-90CD-4F69-A216-496F3D983539": { "901900AD-DBA2-433F-B7B1-CA151C7128BC": { @@ -1621,48 +1869,48 @@ UUID_LIST_5 = [ } }, { - "74C3C5B5-F9EB-4527-A03F-8064B1496542": { - "B552E117-9419-441A-B772-36F3C798C1FF": { - "_pk": 16, - "uuid": "B552E117-9419-441A-B772-36F3C798C1FF", - "name": "", - "asset_uuid": "74C3C5B5-F9EB-4527-A03F-8064B1496542", - "_person_pk": 4, - "center_x": 0.5952992588281631, - "center_y": 0.49017810821533203, - "center": (1219, 687), - "mouth_x": 0.5881596664819962, - "mouth_y": 0.3549293373939501, - "mouth": (1204, 869), - "left_eye_x": 0.5232154194375097, - "left_eye_y": 0.6100698135934515, - "left_eye": (1071, 525), - "right_eye_x": 0.6608530058804294, - "right_eye_y": 0.6057527381688228, - "right_eye": (1353, 531), - "size": 0.36225399374961853, + "41581532-858D-4767-ADA8-9D26C52FCB96": { + "2DBD01FF-EC8F-4757-8F9E-D5F6AB6EC963": { + "_pk": 5, + "uuid": "2DBD01FF-EC8F-4757-8F9E-D5F6AB6EC963", + "name": "Exif", + "asset_uuid": "41581532-858D-4767-ADA8-9D26C52FCB96", + "_person_pk": 16, + "center_x": 0.506168320775032, + "center_y": 0.4063185453414917, + "center": (555, 1036), + "mouth_x": 0.49372094131355543, + "mouth_y": 0.28159753170711355, + "mouth": (384, 1011), + "left_eye_x": 0.43724246548613566, + "left_eye_y": 0.5224152194593512, + "left_eye": (714, 895), + "right_eye_x": 0.544619582741027, + "right_eye_y": 0.557959678001068, + "right_eye": (762, 1115), + "size": 0.3950786292552948, "face_rect": [ - (848.0519104003906, 316.0519104003906), - (1589.9480895996094, 1057.9480895996094), + (150.43948364257812, 631.4394836425781), + (959.5605163574219, 1440.5605163574219), ], "mpri_reg_rect": { - "x": 0.4141722619533539, - "y": 0.2346378490549874, - "h": 0.36225399374961853, - "w": 0.5503680854593611, + "x": 0.1103708376915854, + "y": 0.30862900614738464, + "h": 0.5918954152998126, + "w": 0.3950786292552948, }, "mwg_rs_area": { - "x": 0.5952992588281631, - "y": 0.509821891784668, - "h": 0.5503680854593611, - "w": 0.36225399374961853, + "x": 0.4063185453414917, + "y": 0.506168320775032, + "h": 0.3950786292552948, + "w": 0.5918954152998126, }, "roll": 0.0, "pitch": 0.0, "yaw": 0.0, - "quality": 0.6104320287704468, + "quality": 0.6100583076477051, "source_width": 2048, - "source_height": 1348, + "source_height": 1367, "has_smile": 0, "left_eye_closed": 0, "right_eye_closed": 0, @@ -1682,130 +1930,6 @@ UUID_LIST_5 = [ } } }, - { - "82B6F7FA-C552-4A91-9150-372EF3437FDC": { - "5384E868-2CC2-4D2F-B171-46193567073E": { - "_pk": 9, - "uuid": "5384E868-2CC2-4D2F-B171-46193567073E", - "name": "Bald Guy with Beard and Glasses", - "asset_uuid": "82B6F7FA-C552-4A91-9150-372EF3437FDC", - "_person_pk": 17, - "center_x": 0.32925228029489517, - "center_y": 0.5016408860683441, - "center": (674, 680), - "mouth_x": 0.35357513787707784, - "mouth_y": 0.4528046849535592, - "mouth": (750, 712), - "left_eye_x": 0.2717253644791406, - "left_eye_y": 0.5492886026650554, - "left_eye": (539, 682), - "right_eye_x": 0.3415018531310906, - "right_eye_y": 0.578722708157068, - "right_eye": (643, 576), - "size": 0.2136638136289548, - "face_rect": [ - (455.2082548439503, 461.2082548439503), - (892.7917451560497, 898.7917451560497), - ], - "mpri_reg_rect": { - "x": 0.22242037348041777, - "y": 0.33807212114334106, - "h": 0.2136638136289548, - "w": 0.32057398557662964, - }, - "mwg_rs_area": { - "x": 0.32925228029489517, - "y": 0.4983591139316559, - "h": 0.32057398557662964, - "w": 0.2136638136289548, - }, - "roll": 0.5235987901687622, - "pitch": 0.0, - "yaw": 0.0, - "quality": 0.5326955318450928, - "source_width": 2048, - "source_height": 1365, - "has_smile": 0, - "left_eye_closed": 0, - "right_eye_closed": 0, - "manual": 0, - "face_type": None, - "age_type": 5, - "bald_type": 2, - "eye_makeup_type": 0, - "eye_state": 2, - "facial_hair_type": 2, - "gender_type": 1, - "glasses_type": 1, - "hair_color_type": 3, - "intrash": 0, - "lip_makeup_type": 0, - "smile_type": 1, - } - } - }, - { - "9E7D89FF-05C0-415E-BA48-1B3AE8A8A910": { - "DCE806B8-39A9-454A-8FA3-BAD40D9B0A66": { - "_pk": 6, - "uuid": "DCE806B8-39A9-454A-8FA3-BAD40D9B0A66", - "name": "Girl Winking", - "asset_uuid": "9E7D89FF-05C0-415E-BA48-1B3AE8A8A910", - "_person_pk": 21, - "center_x": 0.7959673330187798, - "center_y": 0.5137898772954941, - "center": (1630, 663), - "mouth_x": 0.8051418400925123, - "mouth_y": 0.45098027932299384, - "mouth": (1648, 749), - "left_eye_x": 0.755372609972766, - "left_eye_y": 0.6016391057377022, - "left_eye": (1547, 543), - "right_eye_x": 0.8485378818859849, - "right_eye_y": 0.5883882606575139, - "right_eye": (1737, 561), - "size": 0.22552989423274994, - "face_rect": [ - (1399.057388305664, 432.05738830566406), - (1860.942611694336, 893.9426116943359), - ], - "mpri_reg_rect": { - "x": 0.6832023859024048, - "y": 0.3170213961885089, - "h": 0.22552989423274994, - "w": 0.33837745303199407, - }, - "mwg_rs_area": { - "x": 0.7959673330187798, - "y": 0.4862101227045059, - "h": 0.33837745303199407, - "w": 0.22552989423274994, - }, - "roll": 0.0, - "pitch": 0.0, - "yaw": 0.0, - "quality": 0.40995678305625916, - "source_width": 2048, - "source_height": 1365, - "has_smile": 0, - "left_eye_closed": 0, - "right_eye_closed": 0, - "manual": 0, - "face_type": None, - "age_type": 2, - "bald_type": 3, - "eye_makeup_type": 0, - "eye_state": 2, - "facial_hair_type": 1, - "gender_type": 1, - "glasses_type": 3, - "hair_color_type": 3, - "intrash": 0, - "lip_makeup_type": 0, - "smile_type": 2, - } - } - }, { "C36C837E-338D-40D5-B151-0AE3171DEF52": { "913589EA-415D-4EEC-B11D-701E94F380F2": { @@ -1869,191 +1993,67 @@ UUID_LIST_5 = [ } }, { - "554B190D-B064-479F-89CB-EB2485C3675F": { - "47BA92F0-2083-4AAE-AB79-B741FF8FDEAA": { - "_pk": 17, - "uuid": "47BA92F0-2083-4AAE-AB79-B741FF8FDEAA", - "name": "Exif", - "asset_uuid": "554B190D-B064-479F-89CB-EB2485C3675F", - "_person_pk": 16, - "center_x": 0.5058241337537766, - "center_y": 0.40621668100357056, - "center": (1035, 811), - "mouth_x": 0.4940449122017374, - "mouth_y": 0.2800719558140182, - "mouth": (1011, 984), - "left_eye_x": 0.4374790271180322, - "left_eye_y": 0.5214642632262265, - "left_eye": (895, 654), - "right_eye_x": 0.5435461602085978, - "right_eye_y": 0.5581745216649008, - "right_eye": (1113, 603), - "size": 0.3930774775217287, + "82B6F7FA-C552-4A91-9150-372EF3437FDC": { + "5384E868-2CC2-4D2F-B171-46193567073E": { + "_pk": 9, + "uuid": "5384E868-2CC2-4D2F-B171-46193567073E", + "name": "Bald Guy with Beard and Glasses", + "asset_uuid": "82B6F7FA-C552-4A91-9150-372EF3437FDC", + "_person_pk": 17, + "center_x": 0.32925228029489517, + "center_y": 0.5016408860683441, + "center": (674, 680), + "mouth_x": 0.35357513787707784, + "mouth_y": 0.4528046849535592, + "mouth": (750, 712), + "left_eye_x": 0.2717253644791406, + "left_eye_y": 0.5492886026650554, + "left_eye": (539, 682), + "right_eye_x": 0.3415018531310906, + "right_eye_y": 0.578722708157068, + "right_eye": (643, 576), + "size": 0.2136638136289548, "face_rect": [ - (632.4886630177498, 408.4886630177498), - (1437.5113369822502, 1213.5113369822502), + (455.2082548439503, 461.2082548439503), + (892.7917451560497, 898.7917451560497), ], "mpri_reg_rect": { - "x": 0.3092853949929122, - "y": 0.29933464527130127, - "h": 0.3930774775217287, - "w": 0.5888973474502563, + "x": 0.22242037348041777, + "y": 0.33807212114334106, + "h": 0.2136638136289548, + "w": 0.32057398557662964, }, "mwg_rs_area": { - "x": 0.5058241337537766, - "y": 0.5937833189964294, - "h": 0.5888973474502563, - "w": 0.3930774775217287, + "x": 0.32925228029489517, + "y": 0.4983591139316559, + "h": 0.32057398557662964, + "w": 0.2136638136289548, }, - "roll": 0.0, + "roll": 0.5235987901687622, "pitch": 0.0, "yaw": 0.0, - "quality": 0.6076138019561768, + "quality": 0.5326955318450928, "source_width": 2048, - "source_height": 1367, - "has_smile": 0, - "left_eye_closed": 0, - "right_eye_closed": 0, - "manual": 0, - "face_type": None, - "age_type": 3, - "bald_type": 3, - "eye_makeup_type": 0, - "eye_state": 2, - "facial_hair_type": 1, - "gender_type": 2, - "glasses_type": 3, - "hair_color_type": 1, - "intrash": 0, - "lip_makeup_type": 0, - "smile_type": 2, - } - } - }, - { - "26011634-7F89-47DD-AA3B-A3693708E3F9": { - "A556C3BC-B7C5-42A4-95BB-C3EF8B016FF7": { - "_pk": 2, - "uuid": "A556C3BC-B7C5-42A4-95BB-C3EF8B016FF7", - "name": "", - "asset_uuid": "26011634-7F89-47DD-AA3B-A3693708E3F9", - "_person_pk": 12, - "center_x": 0.5023972690105438, - "center_y": 0.4377516508102417, - "center": (513, 383), - "mouth_x": 0.5147463933231222, - "mouth_y": 0.2578869997454092, - "mouth": (526, 506), - "left_eye_x": 0.38380930066924357, - "left_eye_y": 0.5466387005792122, - "left_eye": (392, 309), - "right_eye_x": 0.5959029685288542, - "right_eye_y": 0.5919662357251205, - "right_eye": (609, 278), - "size": 0.43259525299072266, - "face_rect": [ - (291.72752809524536, 161.72752809524536), - (734.2724719047546, 604.2724719047546), - ], - "mpri_reg_rect": { - "x": 0.2860996425151825, - "y": 0.2378019094467163, - "h": 0.43259525299072266, - "w": 0.648892879486084, - }, - "mwg_rs_area": { - "x": 0.5023972690105438, - "y": 0.5622483491897583, - "h": 0.648892879486084, - "w": 0.43259525299072266, - }, - "roll": 0.0, - "pitch": 0.0, - "yaw": 0.0, - "quality": 0.491061806678772, - "source_width": 1023, - "source_height": 682, + "source_height": 1365, "has_smile": 0, "left_eye_closed": 0, "right_eye_closed": 0, "manual": 0, "face_type": None, "age_type": 5, - "bald_type": 3, + "bald_type": 2, "eye_makeup_type": 0, "eye_state": 2, "facial_hair_type": 2, "gender_type": 1, - "glasses_type": 3, - "hair_color_type": 1, + "glasses_type": 1, + "hair_color_type": 3, "intrash": 0, "lip_makeup_type": 0, "smile_type": 1, } } }, - { - "94D0440B-28BD-4724-89BD-A53662F57CC6": { - "03646A62-5D84-4425-BA83-0EE4EBA279C4": { - "_pk": 10, - "uuid": "03646A62-5D84-4425-BA83-0EE4EBA279C4", - "name": "Exif", - "asset_uuid": "94D0440B-28BD-4724-89BD-A53662F57CC6", - "_person_pk": 16, - "center_x": 0.5034043937921524, - "center_y": 0.40654684603214264, - "center": (1017, 555), - "mouth_x": 0.49383093682306267, - "mouth_y": 0.2808416709048345, - "mouth": (1036, 383), - "left_eye_x": 0.4368750899788476, - "left_eye_y": 0.5222734803531885, - "left_eye": (1153, 713), - "right_eye_x": 0.5449226343292468, - "right_eye_y": 0.5579434879607916, - "right_eye": (931, 762), - "size": 0.39579104888252914, - "face_rect": [ - (611.7099659442902, 149.70996594429016), - (1422.2900340557098, 960.2900340557098), - ], - "mpri_reg_rect": { - "x": 0.298700081766583, - "y": 0.11006547510623932, - "h": 0.39579104888252914, - "w": 0.5929627418518066, - }, - "mwg_rs_area": { - "x": 0.4965956062078476, - "y": 0.40654684603214264, - "h": 0.5929627418518066, - "w": 0.39579104888252914, - }, - "roll": 0.0, - "pitch": 0.0, - "yaw": 0.0, - "quality": 0.6154575347900391, - "source_width": 2048, - "source_height": 1367, - "has_smile": 0, - "left_eye_closed": 0, - "right_eye_closed": 0, - "manual": 0, - "face_type": None, - "age_type": 3, - "bald_type": 3, - "eye_makeup_type": 0, - "eye_state": 2, - "facial_hair_type": 1, - "gender_type": 2, - "glasses_type": 3, - "hair_color_type": 1, - "intrash": 0, - "lip_makeup_type": 0, - "smile_type": 2, - } - } - }, { "E2930419-BEFD-4590-BC44-03E48466459D": { "8729CB49-F829-401C-9D46-074D779A7F88": { @@ -2116,130 +2116,6 @@ UUID_LIST_5 = [ } } }, - { - "2C766B95-1D8C-40DA-AD8E-39798BF4576D": { - "4A3085CA-9370-4401-920D-EE827BFB0385": { - "_pk": 14, - "uuid": "4A3085CA-9370-4401-920D-EE827BFB0385", - "name": "", - "asset_uuid": "2C766B95-1D8C-40DA-AD8E-39798BF4576D", - "_person_pk": 5, - "center_x": 0.5148479491472244, - "center_y": 0.37627631425857544, - "center": (1054, 851), - "mouth_x": 0.5168212004211425, - "mouth_y": 0.26665759770107655, - "mouth": (1058, 1001), - "left_eye_x": 0.43235626139945704, - "left_eye_y": 0.5063340759639829, - "left_eye": (885, 673), - "right_eye_x": 0.5781170603291468, - "right_eye_y": 0.504449233726675, - "right_eye": (1183, 676), - "size": 0.37983468174934387, - "face_rect": [ - (665.0492858886719, 462.0492858886719), - (1442.9507141113281, 1239.9507141113281), - ], - "mpri_reg_rect": { - "x": 0.3249306082725525, - "y": 0.33877810763788746, - "h": 0.37983468174934387, - "w": 0.5698911562070742, - }, - "mwg_rs_area": { - "x": 0.5148479491472244, - "y": 0.6237236857414246, - "h": 0.5698911562070742, - "w": 0.37983468174934387, - }, - "roll": 0.0, - "pitch": 0.0, - "yaw": 0.0, - "quality": 0.6023849248886108, - "source_width": 2048, - "source_height": 1365, - "has_smile": 1, - "left_eye_closed": 0, - "right_eye_closed": 0, - "manual": 0, - "face_type": None, - "age_type": 3, - "bald_type": 3, - "eye_makeup_type": 0, - "eye_state": 2, - "facial_hair_type": 1, - "gender_type": 2, - "glasses_type": 3, - "hair_color_type": 3, - "intrash": 0, - "lip_makeup_type": 0, - "smile_type": 1, - } - } - }, - { - "52E95CFC-DD9A-4B60-9FC4-FC8EA716DF38": { - "B0EC274C-BADD-49B8-87C6-847EA68FD9B4": { - "_pk": 13, - "uuid": "B0EC274C-BADD-49B8-87C6-847EA68FD9B4", - "name": "", - "asset_uuid": "52E95CFC-DD9A-4B60-9FC4-FC8EA716DF38", - "_person_pk": 11, - "center_x": 0.49487878382205963, - "center_y": 0.4678105264902115, - "center": (1013, 681), - "mouth_x": 0.5038044308198595, - "mouth_y": 0.368350300135897, - "mouth": (1031, 808), - "left_eye_x": 0.401402636309869, - "left_eye_y": 0.5665164105993239, - "left_eye": (822, 554), - "right_eye_x": 0.5676369358480788, - "right_eye_y": 0.6174688525820913, - "right_eye": (1162, 489), - "size": 0.34953396767377853, - "face_rect": [ - (655.0772171020508, 323.0772171020508), - (1370.9227828979492, 1038.9227828979492), - ], - "mpri_reg_rect": { - "x": 0.32011179998517036, - "y": 0.2525622993707657, - "h": 0.34953396767377853, - "w": 0.5592543482780457, - }, - "mwg_rs_area": { - "x": 0.49487878382205963, - "y": 0.5321894735097885, - "h": 0.5592543482780457, - "w": 0.34953396767377853, - }, - "roll": 0.0, - "pitch": 0.0, - "yaw": 0.0, - "quality": 0.4167588949203491, - "source_width": 2048, - "source_height": 1280, - "has_smile": 0, - "left_eye_closed": 1, - "right_eye_closed": 1, - "manual": 0, - "face_type": None, - "age_type": 3, - "bald_type": 3, - "eye_makeup_type": 0, - "eye_state": 1, - "facial_hair_type": 1, - "gender_type": 2, - "glasses_type": 3, - "hair_color_type": 2, - "intrash": 0, - "lip_makeup_type": 0, - "smile_type": 2, - } - } - }, { "916732EA-E357-47E7-894C-DB0692F24327": { "8B80014E-7C4C-4171-84D3-025A0AF048A2": { @@ -2361,48 +2237,172 @@ UUID_LIST_5 = [ } }, { - "74A8D2AD-4A95-402C-AB41-8948B6268DDE": { - "3564F47E-BE04-4EF2-9409-7F0AFC3C6C90": { - "_pk": 12, - "uuid": "3564F47E-BE04-4EF2-9409-7F0AFC3C6C90", - "name": "", - "asset_uuid": "74A8D2AD-4A95-402C-AB41-8948B6268DDE", - "_person_pk": 9, - "center_x": 0.4150405116379261, - "center_y": 0.3804657310247421, - "center": (498, 991), - "mouth_x": 0.35514891692551487, - "mouth_y": 0.28526406607189375, - "mouth": (426, 1143), - "left_eye_x": 0.24532392920940715, - "left_eye_y": 0.5437179133602399, - "left_eye": (294, 730), - "right_eye_x": 0.5664884610123178, - "right_eye_y": 0.5198140024518239, - "right_eye": (679, 768), - "size": 0.5623092949390411, + "9E7D89FF-05C0-415E-BA48-1B3AE8A8A910": { + "DCE806B8-39A9-454A-8FA3-BAD40D9B0A66": { + "_pk": 6, + "uuid": "DCE806B8-39A9-454A-8FA3-BAD40D9B0A66", + "name": "Girl Winking", + "asset_uuid": "9E7D89FF-05C0-415E-BA48-1B3AE8A8A910", + "_person_pk": 21, + "center_x": 0.7959673330187798, + "center_y": 0.5137898772954941, + "center": (1630, 663), + "mouth_x": 0.8051418400925123, + "mouth_y": 0.45098027932299384, + "mouth": (1648, 749), + "left_eye_x": 0.755372609972766, + "left_eye_y": 0.6016391057377022, + "left_eye": (1547, 543), + "right_eye_x": 0.8485378818859849, + "right_eye_y": 0.5883882606575139, + "right_eye": (1737, 561), + "size": 0.22552989423274994, "face_rect": [ - (48.15256404876709, 541.1525640487671), - (947.8474359512329, 1440.847435951233), + (1399.057388305664, 432.05738830566406), + (1860.942611694336, 893.9426116943359), ], "mpri_reg_rect": { - "x": 0.04016764834523201, - "y": 0.3383796215057373, - "h": 0.7497457265853882, - "w": 0.5623092949390411, + "x": 0.6832023859024048, + "y": 0.3170213961885089, + "h": 0.22552989423274994, + "w": 0.33837745303199407, }, "mwg_rs_area": { - "x": 0.4150405116379261, - "y": 0.6195342689752579, - "h": 0.5623092949390411, - "w": 0.7497457265853882, + "x": 0.7959673330187798, + "y": 0.4862101227045059, + "h": 0.33837745303199407, + "w": 0.22552989423274994, }, "roll": 0.0, "pitch": 0.0, "yaw": 0.0, - "quality": 0.5376036167144775, - "source_width": 1200, - "source_height": 1600, + "quality": 0.40995678305625916, + "source_width": 2048, + "source_height": 1365, + "has_smile": 0, + "left_eye_closed": 0, + "right_eye_closed": 0, + "manual": 0, + "face_type": None, + "age_type": 2, + "bald_type": 3, + "eye_makeup_type": 0, + "eye_state": 2, + "facial_hair_type": 1, + "gender_type": 1, + "glasses_type": 3, + "hair_color_type": 3, + "intrash": 0, + "lip_makeup_type": 0, + "smile_type": 2, + } + } + }, + { + "A2E762C9-F2A2-4806-9684-D1A78910B71E": { + "3B2DBD1A-1A6C-4278-8BA7-CCC786523159": { + "_pk": 18, + "uuid": "3B2DBD1A-1A6C-4278-8BA7-CCC786523159", + "name": "Statue", + "asset_uuid": "A2E762C9-F2A2-4806-9684-D1A78910B71E", + "_person_pk": 15, + "center_x": 0.4856320488721805, + "center_y": 0.8716400375939848, + "center": (1337, 353), + "mouth_x": 0.0, + "mouth_y": 0.0, + "mouth": (0, 2754), + "left_eye_x": 0.0, + "left_eye_y": 0.0, + "left_eye": (0, 2754), + "right_eye_x": 0.0, + "right_eye_y": 0.0, + "right_eye": (0, 2754), + "size": 0.08544087409973145, + "face_rect": [ + (1219.3479163646698, 235.3479163646698), + (1454.6520836353302, 470.6520836353302), + ], + "mpri_reg_rect": { + "x": 0.44291161182231475, + "y": 0.08563952535614949, + "h": 0.08544087409973145, + "w": 0.08544087409973145, + }, + "mwg_rs_area": { + "x": 0.4856320488721805, + "y": 0.12835996240601522, + "h": 0.08544087409973145, + "w": 0.08544087409973145, + }, + "roll": 0.0, + "pitch": 0.0, + "yaw": 0.0, + "quality": -1.0, + "source_width": 2754, + "source_height": 2754, + "has_smile": 0, + "left_eye_closed": 0, + "right_eye_closed": 0, + "manual": 1, + "face_type": None, + "age_type": 0, + "bald_type": 0, + "eye_makeup_type": 0, + "eye_state": 0, + "facial_hair_type": 0, + "gender_type": 0, + "glasses_type": 0, + "hair_color_type": 0, + "intrash": 0, + "lip_makeup_type": 0, + "smile_type": 0, + } + } + }, + { + "5E461935-2FE5-4762-80D3-FCF70739FFA0": { + "878F66D3-0E53-47C7-BE17-BAC1212EEF47": { + "_pk": 7, + "uuid": "878F66D3-0E53-47C7-BE17-BAC1212EEF47", + "name": "Exif", + "asset_uuid": "5E461935-2FE5-4762-80D3-FCF70739FFA0", + "_person_pk": 16, + "center_x": 0.5060971826314926, + "center_y": 0.4065530300140381, + "center": (811, 1011), + "mouth_x": 0.4947084969874238, + "mouth_y": 0.28146992416738925, + "mouth": (982, 1034), + "left_eye_x": 0.4379364977447421, + "left_eye_y": 0.5229665160904489, + "left_eye": (652, 1151), + "right_eye_x": 0.5447459726413946, + "right_eye_y": 0.5572845329942382, + "right_eye": (605, 932), + "size": 0.3970904248999432, + "face_rect": [ + (404.3794049024582, 604.3794049024582), + (1217.6205950975418, 1417.6205950975418), + ], + "mpri_reg_rect": { + "x": 0.29599225521087646, + "y": 0.2953576049185358, + "h": 0.5949094295501709, + "w": 0.3970904248999432, + }, + "mwg_rs_area": { + "x": 0.5934469699859619, + "y": 0.4939028173685074, + "h": 0.3970904248999432, + "w": 0.5949094295501709, + }, + "roll": 0.0, + "pitch": 0.0, + "yaw": 0.0, + "quality": 0.6108523607254028, + "source_width": 2048, + "source_height": 1367, "has_smile": 0, "left_eye_closed": 0, "right_eye_closed": 0, @@ -2413,9 +2413,9 @@ UUID_LIST_5 = [ "eye_makeup_type": 0, "eye_state": 2, "facial_hair_type": 1, - "gender_type": 1, + "gender_type": 2, "glasses_type": 3, - "hair_color_type": 5, + "hair_color_type": 1, "intrash": 0, "lip_makeup_type": 0, "smile_type": 2, @@ -2423,48 +2423,48 @@ UUID_LIST_5 = [ } }, { - "41581532-858D-4767-ADA8-9D26C52FCB96": { - "2DBD01FF-EC8F-4757-8F9E-D5F6AB6EC963": { - "_pk": 5, - "uuid": "2DBD01FF-EC8F-4757-8F9E-D5F6AB6EC963", - "name": "Exif", - "asset_uuid": "41581532-858D-4767-ADA8-9D26C52FCB96", - "_person_pk": 16, - "center_x": 0.506168320775032, - "center_y": 0.4063185453414917, - "center": (555, 1036), - "mouth_x": 0.49372094131355543, - "mouth_y": 0.28159753170711355, - "mouth": (384, 1011), - "left_eye_x": 0.43724246548613566, - "left_eye_y": 0.5224152194593512, - "left_eye": (714, 895), - "right_eye_x": 0.544619582741027, - "right_eye_y": 0.557959678001068, - "right_eye": (762, 1115), - "size": 0.3950786292552948, + "74C3C5B5-F9EB-4527-A03F-8064B1496542": { + "B552E117-9419-441A-B772-36F3C798C1FF": { + "_pk": 16, + "uuid": "B552E117-9419-441A-B772-36F3C798C1FF", + "name": "", + "asset_uuid": "74C3C5B5-F9EB-4527-A03F-8064B1496542", + "_person_pk": 4, + "center_x": 0.5952992588281631, + "center_y": 0.49017810821533203, + "center": (1219, 687), + "mouth_x": 0.5881596664819962, + "mouth_y": 0.3549293373939501, + "mouth": (1204, 869), + "left_eye_x": 0.5232154194375097, + "left_eye_y": 0.6100698135934515, + "left_eye": (1071, 525), + "right_eye_x": 0.6608530058804294, + "right_eye_y": 0.6057527381688228, + "right_eye": (1353, 531), + "size": 0.36225399374961853, "face_rect": [ - (150.43948364257812, 631.4394836425781), - (959.5605163574219, 1440.5605163574219), + (848.0519104003906, 316.0519104003906), + (1589.9480895996094, 1057.9480895996094), ], "mpri_reg_rect": { - "x": 0.1103708376915854, - "y": 0.30862900614738464, - "h": 0.5918954152998126, - "w": 0.3950786292552948, + "x": 0.4141722619533539, + "y": 0.2346378490549874, + "h": 0.36225399374961853, + "w": 0.5503680854593611, }, "mwg_rs_area": { - "x": 0.4063185453414917, - "y": 0.506168320775032, - "h": 0.3950786292552948, - "w": 0.5918954152998126, + "x": 0.5952992588281631, + "y": 0.509821891784668, + "h": 0.5503680854593611, + "w": 0.36225399374961853, }, "roll": 0.0, "pitch": 0.0, "yaw": 0.0, - "quality": 0.6100583076477051, + "quality": 0.6104320287704468, "source_width": 2048, - "source_height": 1367, + "source_height": 1348, "has_smile": 0, "left_eye_closed": 0, "right_eye_closed": 0,