Skip to content

Commit

Permalink
yt link and text addition
Browse files Browse the repository at this point in the history
  • Loading branch information
nadje committed Apr 8, 2024
1 parent 1f09602 commit e5785fa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions alpha-lab/gaze-on-face/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ meta:
- name: twitter:image
content: "https://i.ytimg.com/vi/nt_zNSBMJWI/maxresdefault.jpg"
- name: twitter:player
content: "https://www.youtube.com/embed/aWkFag5Z8LU"
content: "https://www.youtube.com/embed/vEshPxgWs3E"
- name: twitter:width
content: "1280"
- name: twitter:height
Expand All @@ -26,7 +26,7 @@ import TagLinks from '@components/TagLinks.vue'

<TagLinks :tags="$frontmatter.tags" />

Check warning on line 27 in alpha-lab/gaze-on-face/index.md

View workflow job for this annotation

GitHub Actions / ✍️ Check spelling

Unknown word (frontmatter)

<Youtube src="aWkFag5Z8LU"/>
<Youtube src="vEshPxgWs3E"/>

::: tip
Decode the cues of social interactions and cognition: Does your attention drift towards your friend's eyes, or do you gaze at their lips as they talk? This guide shows how to map gaze on facial landmarks using the output of our Face Mapper enrichment.
Expand All @@ -49,6 +49,8 @@ reveal _which_ facial landmarks were gazed at. That is, did they look at the mou
This guide introduces a tool to generate Areas of Interest (AOIs) around each facial landmark (like in the video above) and
correlate the wearer's gaze with these. In other words, it automatically identifies which facial landmarks were gazed at on the interlocutor's face.

It also computes the percentage of gaze mapped on each facial landmark, but you can use the results to compute your own outcome metrics.

## Setting Up Your Experiment

When setting up your experiment, accurate mapping of gaze on facial landmarks depends on three crucial factors: the proximity
Expand Down

0 comments on commit e5785fa

Please sign in to comment.