Close

534 Results for "recognition"

  • Facial Recognition

  • It's been a mad couple of weeks! However, a quick update with our Facial Recognition software. While its has been tricky to refine, there has been a lot of progress using facial recognition as one of the methods (other ways coming up!) to unlock the...
  • Cat recognition

  • Over the past couple weeks the team has been working really hard to further improve our image recognition algorithms. This is a picture of Snappcat's latest algorithm at work. Thus far it seems to be really robust in medium to low light conditions, and...
  • Gesture Recognition

  • Smile and wave ! Another method to unlock our system as you enter your residence is through gesture detection. Hand recognition by waving or holding your hand up the camera is also a method we can integrate into our code so the system knows all is well!...
  • Voice Recognition

  • In this log, I added voice recognition and named my robot "Ozzy." For speaker independent, standalone, cloudless private recognition, an Audeme MOVI (tm) Arduino shield does the job.I can select the "wake up" word--I chose "Ozzy." Check out the Arduino...
  • Pattern recognition

  • We noticed that 59 channels are too many to make a pattern recognition algorithm in the RPI, for this reason, we have decided to change the basis of competition ii BCI data, dataset III. This database has only 3 data channels, which can simulate the...
  • Board recognition

  • Hello, hello!To detect pawns we decided to use android camera (with IP Webcam app - it's very good by the way). Phone was mounted over the board to have clear view of situation on it. As light source we have used built-in LED.The board with mounted camera:First...
  • Image recognition

  • Now the trickiest part - the SW. All coding will be done in Python + OpenCV + PyQt. Programming is really not my hobby, but I'm able to to write some code which sometimes eventually works :D Friend of mine from our hackerspace offered me a help with...
  • Voice recognition

  • Music visualizer would be fancy but it wouldn't work in this case and MXChip IoT DevKit can do more powerful things anyways. How about training the board to recognize the correct pronunciation of Grace and tell me if I read anything wrong? I am now starting...
  • Facial Recognition Classifier Training

  • An essential part of the Guardmypi project is facial recognition allowing the system to distinguish between residents and intruders. The first method of facial recognition being tested utilises the HAAR Cascade, a machine learning-based approach where...
  • Machinery failure recognition

  • So, this week I decided to test the TinyDecisionTreeClassifier with my fan to see if it can recognize the 'broken' fan movement. Nothing fancy, one minute of training data for each state(ok/failure), then few seconds of training process, then it...