|
| 1 | +--- |
| 2 | +# This is the frontmatter |
| 3 | + |
| 4 | +title: "Mask Generator" # Title and Heading 1 |
| 5 | +permalink: /maskGenerator-intro/2 # Give your page a permalink |
| 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 | +--- |
| 14 | + |
| 15 | +## The Software that Makes Mistakes |
| 16 | + |
| 17 | +  |
| 18 | + A detail of “Machine Readable Hito,” 2017. Trevor Paglen / Metro Pictures, New York |
| 19 | + |
| 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. |
| 21 | + |
| 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. |
| 23 | + |
| 24 | +  |
| 25 | + |
| 26 | +  |
| 27 | + |
| 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). |
| 29 | + |
| 30 | +#### Let’s Discuss |
| 31 | +- Did you notice any differences between the emotion you chose from the wheel and the emotion deteced in the p5.js sketch? |
| 32 | +- Reflect on the different people you have met throughout your life, do they express emotions like joy, fraustration, or vulnerability with the same facial expressions? |
| 33 | +- What are some potential consequences when software misread human emotions? |
| 34 | + |
0 commit comments