RM3 – Cheese Remake

I initially had trouble downloading the package needed for python, dlib. And nothing was working for me, be it reinstalling python and pycharm, downloading the package online and compiling it using the setup.py given, from command prompt, and even installing through a .whl file. Finally, what worked for me was using Visual Studio’s Developer Command Prompt to install it.

As the use of Wekinator with communication with Python was new to me, I played around with wekinator, with the different models it has. I compile both given python scripts into one and felt that the all continuous model worked well in displaying and giving the output.

Video Demo

I then decide to further test out the other gestures (head turning) in wekinator as well as making use of the output given onto processing. Depending on the state (1 or 2), the small ball will move either direction along the x-axis. Wekinator’s classifier model worked well for this.

Video Demo with Processing

Leave a Reply