{"id":19024896,"url":"https://github.com/sonujose/tensorflow-face-detection","last_synced_at":"2026-06-21T15:31:50.972Z","repository":{"id":115804017,"uuid":"127540486","full_name":"sonujose/tensorflow-face-detection","owner":"sonujose","description":"tensorflow-face-detection","archived":false,"fork":false,"pushed_at":"2018-03-31T14:44:28.000Z","size":510,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-21T19:12:45.382Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sonujose.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-03-31T14:42:15.000Z","updated_at":"2018-04-25T12:00:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"6238efc3-025e-4ae5-b20e-4079d1745695","html_url":"https://github.com/sonujose/tensorflow-face-detection","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sonujose/tensorflow-face-detection","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonujose%2Ftensorflow-face-detection","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonujose%2Ftensorflow-face-detection/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonujose%2Ftensorflow-face-detection/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonujose%2Ftensorflow-face-detection/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sonujose","download_url":"https://codeload.github.com/sonujose/tensorflow-face-detection/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonujose%2Ftensorflow-face-detection/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34616509,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-21T02:00:05.568Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-08T20:39:27.039Z","updated_at":"2026-06-21T15:31:50.950Z","avatar_url":"https://github.com/sonujose.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tensorflow Face Detector\nA mobilenet SSD(single shot multibox detector) based face detector with pretrained model provided, powered by tensorflow [object detection api](https://github.com/tensorflow/models/tree/master/object_detection), trained by [WIDERFACE dataset](http://mmlab.ie.cuhk.edu.hk/projects/WIDERFace/).\n\n## Features\nSpeed, run 60fps on a nvidia GTX1080 GPU.\n\nMemory, requires less than 364Mb GPU memory for single inference.\n\nRobust, adapt to different poses, this feature is credit to [WIDERFACE dataset](http://mmlab.ie.cuhk.edu.hk/projects/WIDERFace/), I manually cleaned the dataset to balance the precision and recall trade off.\n\nParallel, multiple process video processing, can inference multiple input simultaneously, I tested to process 4 videos on a single GPU card at the same time, the speed is still competitive, and there's still room to accommodate more processes.\n\n![Parallel data processing](https://github.com/yeephycho/tensorflow-face-detection/blob/master/res/parallel-processes.png?raw=true \"Show result\")\n\n## Dependencies\nTensorflow \u003e 1.2\n\nTensorflow object detection api (Please follow the official installation instruction, otherwise, I cannot guarantee that you can run the code)\n\nOpenCV python\n\n## Usage\n### Effect\nClick [Youtube](https://youtu.be/gw4CVz7SPEs) to view the effect or [Youku](http://v.youku.com/v_show/id_XMzE2MDc0NzcyNA==.html?spm=a2h3j.8428770.3416059.1).\n\n### Prepare pre-trained model\nClick [here](https://drive.google.com/open?id=0B5ttP5kO_loUdWZWZVVrN2VmWFk) to download the pre-trained model from google drive.\nPut the model under the model folder.\n\n### Prepare video\nPut your test video (mp4 format) under the media folder, rename it as test.mp4. \n\n### Run video detection\nAt the source root\n```bash\npython inference_video_face.py\n```\nAfter finished the processing, find the output video at media folder.\n\n## License\nUsage of the code and model by yeephycho is under the license of Apache 2.0.\n\nThe code is based on GOOGLE tensorflow object detection api. Please refer to the license of tensorflow.\n\nDataset is based on WIDERFACE dataset. Please refer to the license to the WIDERFACE license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsonujose%2Ftensorflow-face-detection","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsonujose%2Ftensorflow-face-detection","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsonujose%2Ftensorflow-face-detection/lists"}