MLNI: Mind Dump – Sebastian Lau Final Project

This project is based on my mid-term project which featured black particles coming out of my ears over a background made up of letters. My final project is what I originally envisioned what my mid-term project would be. While I said my mid-term project was meant to represent me blocking out noise with my headphones, the final project represents my forgetfulness. 

Professor Moon helped me with implementing the images, but when I tried to randomize them it would change letters every tick making it look extremely weird and disconcerting. I changed “this.color” to “this.letter”. Since I was basing the movement of letters off of the movement of the particles I used much of the same code. By switching out “this.color” to “this.letter” I was able to choose one letter I wanted and have it stay that way. 

I also changed the directions of the particles so that it would look like it was falling down as opposed to blasting out of my ears. I wanted it to look like a stream of information as if the letters were fluid and acted like water pouring out of your ears. 

I recalled that Shenshen had tracked the distance between the nose and the ear to detect which way you were looking. After looking at how she did it, I used a similar technique to get the angle between my nose and my ears. By doing so I could detect the rotation of my head. Now that I knew how to detect head rotation, I was able to change particle movement based on it. 

MLNI: Final Proposal Sebastian Lau

For my final, I wanted to improve on my midterm to make it more similar to what I originally wanted. When I was working on my final, I wasn’t able to treat letters like particles and got stuck, but now, with more time and knowledge I think I will be able to. 

While letters falling out of my ears to me represents the loss of information, I want to make something that is more up to interpretation since I think there are lots of meanings that could be pulled from it depending on how I execute it. 

MLNI: KNN Training – Sebastian Lau

For my project, I used the KNN we made in class and combined it with randomly appearing squares that would disappear when you went back into place. 

I copied some of the code I used from the poseNet and Object Creation work that we had done to make the squares. When the picture is close enough to the original the squares will disappear. 

Initially, I wanted to make ellipses pop out of the bottom like confetti or fireworks, but the camera image kept covering it up. I think if I made the squares/rect smaller and more rectangular I could create that confetti feel. 

MLNI: Blocking Out Noise – Sebastian Lau (Midterm Project)

I went through a lot of iterations with my project. At first, I wanted to base something off Avatar: The Last Airbender, but after working with the poseNet I realized that wrist detection was spotty and anything based on it would be difficult regardless of what I did. 

My next step was to try something a bit less ambitious. Inspired by Eszter’s initial flower idea, as well as the #TeamTrees thing on Youtube, I wanted to try making trees that would sprout from my shoulders. I was able to make the trees and the shoulder detection was good, unfortunately, I couldn’t find a way to combine the two. I had been looking at someone else’s code for making the trees and they were using an HTML canvas. I think with enough effort I would be able to combine the two, but at that point, I didn’t really have a lot of time. 

In fact, what I will most likely use as my final product (the picture you see above) was originally meant to be a backup just in case I couldn’t finish the tree idea. I wanted to combine a couple of things that we learned in class so that I wouldn’t have to worry so much about meshing them together as I did with the trees. 

At first, I wanted to make letters spill out of my ears, a visualization for me trying to retain information in classes. However, we had been using particles so I wasn’t able to make the shift from particles to characters (since much of the code seemed to be reliant on the fact that they were working on particles). 

With my final idea, I used the letters to make the picture, as we had done in class. Except for this time, black particles would be streaming out of my ears. Part of the inspiration was me realizing that poseNet was able to detect my ears even when they were covered by big headphones. Although serendipitous I think the visual works very well and fits with how I feel when I listen to music: I’m blocking out all the noise around me. 

MLNI: Vaporwave – Sebastian Lau

I was inspired by the vaporwave style of art which has a very specific color scheme. I wanted to use the curveVertex, but it looked weird when I combined it with the pixel uNet. I had a bit of trouble changing every x number of lines to vertex, but in the end, I figured it out so that it wasn’t just lines or just particles.