|
4 | 4 | title: "Mask Generator" # Title and Heading 1 |
5 | 5 | permalink: /maskGenerator-intro/2 # Give your page a permalink |
6 | 6 | published: true |
7 | | - |
8 | | -gallery: # Below is for including an image gallery |
9 | | - - url: /assets/images/thumbnails/unit2.png |
10 | | - image_path: /assets/images/thumbnails/unit2.png |
11 | | - alt: "Screenshot of a collage on books using the p5.js web editor" |
12 | | - title: "About Me Collage" |
13 | 7 | --- |
14 | 8 |
|
15 | | -## The Software that Makes Mistakes |
| 9 | +## Software that Makes Mistakes |
16 | 10 |
|
17 | 11 |  |
18 | 12 | A detail of “Machine Readable Hito,” 2017. Trevor Paglen / Metro Pictures, New York |
19 | 13 |
|
20 | | - How does the computer "see" if we're happy, sad, or fraustrated? Facial recognition is a computer program that captures our image, analyze the geometry of our contour, and check with a database that contains other people's pictures to make a guess on who we are, and how we feel. |
| 14 | +How does the computer “see” if we’re happy, sad, or frustrated? Facial recognition is a computer program that captures our image, analyzes the geometry of our contour (the edges or outline of our face), and checks with a database that contains other people’s pictures to make a guess on who we are, and how we feel. |
21 | 15 |
|
22 | | - In order to make this invisible algorithm visible, we have prepared this [facial recognition example](https://editor.p5js.org/xinxin/sketches/-gbq9sNsC) in p5.js for you to try out. You will need to give permission to your browser to access your camera for this sketch to play. |
| 16 | +In order to make this invisible algorithm visible, we made this [facial recognition example](https://editor.p5js.org/xinxin/sketches/-gbq9sNsC) in p5.js for you to try out. You will need to give permission to your browser to access your camera for this sketch to play. |
23 | 17 |
|
24 | 18 |  |
25 | 19 |
|
26 | 20 |  |
27 | 21 |
|
28 | | - The facial recognition software traces our face, and assigns numbers to our contour as an attempt to understand our feelings. But how often does it get it right? We can test this out by picking one emotion from the [Wheel of Emotions](https://www.isu.edu/media/libraries/counseling-and-testing/documents/Wheel-of-Emotions-Handout-(3).pdf) and performing it in front of this [emotion recognition example](https://editor.p5js.org/jodiechifunyise/sketches/zdV2SqBiD). |
| 22 | +#### Sentiment (emotion or feeling) Analysis |
| 23 | + |
| 24 | +The facial recognition software traces our faces and assigns numbers to our contours as an attempt to understand our feelings. But how often does it get it right? We can test this out by picking one emotion from the [Wheel of Emotions](https://www.isu.edu/media/libraries/counseling-and-testing/documents/Wheel-of-Emotions-Handout-(3).pdf) and performing it in front of this [emotion recognition example](https://editor.p5js.org/jodiechifunyise/sketches/zdV2SqBiD). |
29 | 25 |
|
30 | 26 | #### Let’s Discuss |
31 | 27 | - Did you notice any differences between the emotion you chose from the wheel and the emotion deteced in the p5.js sketch? |
|
0 commit comments