Commit Graph

  • 71e72d6f55
    new version Sefik Ilkin Serengil 2020-12-05 23:32:58 +03:00
  • 0eb2fcec6c docstrings serengil 2020-12-05 20:43:06 +03:00
  • a763b2e7d1
    typo Sefik Ilkin Serengil 2020-12-04 18:23:37 +03:00
  • afa4378b01
    age gender accuracies Sefik Ilkin Serengil 2020-12-04 18:22:26 +03:00
  • 0226ef49d9
    detectors moved below Sefik Ilkin Serengil 2020-12-04 18:14:27 +03:00
  • b1245e7055 real time implementation serengil 2020-12-04 16:50:11 +03:00
  • e44e418eba
    typo Sefik Ilkin Serengil 2020-12-04 16:23:54 +03:00
  • c34f721085 clean code for pre-built models serengil 2020-12-04 16:07:16 +03:00
  • 1d825afbdb Merge branch 'master' of https://github.com/serengil/deepface serengil 2020-12-04 14:50:58 +03:00
  • 7f8186278d .jpg .JPG problem serengil 2020-12-04 14:50:40 +03:00
  • ed785e1e02
    new version Sefik Ilkin Serengil 2020-12-04 14:40:19 +03:00
  • e2fde9157b dlib and lgbm are not must serengil 2020-12-04 14:28:18 +03:00
  • d62d6d152f
    new version Sefik Ilkin Serengil 2020-12-04 11:54:57 +03:00
  • 72b4b8f874
    typo Sefik Ilkin Serengil 2020-12-04 11:45:44 +03:00
  • 5b4cc62e2e
    large scale face recognition moved to above Sefik Ilkin Serengil 2020-12-04 11:25:22 +03:00
  • 1b9f147bd4
    nn Sefik Ilkin Serengil 2020-12-04 11:24:36 +03:00
  • 7803083e88
    elastic face removed Sefik Ilkin Serengil 2020-12-04 11:24:20 +03:00
  • e3dbf1f96e
    elastic face Sefik Ilkin Serengil 2020-12-04 11:21:28 +03:00
  • eb4579d56c
    elastic face Sefik Ilkin Serengil 2020-12-04 11:19:41 +03:00
  • 5f60d5fba6
    typo Sefik Ilkin Serengil 2020-12-04 11:17:49 +03:00
  • b7abd5547c
    large scale data sets Sefik Ilkin Serengil 2020-12-04 11:15:49 +03:00
  • 707aa41c7f
    citation page fixed Sefik Ilkin Serengil 2020-12-02 13:34:10 +03:00
  • 57ef4eddcb
    license Sefik Ilkin Serengil 2020-12-02 11:13:25 +03:00
  • 30501c77e6 Merge branch 'master' of https://github.com/serengil/deepface serengil 2020-12-02 11:11:17 +03:00
  • 3907515a0d clean codes serengil 2020-12-02 11:10:54 +03:00
  • 04886e82d7
    license of logo Sefik Ilkin Serengil 2020-12-01 10:27:07 +03:00
  • 1f41ceb793
    disclaimer formatted Sefik Ilkin Serengil 2020-11-30 20:39:41 +03:00
  • 9f436f39a7 ensemble verify becomes cleaner serengil 2020-11-30 19:51:20 +03:00
  • 45f17417af boost verify serengil 2020-11-30 16:50:49 +03:00
  • 4535e37c52 unused library imports removed serengil 2020-11-30 14:26:14 +03:00
  • 0b257841cb common boosting function serengil 2020-11-30 14:20:17 +03:00
  • 5963ea4d2b
    default detector Sefik Ilkin Serengil 2020-11-30 13:23:39 +03:00
  • 9c46a9ab17 dict for json instead of string in verification serengil 2020-11-30 12:42:02 +03:00
  • 7bc9ee0c1c common input initializer serengil 2020-11-30 11:48:05 +03:00
  • 3057d82e0f common input initializer for img pairs as arrays serengil 2020-11-30 11:47:30 +03:00
  • edae2a799c dlib input shape retrieved from class similar to others serengil 2020-11-30 11:11:16 +03:00
  • cdea61c043 json resp handled with dict instead of string serengil 2020-11-30 09:59:41 +03:00
  • 4d9e252d93 unnecessary comments removed serengil 2020-11-29 22:04:12 +03:00
  • 6e4cf06738 check face_detector global variable initialized serengil 2020-11-29 22:02:31 +03:00
  • b663ac641b global detector initializer serengil 2020-11-29 21:41:09 +03:00
  • 69acbacf88 docs for model building serengil 2020-11-29 12:55:37 +03:00
  • 005f3bee31 global model building function created serengil 2020-11-29 12:39:25 +03:00
  • ba480a323b
    Merge pull request #135 from ma7555/master Sefik Ilkin Serengil 2020-11-29 12:11:58 +03:00
  • 85235fdadb Loads MTCNN once only + add better readibility ma7555 2020-11-28 15:17:11 +02:00
  • 37e9260165
    lgbm version Sefik Ilkin Serengil 2020-11-28 15:44:27 +03:00
  • ad4b09b97b
    Merge pull request #134 from ma7555/master Sefik Ilkin Serengil 2020-11-28 15:44:05 +03:00
  • 328f57e84e add lightgbm to requirments ma7555 2020-11-28 04:28:10 +02:00
  • 5d77c1ceff
    Merge pull request #133 from sugyan/fix-preprocess_face Sefik Ilkin Serengil 2020-11-26 17:19:37 +03:00
  • 4dda4caee4 Fix preprocess_face for age prediction sugyan 2020-11-26 23:10:35 +09:00
  • 048ea208f2
    citation Sefik Ilkin Serengil 2020-11-24 22:02:30 +03:00
  • b8d98d255e
    elearning and translations sections removed Sefik Ilkin Serengil 2020-11-22 10:02:12 +03:00
  • 3c05eac481
    detector moved below Sefik Ilkin Serengil 2020-11-18 15:05:08 +03:00
  • 8ff87b6a4f finished statistical UI Pei-Yun Sun 2020-10-20 15:11:44 +11:00
  • f4a97c8987 Update statisticalPage.html Pei-Yun Sun 2020-10-20 13:02:57 +11:00
  • 7807470c57 fixing statistical results Pei-Yun Sun 2020-10-20 12:43:29 +11:00
  • c1b350ab77 fix UI Pei-Yun Sun 2020-10-20 01:26:09 +11:00
  • 5af2071aa0 fix bug Pei-Yun Sun 2020-10-20 00:40:47 +11:00
  • 3b4241f165 move code to src and add webapp files Pei-Yun Sun 2020-10-20 00:06:57 +11:00
  • d3d33436a1 fix bug Pei-Yun Sun 2020-10-20 00:04:11 +11:00
  • 22e1a348a8 Merge branch 'webapp' of https://github.com/ssswww4444/deepface into webapp Pei-Yun Sun 2020-10-19 23:58:53 +11:00
  • 11a92a9b27 add web app (incomplete) Pei-Yun Sun 2020-10-19 23:57:37 +11:00
  • 3df9fb7cca add web app (incomplete) Pei-Yun Sun 2020-10-19 23:57:37 +11:00
  • f789a9c8ce
    add multiple faces detection for ssd and dlib Casuy 2020-10-17 20:02:17 +11:00
  • 1d08a40348 fix original images Pei-Yun Sun 2020-10-16 23:14:11 +11:00
  • 47733dc7a6 implement multi-faces detections Pei-Yun Sun 2020-10-16 22:58:49 +11:00
  • f36af9ffe7 new version serengil 2020-09-29 15:17:18 +03:00
  • aa25d178c4 mtcnn is a must serengil 2020-09-29 15:16:47 +03:00
  • e6da083983 issue 100 - if detected face has 0 in some dimension Şefik Serangil 2020-09-27 09:11:05 +03:00
  • f04cfbf689
    keras and tf Sefik Ilkin Serengil 2020-09-25 11:41:53 +03:00
  • 45e3d6a0c5
    typo Sefik Ilkin Serengil 2020-09-24 21:59:49 +03:00
  • 016bfc3438
    face detectors Sefik Ilkin Serengil 2020-09-24 10:17:27 +03:00
  • e8a37f21cc
    analysis Sefik Ilkin Serengil 2020-09-24 10:11:24 +03:00
  • b8d874d501
    analysis Sefik Ilkin Serengil 2020-09-24 10:10:24 +03:00
  • ac838923b7
    analysis sample code Sefik Ilkin Serengil 2020-09-24 10:09:23 +03:00
  • fb683d768a
    analysis Sefik Ilkin Serengil 2020-09-24 10:08:22 +03:00
  • a8e10f7051
    ensemble moved to lower level Sefik Ilkin Serengil 2020-09-24 10:06:15 +03:00
  • aaa1b5fec3 classfiers removed in setup.py Şefik Serangil 2020-09-23 21:19:27 +03:00
  • ebb317c693 dlib is optional Şefik Serangil 2020-09-23 21:13:48 +03:00
  • 9a07abeca5
    some classifiers added Sefik Ilkin Serengil 2020-09-22 09:13:34 +03:00
  • 479827e91e
    clear desc Sefik Ilkin Serengil 2020-09-22 08:36:10 +03:00
  • a4fcd20901
    based on Sefik Ilkin Serengil 2020-09-21 20:53:08 +03:00
  • 890dae6b82
    keras and tf Sefik Ilkin Serengil 2020-09-21 20:07:24 +03:00
  • b142edf7b5
    lib instead of fw Sefik Ilkin Serengil 2020-09-21 09:42:15 +03:00
  • 7f6fa8cd34
    keras mentioned Sefik Ilkin Serengil 2020-09-21 09:41:39 +03:00
  • a2bdd7c77d
    keras mentioned Sefik Ilkin Serengil 2020-09-21 09:40:52 +03:00
  • 3be387b92b dlib is optional Şefik Serangil 2020-09-17 20:41:07 +03:00
  • 33fe352930 dlib, mtcnn and lgbm optional Şefik Serangil 2020-09-17 20:27:42 +03:00
  • f3de735d72 mtcnn is a must dependency Şefik Serangil 2020-09-10 07:59:52 +03:00
  • dc7ac1fe77 Merge branch 'master' of https://github.com/serengil/deepface Şefik Serangil 2020-09-09 14:46:55 +03:00
  • 5ffeaa436e
    mtcnn tutorial Sefik Ilkin Serengil 2020-09-09 14:46:25 +03:00
  • ef2686bde2 clean code typos fixed Şefik Serangil 2020-09-09 14:02:57 +03:00
  • 81f8adb1d5 clean code Şefik Serangil 2020-09-08 13:22:03 +03:00
  • a0c06a3792 stream bug fixed Şefik Serangil 2020-09-08 09:07:08 +03:00
  • 0bd219d9c2 typo Şefik Serangil 2020-09-07 08:44:10 +03:00
  • 99fad576fa desc for detectors Şefik Serangil 2020-09-07 08:42:44 +03:00
  • 05f60e8784
    typo Sefik Ilkin Serengil 2020-09-06 21:21:05 +03:00
  • 01614eaeff clean code in preprocess Şefik Serangil 2020-09-06 11:56:09 +03:00
  • 7f6d9075d1 common align procedure added for opencv and mtcnn Şefik Serangil 2020-09-06 11:46:52 +03:00
  • 394c34f470
    detectors Sefik Ilkin Serengil 2020-09-06 08:17:38 +03:00
  • bfeb9881dd
    face detectors Sefik Ilkin Serengil 2020-09-05 23:15:12 +03:00