• What object recognition software is best for identifying rolling marbles of different colours in real-time?
    There are lots of different software programs out there for object recognition but can any of them accurately identify rolling balls or marbles of different colours or patterns in real time? This is assuming...
  • Object detection
    Hi guys, Has anyone tried object detection using ARM NN? Are there any examples you could point me to? I have mobilnet-ssd TF model, also TF-LIte model 8bit quantized but I am happy to retrain on anything...
  • How can I do voice recognition with ARM based microcontrollers?
    Hi I need to do some voice recognition with ARM based microcontrollers. I like to have a system with about 20 to 50 words dictionary and when user says those words the system can recognize and do something...
  • What is Machine Learning?
  • Mixing separately compiled objects
    Let's I have a class `class Drawable`. It could have many members, member functions, parent classes, or could be very simple. For the sake of this example that is not important. Also, let's say it is...