Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
MicroPython Projects

You're reading from  MicroPython Projects

Product type Book
Published in Apr 2020
Publisher Packt
ISBN-13 9781789958034
Pages 294 pages
Edition 1st Edition
Languages
Author (1):
Jacob Beningo Jacob Beningo
Profile icon Jacob Beningo

Table of Contents (14) Chapters

Preface Down the Rabbit Hole with MicroPython Managing Real-Time Tasks Writing a MicroPython Driver for an I/O Expander Developing an Application Test Harness Customizing the MicroPython Kernel Start Up Code A Custom Debugging Tool to Visualize Sensor Data Device Control Using Gestures Automation and Control Using Android Building an Object Detection Application Using Machine Learning The Future of MicroPython Downloading and Running MicroPython Code
Assessments Other Books You May Enjoy

Implementing and testing object detection on the OpenMV camera

There are several different ways that we can implement object detection using the OpenMV camera. In this section, we are going to use two different methods:

  • First, we are going to use a pretrained convolutional neural network (CNN) that was trained by OpenMV using the CIFAR-10 dataset. We will load the example and then provide it with several images to see how the network behaves and to become familiar with OpenMV operations.
  • Second, we will move beyond the pretrained network and train a network of our own that we will then deploy to the OpenMV camera. By the time you have completed this section, you will be able to train a network to detect whatever object it is that you are interested in detecting and be able to start building your own control application.
...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}