Skip to content

Instantly share code, notes, and snippets.

{u'FaceDetails': [{u'Confidence': 100.0, u'Eyeglasses': {u'Confidence': 99.99996948242188, u'Value': False}, u'Sunglasses': {u'Confidence': 99.52945709228516, u'Value': False}, u'Gender': {u'Confidence': 100.0, u'Value': u'Female'}, u'Landmarks': [{u'Y': 0.46391916275024414, u'X': 0.3827635645866394, u'Type': u'eyeLeft'}, {u'Y': 0.5417619347572327, u'X': 0.6318631768226624, u'Type': u'eyeRight'}, {u'Y': 0.632349967956543, u'X': 0.5087888836860657, u'Type': u'nose'}, {u'Y': 0.6986227631568909, u'X': 0.31941142678260803, u'Type': u'mouthLeft'}, {u'Y': 0.7763788104057312, u'X': 0.5743167996406555, u'Type': u'mouthRight'}, {u'Y': 0.46526652574539185, u'X': 0.39902830123901367, u'Type': u'leftPupil'}, {u'Y': 0.5450088977813721, u'X': 0.6451908946037292, u'Type': u'rightPupil'}, {u'Y': 0.35664060711860657, u'X': 0.3031809329986572, u'Type': u'leftEyeBrowLeft'}, {u'Y': 0.3471892476081848, u'X': 0.38782799243927, u'Type': u'leftEyeBrowRight'}, {u'Y': 0.38579457998275757, u'X': 0.47126346826553345, u'Type': u'leftEyeB
@guytamir87
guytamir87 / gist:6761165
Created September 30, 2013 09:06
default file
# You may add here your
# server {
# ...
# }
# statements for each of your virtual hosts to this file
##
# You should look at the following URL's in order to grasp a solid understanding
# of Nginx configuration files in order to fully unleash the power of Nginx.
# http://wiki.nginx.org/Pitfalls
@guytamir87
guytamir87 / nginx.conf
Created September 30, 2013 08:08
My nginx confi
user www-data;
worker_processes 1;
pid /run/nginx.pid;
events {
worker_connections 1024;
use epoll;
# multi_accept on;
}