├── .gitattributes ├── Data ├── preview │ └── face.gif ├── Nobel_Laureates │ ├── raw │ │ ├── Hess.jpg │ │ ├── Urey.jpg │ │ ├── Agnon.jpg │ │ ├── Bardeen.jpg │ │ ├── Basov.jpg │ │ ├── Bergius.jpg │ │ ├── CNYang.jpg │ │ ├── Cremer.jpg │ │ ├── Dirac 4.jpg │ │ ├── Eyvind.JPG │ │ ├── Jensen.jpg │ │ ├── Kastler.jpg │ │ ├── Landau.jpg │ │ ├── Moniz.jpg │ │ ├── Pauli.jpg │ │ ├── Rohrer.jpg │ │ ├── Sakmann.jpg │ │ ├── Segre.jpg │ │ ├── Shiju.jpg │ │ ├── TD Lee.jpg │ │ ├── Wigner.jpg │ │ ├── Windaus.jpg │ │ ├── Yukawa.jpg │ │ ├── Zernike.jpg │ │ ├── photograph │ │ ├── AW TW PS.jpg │ │ ├── Aage Bohr.jpg │ │ ├── Appleton.jpg │ │ ├── Axelrod01.jpg │ │ ├── Brattain.jpg │ │ ├── Bridgman.jpg │ │ ├── Cerenkov.jpg │ │ ├── Cockcroft.jpg │ │ ├── HEVarmus.jpg │ │ ├── HGDehmelt.jpg │ │ ├── Igor Tamm.jpg │ │ ├── J Fibiger.jpg │ │ ├── JRJimenez.JPG │ │ ├── Jkosterl.jpg │ │ ├── Ketterle.jpg │ │ ├── L Pauling.jpg │ │ ├── Max Born.jpg │ │ ├── McFadden.jpg │ │ ├── Mossbauer.jpg │ │ ├── OPCW logo.gif │ │ ├── RO033-16.jpg │ │ ├── Rmundell.jpg │ │ ├── Roentgen2.jpg │ │ ├── ST Photo.jpg │ │ ├── Schwinger.jpg │ │ ├── Skou2008.jpg │ │ ├── Tomonaga.jpg │ │ ├── Val Fitch.jpg │ │ ├── Virtanen.jpg │ │ ├── Wl-bragg.jpg │ │ ├── Andric Ivo.jpg │ │ ├── André Gide.jpg │ │ ├── Arrhenius2.jpg │ │ ├── ArthurHarden.jpg │ │ ├── Bertil Ohlin.jpg │ │ ├── Broglie Big.jpg │ │ ├── CTR Wilson.jpg │ │ ├── Carl Bosch.jpg │ │ ├── Carl Wieman.jpg │ │ ├── Cecil Powell.jpg │ │ ├── ChandraNobel.png │ │ ├── Dennis Gabor.jpg │ │ ├── Drfurchgott.jpg │ │ ├── Eccles lab.jpg │ │ ├── EdwardBLewis.jpg │ │ ├── Eric Betzig.jpg │ │ ├── Ferid Murad.jpg │ │ ├── FrankKellogg.jpg │ │ ├── Fritz Haber.png │ │ ├── Fritz Pregl.jpg │ │ ├── Georg Wittig.jpg │ │ ├── Gustav Hertz.jpg │ │ ├── GyorgyiNIH.jpg │ │ ├── Hans Bethe.jpg │ │ ├── Harry Kroto.jpg │ │ ├── Ilya Frank.jpg │ │ ├── Ivar Giaever.jpg │ │ ├── J.J Thomson.jpg │ │ ├── J.M. Coetzee.JPG │ │ ├── Jack Kilby.jpg │ │ ├── Jack-szostak.jpg │ │ ├── James Black.jpeg │ │ ├── James Tobin.png │ │ ├── James-cronin.jpg │ │ ├── Jean Tirole.jpg │ │ ├── John Sulston.jpg │ │ ├── Joliot-fred.jpg │ │ ├── Kary Mullis.jpg │ │ ├── Lagerkvist.jpg │ │ ├── LeDucTho1973.jpg │ │ ├── Max Delbruck.jpg │ │ ├── Max Perutz.jpg │ │ ├── Michaelsmith.jpg │ │ ├── Milstein lnp.jpg │ │ ├── Necip Mahfuz.jpg │ │ ├── Odd Hassel.jpg │ │ ├── Otto Warburg.jpg │ │ ├── Paul Crutzen.jpg │ │ ├── Paul Karrer.jpg │ │ ├── Peter Agre.jpg │ │ ├── Prusiner 1.JPG │ │ ├── Rioji Noyori.jpg │ │ ├── Robert-huber.jpg │ │ ├── Robin Warren.jpg │ │ ├── Ronald Ross.jpg │ │ ├── SaulBellow.jpg │ │ ├── Sir CV Raman.JPG │ │ ├── Tawakel Karman │ │ ├── Transtroemer.jpg │ │ ├── WE Moerner.jpg │ │ ├── Walter Hess.jpg │ │ ├── Walter Kohn.jpg │ │ ├── YoungAlfven.jpg │ │ └── Óscar Arias.jpg │ ├── preprocessed │ │ ├── 1.png │ │ ├── 10.png │ │ ├── 101.png │ │ ├── 102.png │ │ ├── 103.png │ │ ├── 104.png │ │ ├── 108.png │ │ ├── 11.png │ │ ├── 113.png │ │ ├── 115.png │ │ ├── 116.png │ │ ├── 118.png │ │ ├── 119.png │ │ ├── 12.png │ │ ├── 120.png │ │ ├── 123.png │ │ ├── 125.png │ │ ├── 128.png │ │ ├── 13.png │ │ ├── 131.png │ │ ├── 137.png │ │ ├── 138.png │ │ ├── 139.png │ │ ├── 141.png │ │ ├── 142.png │ │ ├── 143.png │ │ ├── 144.png │ │ ├── 148.png │ │ ├── 149.png │ │ ├── 150.png │ │ ├── 151.png │ │ ├── 152.png │ │ ├── 154.png │ │ ├── 157.png │ │ ├── 158.png │ │ ├── 16.png │ │ ├── 161.png │ │ ├── 162.png │ │ ├── 163.png │ │ ├── 165.png │ │ ├── 168.png │ │ ├── 169.png │ │ ├── 174.png │ │ ├── 177.png │ │ ├── 178.png │ │ ├── 179.png │ │ ├── 180.png │ │ ├── 181.png │ │ ├── 182.png │ │ ├── 183.png │ │ ├── 184.png │ │ ├── 186.png │ │ ├── 189.png │ │ ├── 19.png │ │ ├── 191.png │ │ ├── 192.png │ │ ├── 193.png │ │ ├── 194.png │ │ ├── 197.png │ │ ├── 198.png │ │ ├── 200.png │ │ ├── 202.png │ │ ├── 203.png │ │ ├── 206.png │ │ ├── 207.png │ │ ├── 209.png │ │ ├── 21.png │ │ ├── 210.png │ │ ├── 212.png │ │ ├── 213.png │ │ ├── 215.png │ │ ├── 217.png │ │ ├── 218.png │ │ ├── 220.png │ │ ├── 226.png │ │ ├── 228.png │ │ ├── 230.png │ │ ├── 232.png │ │ ├── 233.png │ │ ├── 235.png │ │ ├── 237.png │ │ ├── 238.png │ │ ├── 24.png │ │ ├── 240.png │ │ ├── 241.png │ │ ├── 242.png │ │ ├── 243.png │ │ ├── 245.png │ │ ├── 248.png │ │ ├── 251.png │ │ ├── 252.png │ │ ├── 254.png │ │ ├── 255.png │ │ ├── 256.png │ │ ├── 260.png │ │ ├── 261.png │ │ ├── 268.png │ │ ├── 269.png │ │ ├── 270.png │ │ ├── 271.png │ │ ├── 277.png │ │ ├── 278.png │ │ ├── 282.png │ │ ├── 287.png │ │ ├── 290.png │ │ ├── 291.png │ │ ├── 292.png │ │ ├── 293.png │ │ ├── 295.png │ │ ├── 296.png │ │ ├── 298.png │ │ ├── 299.png │ │ ├── 301.png │ │ ├── 304.png │ │ ├── 308.png │ │ ├── 309.png │ │ ├── 310.png │ │ ├── 314.png │ │ ├── 316.png │ │ ├── 317.png │ │ ├── 319.png │ │ ├── 320.png │ │ ├── 321.png │ │ ├── 323.png │ │ ├── 324.png │ │ ├── 325.png │ │ ├── 326.png │ │ ├── 327.png │ │ ├── 329.png │ │ ├── 33.png │ │ ├── 331.png │ │ ├── 333.png │ │ ├── 334.png │ │ ├── 337.png │ │ ├── 341.png │ │ ├── 343.png │ │ ├── 344.png │ │ ├── 350.png │ │ ├── 351.png │ │ ├── 355.png │ │ ├── 359.png │ │ ├── 361.png │ │ ├── 362.png │ │ ├── 363.png │ │ ├── 364.png │ │ ├── 365.png │ │ ├── 366.png │ │ ├── 369.png │ │ ├── 370.png │ │ ├── 371.png │ │ ├── 373.png │ │ ├── 375.png │ │ ├── 376.png │ │ ├── 377.png │ │ ├── 378.png │ │ ├── 381.png │ │ ├── 382.png │ │ ├── 383.png │ │ ├── 385.png │ │ ├── 386.png │ │ ├── 387.png │ │ ├── 388.png │ │ ├── 390.png │ │ ├── 393.png │ │ ├── 395.png │ │ ├── 396.png │ │ ├── 397.png │ │ ├── 398.png │ │ ├── 400.png │ │ ├── 401.png │ │ ├── 403.png │ │ ├── 404.png │ │ ├── 406.png │ │ ├── 407.png │ │ ├── 408.png │ │ ├── 409.png │ │ ├── 410.png │ │ ├── 411.png │ │ ├── 412.png │ │ ├── 413.png │ │ ├── 414.png │ │ ├── 416.png │ │ ├── 417.png │ │ ├── 419.png │ │ ├── 42.png │ │ ├── 420.png │ │ ├── 421.png │ │ ├── 423.png │ │ ├── 424.png │ │ ├── 425.png │ │ ├── 427.png │ │ ├── 429.png │ │ ├── 434.png │ │ ├── 435.png │ │ ├── 436.png │ │ ├── 438.png │ │ ├── 44.png │ │ ├── 443.png │ │ ├── 445.png │ │ ├── 446.png │ │ ├── 447.png │ │ ├── 448.png │ │ ├── 450.png │ │ ├── 452.png │ │ ├── 454.png │ │ ├── 455.png │ │ ├── 456.png │ │ ├── 457.png │ │ ├── 458.png │ │ ├── 461.png │ │ ├── 462.png │ │ ├── 463.png │ │ ├── 466.png │ │ ├── 470.png │ │ ├── 472.png │ │ ├── 473.png │ │ ├── 474.png │ │ ├── 475.png │ │ ├── 477.png │ │ ├── 479.png │ │ ├── 481.png │ │ ├── 484.png │ │ ├── 487.png │ │ ├── 488.png │ │ ├── 489.png │ │ ├── 49.png │ │ ├── 490.png │ │ ├── 493.png │ │ ├── 494.png │ │ ├── 495.png │ │ ├── 496.png │ │ ├── 497.png │ │ ├── 499.png │ │ ├── 50.png │ │ ├── 500.png │ │ ├── 502.png │ │ ├── 505.png │ │ ├── 507.png │ │ ├── 51.png │ │ ├── 510.png │ │ ├── 512.png │ │ ├── 513.png │ │ ├── 514.png │ │ ├── 515.png │ │ ├── 516.png │ │ ├── 517.png │ │ ├── 518.png │ │ ├── 519.png │ │ ├── 520.png │ │ ├── 522.png │ │ ├── 524.png │ │ ├── 525.png │ │ ├── 526.png │ │ ├── 527.png │ │ ├── 528.png │ │ ├── 53.png │ │ ├── 533.png │ │ ├── 536.png │ │ ├── 537.png │ │ ├── 540.png │ │ ├── 541.png │ │ ├── 542.png │ │ ├── 543.png │ │ ├── 547.png │ │ ├── 55.png │ │ ├── 551.png │ │ ├── 552.png │ │ ├── 553.png │ │ ├── 554.png │ │ ├── 556.png │ │ ├── 56.png │ │ ├── 560.png │ │ ├── 561.png │ │ ├── 562.png │ │ ├── 563.png │ │ ├── 565.png │ │ ├── 566.png │ │ ├── 567.png │ │ ├── 568.png │ │ ├── 57.png │ │ ├── 570.png │ │ ├── 571.png │ │ ├── 572.png │ │ ├── 576.png │ │ ├── 578.png │ │ ├── 582.png │ │ ├── 584.png │ │ ├── 585.png │ │ ├── 586.png │ │ ├── 593.png │ │ ├── 595.png │ │ ├── 597.png │ │ ├── 599.png │ │ ├── 6.png │ │ ├── 60.png │ │ ├── 600.png │ │ ├── 601.png │ │ ├── 602.png │ │ ├── 603.png │ │ ├── 605.png │ │ ├── 608.png │ │ ├── 61.png │ │ ├── 612.png │ │ ├── 613.png │ │ ├── 615.png │ │ ├── 616.png │ │ ├── 617.png │ │ ├── 62.png │ │ ├── 620.png │ │ ├── 621.png │ │ ├── 622.png │ │ ├── 624.png │ │ ├── 625.png │ │ ├── 627.png │ │ ├── 63.png │ │ ├── 633.png │ │ ├── 635.png │ │ ├── 636.png │ │ ├── 637.png │ │ ├── 640.png │ │ ├── 642.png │ │ ├── 644.png │ │ ├── 647.png │ │ ├── 648.png │ │ ├── 649.png │ │ ├── 650.png │ │ ├── 651.png │ │ ├── 652.png │ │ ├── 657.png │ │ ├── 66.png │ │ ├── 663.png │ │ ├── 664.png │ │ ├── 666.png │ │ ├── 667.png │ │ ├── 668.png │ │ ├── 67.png │ │ ├── 671.png │ │ ├── 676.png │ │ ├── 677.png │ │ ├── 679.png │ │ ├── 68.png │ │ ├── 680.png │ │ ├── 681.png │ │ ├── 682.png │ │ ├── 683.png │ │ ├── 684.png │ │ ├── 685.png │ │ ├── 686.png │ │ ├── 689.png │ │ ├── 69.png │ │ ├── 691.png │ │ ├── 692.png │ │ ├── 694.png │ │ ├── 696.png │ │ ├── 697.png │ │ ├── 699.png │ │ ├── 70.png │ │ ├── 700.png │ │ ├── 702.png │ │ ├── 703.png │ │ ├── 704.png │ │ ├── 705.png │ │ ├── 706.png │ │ ├── 709.png │ │ ├── 710.png │ │ ├── 713.png │ │ ├── 715.png │ │ ├── 718.png │ │ ├── 72.png │ │ ├── 724.png │ │ ├── 726.png │ │ ├── 729.png │ │ ├── 73.png │ │ ├── 730.png │ │ ├── 732.png │ │ ├── 733.png │ │ ├── 735.png │ │ ├── 739.png │ │ ├── 74.png │ │ ├── 742.png │ │ ├── 743.png │ │ ├── 745.png │ │ ├── 747.png │ │ ├── 749.png │ │ ├── 75.png │ │ ├── 750.png │ │ ├── 752.png │ │ ├── 753.png │ │ ├── 754.png │ │ ├── 755.png │ │ ├── 76.png │ │ ├── 760.png │ │ ├── 763.png │ │ ├── 764.png │ │ ├── 765.png │ │ ├── 768.png │ │ ├── 769.png │ │ ├── 770.png │ │ ├── 776.png │ │ ├── 777.png │ │ ├── 779.png │ │ ├── 782.png │ │ ├── 783.png │ │ ├── 784.png │ │ ├── 786.png │ │ ├── 787.png │ │ ├── 788.png │ │ ├── 79.png │ │ ├── 790.png │ │ ├── 80.png │ │ ├── 81.png │ │ ├── 82.png │ │ ├── 83.png │ │ ├── 85.png │ │ ├── 87.png │ │ ├── 92.png │ │ ├── 94.png │ │ └── 98.png │ └── eigenfaces │ │ ├── 0.0873%.png │ │ ├── 0.0880%.png │ │ ├── 0.0894%.png │ │ ├── 0.0904%.png │ │ ├── 0.0950%.png │ │ ├── 0.0958%.png │ │ ├── 0.0981%.png │ │ ├── 0.0989%.png │ │ ├── 0.1002%.png │ │ ├── 0.1023%.png │ │ ├── 0.1049%.png │ │ ├── 0.1057%.png │ │ ├── 0.1080%.png │ │ ├── 0.1091%.png │ │ ├── 0.1114%.png │ │ ├── 0.1152%.png │ │ ├── 0.1158%.png │ │ ├── 0.1170%.png │ │ ├── 0.1204%.png │ │ ├── 0.1210%.png │ │ ├── 0.1230%.png │ │ ├── 0.1269%.png │ │ └── 0.1287%.png └── Competitive coder │ ├── raw │ ├── ADJA.jpg │ ├── Ahmed.jpg │ ├── Alex7.jpg │ ├── Arc.jpg │ ├── Dener.jpg │ ├── Egor.jpg │ ├── Fdg.jpg │ ├── Gassa.jpg │ ├── Jacob.jpg │ ├── JeBeK.jpg │ ├── Jobe.jpg │ ├── JustN.jpg │ ├── KADR.jpg │ ├── Kuha.jpg │ ├── Kuzey.jpg │ ├── Lelby.jpg │ ├── Maxim.jpg │ ├── PattS.jpg │ ├── Petr.jpg │ ├── RAD.jpg │ ├── Sert.jpg │ ├── Taube.jpg │ ├── Vax.jpg │ ├── XJT.jpg │ ├── Yurik.jpg │ ├── Zool.jpg │ ├── al13n.jpg │ ├── aytel.jpg │ ├── cmd.jpg │ ├── fram.jpg │ ├── hdi.jpg │ ├── ibra.jpg │ ├── ikbal.jpg │ ├── kb..jpg │ ├── kefaa.jpg │ ├── lewin.jpg │ ├── majk.jpg │ ├── mowji.jpg │ ├── mukel.jpg │ ├── poopi.jpg │ ├── rzmn.jpg │ ├── sdya.jpg │ ├── snuke.jpg │ ├── tau0.jpg │ ├── tun.jpg │ ├── ulna.jpg │ ├── witua.jpg │ ├── zxqfl.jpg │ ├── -XraY-.jpg │ ├── Al.Cash.jpg │ ├── Amir.bh.jpg │ ├── AomeII.jpg │ ├── Arterm.jpg │ ├── Arthur.jpg │ ├── Borisp.jpg │ ├── DarLam.jpg │ ├── Deamon.jpg │ ├── DimonK.jpg │ ├── Edvard.jpg │ ├── GlebsHP.jpg │ ├── Goofy57.jpg │ ├── Haghani.jpg │ ├── Ihab296.jpg │ ├── IlyaLos.jpg │ ├── IvayloS.jpg │ ├── Livace.jpg │ ├── Mektpoy.jpg │ ├── Michael.jpg │ ├── Milanin.jpg │ ├── Moiezen.jpg │ ├── Naduxa.jpg │ ├── Noobgam.jpg │ ├── Pakalns.jpg │ ├── RAVEman.jpg │ ├── Rebryk.jpg │ ├── RostVel.jpg │ ├── Seyaua.jpg │ ├── Shtrix.jpg │ ├── Sinner.jpg │ ├── Slamur.jpg │ ├── Te4NIK.jpg │ ├── Tinsane.jpg │ ├── Trumen.jpg │ ├── VArtem.jpg │ ├── Velter.jpg │ ├── Vlad_kv.jpg │ ├── Yao-ge.jpg │ ├── Zailton.jpg │ ├── arsijo.jpg │ ├── ayakut.jpg │ ├── ballon.jpg │ ├── bluemmb.jpg │ ├── darnley.jpg │ ├── den2204.jpg │ ├── enot110.jpg │ ├── espr1t.jpg │ ├── fhlasek.jpg │ ├── fsouza.jpg │ ├── fushar.jpg │ ├── hamlet.jpg │ ├── harshil.jpg │ ├── hex539.jpg │ ├── isaf27.jpg │ ├── islands.jpg │ ├── jklepec.jpg │ ├── jupanul.jpg │ ├── k1nval.jpg │ ├── kolina.jpg │ ├── koosaga.jpg │ ├── luucasv.jpg │ ├── maksay.jpg │ ├── malcolm.jpg │ ├── meijun.jpg │ ├── mmaxio.jpg │ ├── mrtempo.jpg │ ├── mxh3777.jpg │ ├── natalia.jpg │ ├── netman.jpg │ ├── nigimi.jpg │ ├── pashka.jpg │ ├── passick.jpg │ ├── permin.jpg │ ├── sam721.jpg │ ├── sankear.jpg │ ├── savinov.jpg │ ├── sharph.jpg │ ├── sokian.jpg │ ├── sparik.jpg │ ├── tataky.jpg │ ├── temich.jpg │ ├── tmt514.jpg │ ├── tourist.jpg │ ├── uc-nuts.jpg │ ├── urusant.jpg │ ├── xiaodao.jpg │ ├── xosmig.jpg │ ├── yash_15.jpg │ ├── zetamoo.jpg │ ├── zscoder.jpg │ ├── 123a6bcw.jpg │ ├── AmrMahmoud.jpg │ ├── Andrei1998.jpg │ ├── Anton92nd.jpg │ ├── Belonogov.jpg │ ├── Bobrosoft.jpg │ ├── Copymaster.jpg │ ├── DPR-pavlin.jpg │ ├── Diego1149.jpg │ ├── ErdemKirez.jpg │ ├── Errichto.jpg │ ├── Fedoriaka.jpg │ ├── Fefer_Ivan.jpg │ ├── FerranAlet.jpg │ ├── HackerTina.jpg │ ├── IgorKoval.jpg │ ├── IsmagilS.jpg │ ├── Kostroma.jpg │ ├── MStrechen.jpg │ ├── MaxPlus314.jpg │ ├── Merkurev.jpg │ ├── Mourinho.jpg │ ├── MrDindows.jpg │ ├── Mustang98.jpg │ ├── Nicola95.jpg │ ├── Nikitosh.jpg │ ├── Noureldin.jpg │ ├── OmarHashim.jpg │ ├── Oryshych.jpg │ ├── PERNEKHAN.jpg │ ├── PKUItachi.jpg │ ├── PORONGON.jpg │ ├── RomaWhite.jpg │ ├── Rubanenko.jpg │ ├── ShadowGorn.jpg │ ├── SpyCheese.jpg │ ├── Swistakk.jpg │ ├── Temirulan.jpg │ ├── Valentin_E.jpg │ ├── WildUtah.jpg │ ├── Zlobober.jpg │ ├── aguss787.jpg │ ├── akashdeep.jpg │ ├── albert96.jpg │ ├── alex.velea.jpg │ ├── alexwice.jpg │ ├── athoscouto.jpg │ ├── burunduk3.jpg │ ├── cjtoribio.jpg │ ├── cuiaoxiang.jpg │ ├── damien_g.jpg │ ├── depevlad.jpg │ ├── dojiboy9.jpg │ ├── duyboy135.jpg │ ├── ermolmak.jpg │ ├── fahrbach.jpg │ ├── fcspartakm.jpg │ ├── gchebanov.jpg │ ├── gdisastery.jpg │ ├── hey_boris.jpg │ ├── hydrastuff.jpg │ ├── iakolzin.jpg │ ├── ifsmirnov.jpg │ ├── ikatanic.jpg │ ├── infrmtcs.jpg │ ├── ivan100sic.jpg │ ├── justHusam.jpg │ ├── khaledkee.jpg │ ├── kormyshov.jpg │ ├── kostya_by.jpg │ ├── kraskevich.jpg │ ├── ladpro98.jpg │ ├── mamun4122.jpg │ ├── manoprenko.jpg │ ├── marcoskwkm.jpg │ ├── markin2000.jpg │ ├── minh141198.jpg │ ├── mjkocijan.jpg │ ├── nmalviya52.jpg │ ├── olekluka.jpg │ ├── percywtc.jpg │ ├── pulgares.jpg │ ├── rachitjain.jpg │ ├── s.egorov.jpg │ ├── safarisoul.jpg │ ├── sahedsohel.jpg │ ├── shef_2318.jpg │ ├── simsa.st.jpg │ ├── slava.sh.jpg │ ├── stjepanp.jpg │ ├── subscriber.jpg │ ├── thuustalu.jpg │ ├── wittyskull.jpg │ ├── zeliboba.jpg │ ├── ---Grigor---.jpg │ ├── AlexDmitriev.jpg │ ├── Alexandr_TS.jpg │ ├── Babanin_Ivan.jpg │ ├── Golovanov399.jpg │ ├── Gullesnuffs.jpg │ ├── HellKitsune.jpg │ ├── Misha100896.jpg │ ├── Sumeet.Varma.jpg │ ├── TIanLiangLe.jpg │ ├── TheLightning.jpg │ ├── abhi1agarwal.jpg │ ├── elsantodel90.jpg │ ├── gridnevvvit.jpg │ ├── gskhirtladze.jpg │ ├── irkstepanov.jpg │ ├── mathbunnyru.jpg │ ├── nijikilling.jpg │ ├── raihatneloy.jpg │ ├── ramprakash_k.jpg │ ├── romanandreev.jpg │ ├── stevenkplus.jpg │ ├── victoragnez.jpg │ └── victorsenam.jpg │ └── preprocessed │ ├── Fdg.png │ ├── XJT.png │ └── hdi.png └── Application └── static └── favicon.ico /.gitattributes: -------------------------------------------------------------------------------- 1 | *.html linguist-language=Python -------------------------------------------------------------------------------- /Data/preview/face.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/preview/face.gif -------------------------------------------------------------------------------- /Application/static/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Application/static/favicon.ico -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/Hess.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/Hess.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/Urey.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/Urey.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/ADJA.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/ADJA.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/Ahmed.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/Ahmed.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/Alex7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/Alex7.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/Arc.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/Arc.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/Dener.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/Dener.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/Egor.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/Egor.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/Fdg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/Fdg.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/Gassa.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/Gassa.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/Jacob.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/Jacob.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/JeBeK.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/JeBeK.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/Jobe.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/Jobe.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/JustN.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/JustN.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/KADR.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/KADR.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/Kuha.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/Kuha.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/Kuzey.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/Kuzey.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/Lelby.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/Lelby.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/Maxim.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/Maxim.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/PattS.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/PattS.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/Petr.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/Petr.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/RAD.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/RAD.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/Sert.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/Sert.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/Taube.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/Taube.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/Vax.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/Vax.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/XJT.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/XJT.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/Yurik.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/Yurik.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/Zool.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/Zool.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/al13n.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/al13n.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/aytel.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/aytel.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/cmd.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/cmd.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/fram.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/fram.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/hdi.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/hdi.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/ibra.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/ibra.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/ikbal.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/ikbal.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/kb..jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/kb..jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/kefaa.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/kefaa.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/lewin.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/lewin.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/majk.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/majk.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/mowji.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/mowji.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/mukel.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/mukel.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/poopi.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/poopi.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/rzmn.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/rzmn.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/sdya.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/sdya.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/snuke.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/snuke.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/tau0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/tau0.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/tun.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/tun.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/ulna.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/ulna.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/witua.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/witua.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/zxqfl.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/zxqfl.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/Agnon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/Agnon.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/Bardeen.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/Bardeen.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/Basov.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/Basov.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/Bergius.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/Bergius.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/CNYang.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/CNYang.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/Cremer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/Cremer.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/Dirac 4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/Dirac 4.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/Eyvind.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/Eyvind.JPG -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/Jensen.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/Jensen.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/Kastler.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/Kastler.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/Landau.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/Landau.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/Moniz.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/Moniz.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/Pauli.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/Pauli.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/Rohrer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/Rohrer.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/Sakmann.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/Sakmann.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/Segre.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/Segre.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/Shiju.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/Shiju.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/TD Lee.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/TD Lee.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/Wigner.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/Wigner.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/Windaus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/Windaus.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/Yukawa.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/Yukawa.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/Zernike.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/Zernike.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/photograph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/photograph -------------------------------------------------------------------------------- /Data/Competitive coder/raw/-XraY-.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/-XraY-.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/Al.Cash.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/Al.Cash.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/Amir.bh.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/Amir.bh.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/AomeII.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/AomeII.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/Arterm.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/Arterm.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/Arthur.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/Arthur.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/Borisp.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/Borisp.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/DarLam.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/DarLam.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/Deamon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/Deamon.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/DimonK.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/DimonK.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/Edvard.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/Edvard.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/GlebsHP.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/GlebsHP.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/Goofy57.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/Goofy57.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/Haghani.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/Haghani.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/Ihab296.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/Ihab296.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/IlyaLos.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/IlyaLos.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/IvayloS.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/IvayloS.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/Livace.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/Livace.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/Mektpoy.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/Mektpoy.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/Michael.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/Michael.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/Milanin.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/Milanin.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/Moiezen.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/Moiezen.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/Naduxa.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/Naduxa.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/Noobgam.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/Noobgam.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/Pakalns.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/Pakalns.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/RAVEman.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/RAVEman.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/Rebryk.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/Rebryk.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/RostVel.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/RostVel.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/Seyaua.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/Seyaua.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/Shtrix.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/Shtrix.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/Sinner.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/Sinner.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/Slamur.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/Slamur.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/Te4NIK.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/Te4NIK.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/Tinsane.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/Tinsane.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/Trumen.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/Trumen.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/VArtem.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/VArtem.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/Velter.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/Velter.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/Vlad_kv.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/Vlad_kv.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/Yao-ge.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/Yao-ge.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/Zailton.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/Zailton.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/arsijo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/arsijo.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/ayakut.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/ayakut.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/ballon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/ballon.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/bluemmb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/bluemmb.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/darnley.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/darnley.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/den2204.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/den2204.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/enot110.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/enot110.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/espr1t.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/espr1t.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/fhlasek.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/fhlasek.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/fsouza.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/fsouza.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/fushar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/fushar.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/hamlet.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/hamlet.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/harshil.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/harshil.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/hex539.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/hex539.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/isaf27.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/isaf27.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/islands.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/islands.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/jklepec.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/jklepec.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/jupanul.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/jupanul.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/k1nval.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/k1nval.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/kolina.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/kolina.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/koosaga.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/koosaga.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/luucasv.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/luucasv.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/maksay.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/maksay.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/malcolm.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/malcolm.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/meijun.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/meijun.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/mmaxio.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/mmaxio.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/mrtempo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/mrtempo.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/mxh3777.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/mxh3777.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/natalia.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/natalia.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/netman.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/netman.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/nigimi.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/nigimi.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/pashka.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/pashka.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/passick.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/passick.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/permin.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/permin.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/sam721.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/sam721.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/sankear.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/sankear.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/savinov.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/savinov.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/sharph.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/sharph.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/sokian.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/sokian.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/sparik.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/sparik.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/tataky.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/tataky.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/temich.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/temich.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/tmt514.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/tmt514.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/tourist.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/tourist.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/uc-nuts.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/uc-nuts.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/urusant.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/urusant.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/xiaodao.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/xiaodao.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/xosmig.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/xosmig.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/yash_15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/yash_15.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/zetamoo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/zetamoo.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/zscoder.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/zscoder.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/AW TW PS.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/AW TW PS.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/Aage Bohr.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/Aage Bohr.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/Appleton.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/Appleton.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/Axelrod01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/Axelrod01.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/Brattain.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/Brattain.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/Bridgman.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/Bridgman.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/Cerenkov.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/Cerenkov.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/Cockcroft.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/Cockcroft.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/HEVarmus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/HEVarmus.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/HGDehmelt.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/HGDehmelt.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/Igor Tamm.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/Igor Tamm.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/J Fibiger.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/J Fibiger.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/JRJimenez.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/JRJimenez.JPG -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/Jkosterl.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/Jkosterl.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/Ketterle.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/Ketterle.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/L Pauling.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/L Pauling.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/Max Born.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/Max Born.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/McFadden.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/McFadden.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/Mossbauer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/Mossbauer.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/OPCW logo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/OPCW logo.gif -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/RO033-16.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/RO033-16.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/Rmundell.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/Rmundell.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/Roentgen2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/Roentgen2.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/ST Photo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/ST Photo.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/Schwinger.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/Schwinger.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/Skou2008.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/Skou2008.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/Tomonaga.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/Tomonaga.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/Val Fitch.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/Val Fitch.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/Virtanen.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/Virtanen.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/Wl-bragg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/Wl-bragg.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/123a6bcw.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/123a6bcw.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/AmrMahmoud.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/AmrMahmoud.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/Andrei1998.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/Andrei1998.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/Anton92nd.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/Anton92nd.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/Belonogov.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/Belonogov.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/Bobrosoft.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/Bobrosoft.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/Copymaster.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/Copymaster.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/DPR-pavlin.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/DPR-pavlin.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/Diego1149.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/Diego1149.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/ErdemKirez.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/ErdemKirez.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/Errichto.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/Errichto.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/Fedoriaka.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/Fedoriaka.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/Fefer_Ivan.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/Fefer_Ivan.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/FerranAlet.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/FerranAlet.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/HackerTina.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/HackerTina.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/IgorKoval.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/IgorKoval.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/IsmagilS.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/IsmagilS.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/Kostroma.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/Kostroma.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/MStrechen.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/MStrechen.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/MaxPlus314.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/MaxPlus314.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/Merkurev.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/Merkurev.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/Mourinho.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/Mourinho.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/MrDindows.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/MrDindows.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/Mustang98.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/Mustang98.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/Nicola95.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/Nicola95.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/Nikitosh.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/Nikitosh.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/Noureldin.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/Noureldin.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/OmarHashim.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/OmarHashim.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/Oryshych.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/Oryshych.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/PERNEKHAN.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/PERNEKHAN.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/PKUItachi.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/PKUItachi.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/PORONGON.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/PORONGON.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/RomaWhite.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/RomaWhite.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/Rubanenko.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/Rubanenko.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/ShadowGorn.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/ShadowGorn.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/SpyCheese.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/SpyCheese.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/Swistakk.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/Swistakk.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/Temirulan.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/Temirulan.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/Valentin_E.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/Valentin_E.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/WildUtah.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/WildUtah.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/Zlobober.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/Zlobober.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/aguss787.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/aguss787.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/akashdeep.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/akashdeep.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/albert96.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/albert96.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/alex.velea.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/alex.velea.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/alexwice.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/alexwice.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/athoscouto.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/athoscouto.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/burunduk3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/burunduk3.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/cjtoribio.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/cjtoribio.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/cuiaoxiang.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/cuiaoxiang.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/damien_g.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/damien_g.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/depevlad.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/depevlad.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/dojiboy9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/dojiboy9.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/duyboy135.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/duyboy135.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/ermolmak.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/ermolmak.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/fahrbach.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/fahrbach.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/fcspartakm.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/fcspartakm.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/gchebanov.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/gchebanov.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/gdisastery.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/gdisastery.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/hey_boris.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/hey_boris.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/hydrastuff.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/hydrastuff.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/iakolzin.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/iakolzin.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/ifsmirnov.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/ifsmirnov.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/ikatanic.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/ikatanic.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/infrmtcs.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/infrmtcs.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/ivan100sic.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/ivan100sic.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/justHusam.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/justHusam.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/khaledkee.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/khaledkee.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/kormyshov.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/kormyshov.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/kostya_by.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/kostya_by.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/kraskevich.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/kraskevich.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/ladpro98.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/ladpro98.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/mamun4122.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/mamun4122.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/manoprenko.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/manoprenko.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/marcoskwkm.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/marcoskwkm.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/markin2000.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/markin2000.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/minh141198.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/minh141198.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/mjkocijan.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/mjkocijan.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/nmalviya52.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/nmalviya52.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/olekluka.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/olekluka.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/percywtc.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/percywtc.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/pulgares.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/pulgares.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/rachitjain.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/rachitjain.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/s.egorov.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/s.egorov.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/safarisoul.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/safarisoul.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/sahedsohel.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/sahedsohel.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/shef_2318.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/shef_2318.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/simsa.st.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/simsa.st.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/slava.sh.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/slava.sh.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/stjepanp.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/stjepanp.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/subscriber.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/subscriber.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/thuustalu.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/thuustalu.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/wittyskull.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/wittyskull.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/zeliboba.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/zeliboba.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/1.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/10.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/101.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/101.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/102.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/102.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/103.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/103.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/104.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/104.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/108.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/108.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/11.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/113.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/113.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/115.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/115.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/116.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/116.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/118.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/118.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/119.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/119.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/12.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/120.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/120.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/123.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/123.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/125.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/128.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/13.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/131.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/131.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/137.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/137.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/138.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/138.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/139.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/139.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/141.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/141.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/142.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/142.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/143.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/143.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/144.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/144.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/148.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/148.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/149.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/149.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/150.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/151.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/151.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/152.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/152.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/154.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/154.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/157.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/157.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/158.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/158.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/16.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/161.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/161.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/162.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/162.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/163.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/163.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/165.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/165.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/168.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/168.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/169.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/169.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/174.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/174.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/177.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/177.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/178.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/178.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/179.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/179.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/180.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/180.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/181.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/181.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/182.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/182.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/183.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/183.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/184.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/184.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/186.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/186.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/189.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/189.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/19.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/191.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/191.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/192.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/193.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/193.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/194.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/194.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/197.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/197.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/198.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/198.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/200.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/202.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/202.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/203.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/203.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/206.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/206.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/207.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/207.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/209.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/209.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/21.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/210.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/210.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/212.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/212.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/213.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/213.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/215.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/215.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/217.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/217.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/218.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/218.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/220.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/220.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/226.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/226.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/228.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/228.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/230.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/230.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/232.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/232.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/233.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/233.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/235.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/235.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/237.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/237.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/238.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/238.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/24.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/240.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/241.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/241.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/242.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/242.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/243.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/243.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/245.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/245.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/248.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/248.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/251.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/251.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/252.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/252.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/254.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/254.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/255.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/255.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/256.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/260.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/260.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/261.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/261.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/268.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/268.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/269.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/269.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/270.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/270.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/271.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/271.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/277.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/277.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/278.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/278.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/282.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/282.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/287.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/287.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/290.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/290.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/291.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/291.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/292.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/292.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/293.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/293.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/295.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/295.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/296.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/296.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/298.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/298.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/299.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/299.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/301.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/301.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/304.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/304.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/308.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/308.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/309.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/309.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/310.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/310.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/314.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/314.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/316.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/316.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/317.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/317.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/319.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/319.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/320.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/320.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/321.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/321.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/323.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/323.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/324.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/324.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/325.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/325.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/326.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/326.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/327.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/327.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/329.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/329.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/33.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/33.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/331.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/331.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/333.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/333.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/334.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/334.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/337.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/337.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/341.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/341.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/343.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/343.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/344.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/344.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/350.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/350.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/351.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/351.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/355.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/355.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/359.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/359.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/361.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/361.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/362.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/362.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/363.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/363.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/364.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/364.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/365.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/365.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/366.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/366.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/369.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/369.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/370.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/370.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/371.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/371.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/373.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/373.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/375.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/375.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/376.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/376.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/377.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/377.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/378.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/378.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/381.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/381.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/382.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/382.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/383.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/383.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/385.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/385.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/386.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/386.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/387.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/387.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/388.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/388.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/390.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/390.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/393.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/393.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/395.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/395.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/396.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/396.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/397.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/397.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/398.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/398.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/400.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/401.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/401.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/403.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/403.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/404.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/404.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/406.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/406.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/407.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/407.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/408.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/408.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/409.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/409.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/410.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/410.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/411.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/411.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/412.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/412.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/413.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/413.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/414.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/414.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/416.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/416.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/417.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/417.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/419.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/419.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/42.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/42.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/420.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/420.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/421.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/421.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/423.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/423.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/424.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/424.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/425.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/425.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/427.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/427.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/429.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/429.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/434.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/434.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/435.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/435.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/436.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/436.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/438.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/438.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/44.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/44.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/443.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/443.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/445.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/445.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/446.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/446.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/447.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/447.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/448.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/448.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/450.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/450.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/452.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/452.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/454.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/454.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/455.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/455.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/456.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/456.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/457.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/457.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/458.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/458.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/461.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/461.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/462.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/462.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/463.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/463.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/466.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/466.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/470.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/470.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/472.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/472.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/473.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/473.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/474.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/474.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/475.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/475.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/477.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/477.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/479.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/479.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/481.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/481.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/484.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/484.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/487.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/487.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/488.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/488.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/489.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/489.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/49.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/49.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/490.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/490.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/493.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/493.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/494.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/494.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/495.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/495.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/496.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/496.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/497.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/497.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/499.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/499.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/50.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/500.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/500.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/502.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/502.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/505.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/505.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/507.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/507.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/51.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/51.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/510.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/510.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/512.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/513.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/513.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/514.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/514.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/515.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/515.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/516.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/516.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/517.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/517.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/518.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/518.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/519.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/519.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/520.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/520.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/522.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/522.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/524.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/524.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/525.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/525.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/526.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/526.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/527.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/527.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/528.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/528.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/53.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/53.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/533.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/533.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/536.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/536.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/537.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/537.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/540.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/540.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/541.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/541.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/542.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/542.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/543.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/543.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/547.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/547.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/55.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/55.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/551.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/551.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/552.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/552.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/553.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/553.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/554.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/554.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/556.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/556.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/56.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/560.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/560.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/561.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/561.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/562.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/562.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/563.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/563.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/565.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/565.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/566.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/566.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/567.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/567.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/568.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/568.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/57.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/57.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/570.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/570.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/571.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/571.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/572.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/572.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/576.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/576.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/578.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/578.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/582.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/582.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/584.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/584.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/585.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/585.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/586.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/586.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/593.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/593.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/595.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/595.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/597.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/597.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/599.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/599.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/6.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/60.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/600.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/600.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/601.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/601.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/602.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/602.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/603.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/603.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/605.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/605.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/608.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/608.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/61.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/61.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/612.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/612.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/613.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/613.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/615.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/615.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/616.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/616.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/617.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/617.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/62.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/62.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/620.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/620.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/621.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/621.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/622.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/622.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/624.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/624.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/625.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/625.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/627.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/627.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/63.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/63.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/633.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/633.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/635.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/635.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/636.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/636.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/637.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/637.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/640.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/640.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/642.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/642.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/644.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/644.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/647.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/647.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/648.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/648.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/649.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/649.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/650.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/650.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/651.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/651.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/652.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/652.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/657.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/657.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/66.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/66.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/663.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/663.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/664.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/664.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/666.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/666.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/667.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/667.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/668.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/668.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/67.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/67.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/671.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/671.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/676.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/676.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/677.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/677.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/679.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/679.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/68.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/68.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/680.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/680.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/681.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/681.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/682.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/682.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/683.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/683.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/684.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/684.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/685.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/685.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/686.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/686.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/689.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/689.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/69.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/69.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/691.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/691.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/692.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/692.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/694.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/694.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/696.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/696.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/697.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/697.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/699.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/699.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/70.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/70.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/700.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/700.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/702.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/702.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/703.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/703.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/704.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/704.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/705.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/705.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/706.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/706.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/709.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/709.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/710.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/710.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/713.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/713.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/715.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/715.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/718.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/718.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/72.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/724.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/724.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/726.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/726.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/729.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/729.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/73.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/73.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/730.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/730.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/732.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/732.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/733.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/733.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/735.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/735.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/739.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/739.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/74.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/74.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/742.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/742.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/743.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/743.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/745.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/745.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/747.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/747.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/749.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/749.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/75.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/75.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/750.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/750.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/752.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/752.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/753.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/753.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/754.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/754.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/755.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/755.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/76.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/76.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/760.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/760.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/763.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/763.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/764.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/764.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/765.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/765.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/768.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/768.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/769.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/769.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/770.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/770.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/776.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/776.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/777.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/777.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/779.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/779.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/782.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/782.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/783.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/783.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/784.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/784.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/786.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/786.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/787.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/787.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/788.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/788.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/79.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/79.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/790.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/790.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/80.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/80.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/81.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/81.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/82.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/82.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/83.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/83.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/85.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/85.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/87.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/87.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/92.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/92.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/94.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/94.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/preprocessed/98.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/preprocessed/98.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/Andric Ivo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/Andric Ivo.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/André Gide.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/André Gide.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/Arrhenius2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/Arrhenius2.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/ArthurHarden.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/ArthurHarden.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/Bertil Ohlin.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/Bertil Ohlin.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/Broglie Big.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/Broglie Big.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/CTR Wilson.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/CTR Wilson.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/Carl Bosch.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/Carl Bosch.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/Carl Wieman.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/Carl Wieman.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/Cecil Powell.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/Cecil Powell.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/ChandraNobel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/ChandraNobel.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/Dennis Gabor.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/Dennis Gabor.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/Drfurchgott.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/Drfurchgott.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/Eccles lab.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/Eccles lab.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/EdwardBLewis.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/EdwardBLewis.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/Eric Betzig.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/Eric Betzig.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/Ferid Murad.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/Ferid Murad.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/FrankKellogg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/FrankKellogg.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/Fritz Haber.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/Fritz Haber.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/Fritz Pregl.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/Fritz Pregl.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/Georg Wittig.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/Georg Wittig.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/Gustav Hertz.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/Gustav Hertz.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/GyorgyiNIH.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/GyorgyiNIH.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/Hans Bethe.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/Hans Bethe.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/Harry Kroto.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/Harry Kroto.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/Ilya Frank.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/Ilya Frank.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/Ivar Giaever.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/Ivar Giaever.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/J.J Thomson.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/J.J Thomson.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/J.M. Coetzee.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/J.M. Coetzee.JPG -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/Jack Kilby.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/Jack Kilby.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/Jack-szostak.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/Jack-szostak.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/James Black.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/James Black.jpeg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/James Tobin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/James Tobin.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/James-cronin.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/James-cronin.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/Jean Tirole.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/Jean Tirole.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/John Sulston.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/John Sulston.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/Joliot-fred.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/Joliot-fred.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/Kary Mullis.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/Kary Mullis.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/Lagerkvist.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/Lagerkvist.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/LeDucTho1973.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/LeDucTho1973.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/Max Delbruck.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/Max Delbruck.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/Max Perutz.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/Max Perutz.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/Michaelsmith.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/Michaelsmith.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/Milstein lnp.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/Milstein lnp.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/Necip Mahfuz.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/Necip Mahfuz.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/Odd Hassel.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/Odd Hassel.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/Otto Warburg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/Otto Warburg.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/Paul Crutzen.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/Paul Crutzen.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/Paul Karrer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/Paul Karrer.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/Peter Agre.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/Peter Agre.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/Prusiner 1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/Prusiner 1.JPG -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/Rioji Noyori.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/Rioji Noyori.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/Robert-huber.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/Robert-huber.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/Robin Warren.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/Robin Warren.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/Ronald Ross.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/Ronald Ross.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/SaulBellow.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/SaulBellow.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/Sir CV Raman.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/Sir CV Raman.JPG -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/Tawakel Karman: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/Tawakel Karman -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/Transtroemer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/Transtroemer.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/WE Moerner.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/WE Moerner.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/Walter Hess.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/Walter Hess.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/Walter Kohn.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/Walter Kohn.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/YoungAlfven.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/YoungAlfven.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/raw/Óscar Arias.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/raw/Óscar Arias.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/preprocessed/Fdg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/preprocessed/Fdg.png -------------------------------------------------------------------------------- /Data/Competitive coder/preprocessed/XJT.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/preprocessed/XJT.png -------------------------------------------------------------------------------- /Data/Competitive coder/preprocessed/hdi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/preprocessed/hdi.png -------------------------------------------------------------------------------- /Data/Competitive coder/raw/---Grigor---.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/---Grigor---.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/AlexDmitriev.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/AlexDmitriev.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/Alexandr_TS.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/Alexandr_TS.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/Babanin_Ivan.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/Babanin_Ivan.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/Golovanov399.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/Golovanov399.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/Gullesnuffs.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/Gullesnuffs.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/HellKitsune.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/HellKitsune.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/Misha100896.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/Misha100896.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/Sumeet.Varma.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/Sumeet.Varma.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/TIanLiangLe.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/TIanLiangLe.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/TheLightning.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/TheLightning.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/abhi1agarwal.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/abhi1agarwal.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/elsantodel90.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/elsantodel90.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/gridnevvvit.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/gridnevvvit.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/gskhirtladze.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/gskhirtladze.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/irkstepanov.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/irkstepanov.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/mathbunnyru.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/mathbunnyru.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/nijikilling.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/nijikilling.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/raihatneloy.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/raihatneloy.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/ramprakash_k.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/ramprakash_k.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/romanandreev.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/romanandreev.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/stevenkplus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/stevenkplus.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/victoragnez.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/victoragnez.jpg -------------------------------------------------------------------------------- /Data/Competitive coder/raw/victorsenam.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Competitive coder/raw/victorsenam.jpg -------------------------------------------------------------------------------- /Data/Nobel_Laureates/eigenfaces/0.0873%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/eigenfaces/0.0873%.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/eigenfaces/0.0880%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/eigenfaces/0.0880%.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/eigenfaces/0.0894%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/eigenfaces/0.0894%.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/eigenfaces/0.0904%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/eigenfaces/0.0904%.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/eigenfaces/0.0950%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/eigenfaces/0.0950%.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/eigenfaces/0.0958%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/eigenfaces/0.0958%.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/eigenfaces/0.0981%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/eigenfaces/0.0981%.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/eigenfaces/0.0989%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/eigenfaces/0.0989%.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/eigenfaces/0.1002%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/eigenfaces/0.1002%.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/eigenfaces/0.1023%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/eigenfaces/0.1023%.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/eigenfaces/0.1049%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/eigenfaces/0.1049%.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/eigenfaces/0.1057%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/eigenfaces/0.1057%.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/eigenfaces/0.1080%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/eigenfaces/0.1080%.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/eigenfaces/0.1091%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/eigenfaces/0.1091%.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/eigenfaces/0.1114%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/eigenfaces/0.1114%.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/eigenfaces/0.1152%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/eigenfaces/0.1152%.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/eigenfaces/0.1158%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/eigenfaces/0.1158%.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/eigenfaces/0.1170%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/eigenfaces/0.1170%.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/eigenfaces/0.1204%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/eigenfaces/0.1204%.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/eigenfaces/0.1210%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/eigenfaces/0.1210%.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/eigenfaces/0.1230%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/eigenfaces/0.1230%.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/eigenfaces/0.1269%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/eigenfaces/0.1269%.png -------------------------------------------------------------------------------- /Data/Nobel_Laureates/eigenfaces/0.1287%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdiChat/Faces/master/Data/Nobel_Laureates/eigenfaces/0.1287%.png --------------------------------------------------------------------------------