From 11c06f3b1d6a0b181d6eb62f52a90424fd8e0f35 Mon Sep 17 00:00:00 2001 From: Alexey Gruzdev Date: Fri, 15 Mar 2019 10:14:10 +0300 Subject: [PATCH] Added license badge --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f2a4b014d6..3588e252cbe 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # Face Recognition in PyTorch +[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) + By [Alexey Gruzdev](https://www.linkedin.com/in/alexey-gruzdev-454399128/) and [Vladislav Sovrasov](https://www.linkedin.com/in/%D0%B2%D0%BB%D0%B0%D0%B4%D0%B8%D1%81%D0%BB%D0%B0%D0%B2-%D1%81%D0%BE%D0%B2%D1%80%D0%B0%D1%81%D0%BE%D0%B2-173b23104/) @@ -13,6 +15,7 @@ By [Alexey Gruzdev](https://www.linkedin.com/in/alexey-gruzdev-454399128/) and [ 4. [Models](#models) 5. [Face Recognition Demo](#demo) + ## Installation 1. Create and activate virtual python environment ```bash @@ -100,6 +103,6 @@ I1114 09:33:37.847229 10544 evaluate_lfw.py:246] AUC: 0.9995 I1114 09:33:37.847305 10544 evaluate_lfw.py:247] Estimated threshold: 0.7241 ``` -## Face Recognition Demo +## Demo 1. For setting up demo, please go to [Face Recognition demo with OpenVINO Toolkit](./demo/README.md)