Facial Recognition, New Ideas, and Coding.
—
I made glasses for my computer.
This week, I focused on learning about computer vision and facial recognition in Python, and I was pleasantly surprised by how easy the tool is to use. There are several tutorials online, but all of them had a common denominator: the CV2 Python module. I made sure to learn and understand how the primary functions of the module work, but I still have some work to do. The primary method by which current-gen facial recognitions work is through Cascaded Processing. Instead of directly checking every single pixel millions of times, the algorithm runs basic tests first and eliminates any failures of the test. Although some pixels of the face may be removed, most of the face should stay intact, allowing the much quicker algorithm to work.
After completing a basic facial detection program, I came up with some ideas for my Final Product. Extending my research from last week, I want to find a way to continue storing people�s memories virtually to remember their legacy. I hope to utilize Computer Vision in order to create 3D models of real people to create their virtual counterparts. In addition, I plan on using Natural Language Processing to implement a personality within this virtual counterpart. I can�t wait to see how I can merge the two fields next week.