From 79dba80a70d26bee1d3fd641262c63fb3886efd1 Mon Sep 17 00:00:00 2001 From: natanielruiz Date: Wed, 16 Aug 2017 16:43:18 -0400 Subject: [PATCH] Added Dockerface --- pull_request_template.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/pull_request_template.md b/pull_request_template.md index 9855318..37bb8d9 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -5,9 +5,16 @@ **[Insert the URL to be listed]** +https://github.com/natanielruiz/dockerface **[Explain what the project is about and why it should be listed]** +Dockerface is an easy to install and use deep learning face detection for images and video in a docker container. It is meant for research and open for industry and personal use. It deploys a trained Faster R-CNN network on Caffe through an easy to use docker image. Bring your videos and images, run dockerface and obtain videos and images with bounding boxes of face detections and an easy to use face detection annotation text file. +I also created a new section called Machine Learning. Docker is widely used in the field so it might make more people submit this style of applications to the list. + +Cheers! + +Nataniel # By submitting this pull request I confirm I've read and complied with the below requirements. @@ -23,14 +30,14 @@ **RULES (because you probably didn't read the guidelines):** Links will be tested with [awesome_bot](https://github.com/dkhamsing/awesome_bot). Please make sure your URL to be listed is unique (do some search queries), otherwise put a link at the end of `README.md` file. - + - FORMAT - Use the following format: `[Name](Link) - Description.` - `[Name]` should be the title of the project - `(Link)` should be pointing to a GitHub repository, not to a website - `Description.` should end with a full stop/period - For GitHub repositories, add the name of the author with a link to its GitHub account after the description, like `By [@author](GitHub account)` -- ORDER: The entries are in lexical order (English letter order) +- ORDER: The entries are in lexical order (English letter order) - LABEL (Optional) - $$$ indicates if one needs a paying subscription to use the project.
Add $$$ next to the project name like `[Name $$$](Link)`