From 3f8067731d2a99959d66917aea4137a983fd63ee Mon Sep 17 00:00:00 2001 From: Brandon Amos Date: Thu, 15 Sep 2016 09:02:26 -0400 Subject: [PATCH] webcam -> camera --- docs/demo-4-sphere.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/demo-4-sphere.md b/docs/demo-4-sphere.md index 7377342..e8cb722 100644 --- a/docs/demo-4-sphere.md +++ b/docs/demo-4-sphere.md @@ -37,7 +37,7 @@ a deep neural network that embed faces on a sphere. for a more detailed intro to how OpenFace works.) Faces are often embedded onto a 128-dimensional sphere. For this demo, we re-trained a neural network to embed faces onto a -3-dimensional sphere that we show in real-time on top of a webcam feed. +3-dimensional sphere that we show in real-time on top of a camera feed. The 3-dimensional embedding doesn't have the same accuracy as the 128-dimensional embedding, but it's sufficient to illustrate how the embedding space distinguishes between different people.