Google's Computer Vision Box Just $45
Written by Harry Fairhead   
Friday, 01 December 2017

Google has just announced a new AIY kit to add to its existing voice/AI kit. This takes a Raspberry Pi Zero W, yes a Zero, and turns it and its camera into a neural network vision system. There are two things that are remarkable about this - one the $45 price tag and two no cloud connection is needed as all computations are done in the box!

AIYVisionkit

When I first heard of Google's new kit I thought I knew instantly what it was all about. A Raspberry Pi Zero W, which isn't included in the kit, just isn't powerful enough to run a neural network, so obviously it is just acting as a frontend to a cloud-based AI service which is doing all of the heavy lifting.This would have been fun, but hardly amazing and it would lock the user into another Google service.

I was very wrong.

The AIY Vision Kit is based on the Intel Movidius MA2450 vision processing unit, which is capable of implementing trained neural networks. The MA2450 has been built into the VisionBonnet board which is a custom Pi expansion card - the joke by the way is that Pi expansion boards are called HATs and hence Bonnet.

movidius

The VisionBonnet can compute the result of applying a neural network to an image from the Raspberry Pi camera (also not included in the kit) at 30 frames per second. It comes with three pretrained models:

  • A model based on MobileNets that can recognize a thousand common objects.

  • A model for face detection capable of not only detecting faces in the image, but also scoring facial expressions on a "joy scale" that ranges from "sad" to "laughing."

  • A model for the important task of discerning between cats, dogs and people.

How useful these models are going to be in any given application is difficult to say, but if your mind isn't already thinking up things you could do with just these three they you probably aren't in the market for this sort of kit.

AIYVision

 

The most important thing is that, while the computation is all done onboard, Google has provided the TensorFlow code to train new models. Once trained the model can be downloaded into the VisionBonnet and it will recognize whatever you trained it on. This is exciting and for the first time, as far as I know, provides a facility that could change the entire IoT, and intelligent gadgets in general. You could train multiple models to do different jobs and equip a robot with a set of eyes, each sensitive to some particular object or range of objects.

This may be exciting, but don't underestimate the effort you will have to go to to train a new model. You need thousands of labeled samples and hundreds of hours of GPU/CPU time - which isn't cheap. As it is TensorFlow you don't have to use Google's cloud - you could even use your own server farm to do the job.

The only bad news is that it isn't available yet, but it is promised in the US sometime this month (31st December is the estimate).

Let's hope that Google makes the VisionBonnet available as a separate product.

This one could be a breakthrough technology.

AIYvisionicon

And one last thought - what is it with Google and cardboard?

More Information

Introducing the AIY Vision Kit: Add computer vision to your maker projects

Related Articles

Google AIY Cardboard And Raspberry Pi AI

Cardboard Extends Its Reach 

Militarizing Your Backyard with Python and AI

OpenCV 3.0 Released - Computer Vision For The Rest Of Us

Project Sentry Gun

To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on Twitter, Facebook or Linkedin.

 

Banner


Quantum Computers Really Are A One Trick Pony
17/03/2024

Google is offering $5 million if you can think up a use for a quantum computer. Wait, I thought quantum computers were the next big thing, a revolution! Surely we know what they can do?



JetBrains Announces Academy AI Festival
21/02/2024

JetBrains is running an Academy AI Festival that they describe as a fusion of hands-on learning and inspiring challenges that will provide inspiration for innovation and will advance your understandin [ ... ]


More News

raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info

 

 

Last Updated ( Friday, 01 December 2017 )