Edge Impulse Inc. / FOMO Washers and Screws 160x160
Object detection on constrained devices with FOMO!
About this project
Object detection models are vital for many computer vision applications. They can show where an object is in a video stream or allow you to count the number of objects detected. But they’re also very resource-intensive— models like MobileNet SSD can analyze a few frames per second on a Raspberry Pi 4, using a significant amount of RAM. This has put object detection out of reach for the most interesting devices: microcontrollers. Microcontrollers are cheap, small, ubiquitous and energy efficient—and are thus attractive for adding computer vision to everyday devices. But microcontrollers are also very resource-constrained, with clock speeds as low as 200 MHz and less than 256 Kbytes of RAM—far too little to run complex object detection models. But… that has now changed! We have developed FOMO (“faster objects, more objects”), a novel DNN architecture for object detection, designed from the ground up to run on microcontrollers.
Interested in adding object detection capabilities to your constrained edge devices? Clone this project to build an object detection project to detect cans and bottles on the tiniest of devices!
Read more on our announcement blog to find out more about FOMO and to learn how to build your object detection project, from data collection to deployment on embedded devices.
Sensor & Block Information
- Camera module with input images 160 x 160 pixels
- Image block to normalize the image data, and reduce the color depth to grayscale
- FOMO transfer learning block based on MobileNetV2 0.35
Download block output
Title | Type | Size | |
---|---|---|---|
Image training data | NPY file | 283 windows | |
Image training labels | JSON file | 283 windows | |
Image testing data | NPY file | 30 windows | |
Image testing labels | JSON file | 30 windows | |
Object detection model | TensorFlow Lite (float32) | 82 KB | |
Object detection model | TensorFlow Lite (int8 quantized) | 56 KB | |
Object detection model | TensorFlow SavedModel | 186 KB | |
Object detection model | Keras h5 model | 88 KB |
Clone project
Summary
Data collected
313 itemsProject info
Project ID | 90472 |
Project version | 4 |
License | No license attached |