Edge Impulse Inc. / FOMO Washers and Screws 160x160 Public

FOMO Washers and Screws 160x160

Object detection on constrained devices with FOMO!

Object detection

About this project

Counting washers and screws

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
unknown.2v7ovquq
screw.2v7p6gjk
screws.2v7odut9
washer.jpg.2urfo99h
screws.2v7oe00v
screws.2v7oe213
unknown.2v7ovul0
screw.2v7p6hon

Run this model

On any device

Dataset summary

Data collected
313 items
Labels
screw, washer

Project info

Project ID 90472
Project version 4
License BSD 3-Clause Clear
No. of views 19,644
No. of clones 88