Object detection - SiLabs xG24 Dev Kit

This tutorial will guide you through a people counting reference design built using the Silabs xG24 dev kit and the Arducam Mini 2MP Plus. The design showcases:

  • The Silabs xG24 Dev Kit featuring the EFR32 chipset with AI/ML accelerator providing:

    • Up to 3x speed increases in image-based ML processing (when compared to running a non-accelerated model),

    • An extremely low AI/ML and BT stack footprint allowing for concurrent inference and BT communication, and

  • Edge Impulse’s own FOMO algorithm providing:

    • image-based object detection at the lower end (ARM Cortex®-M33, 256kB RAM) of TinyML compute,

    • the ability to train object detection models using only ~100, instead of thousands of images,

    • the ability to detect objects at extremely low resolutions (64x64 pixels)

System Architecture

The diagram below depicts the ML lifecycle architecture defined for our people counting reference design. We used a single xG24 Dev Kit to implement either a collection or an inference flow, recursively as required, during the development process.

Prerequisites

This guide assumes that you have already completed the getting started guide for the Silabs xG24 Dev Kit and have trained a model.

In order to replicate this reference design, you will also need:

Camera Assembly

For this project, we attached an Arducam mini 2MP plus to the xG24 Dev Kit in order to capture low-res images of people flow from a real environment. This can be achieved by connecting the two devices as specified in the table below:

xG24 Dev Kit pinArducam Mini 2MP Plus

1

GND

2

3

SDA

4

MOSI

5

6

MISO

7

8

SCK

9

10

11

SCL

12

13

CS

14

15

16

17

18

VSS

19

20

Deploying your Impulse

Head over to your cloned Edge Impulse project, and go to Deployment. From here you can create the full firmware package built with all required libraries and dependencies. This includes the Silabs' Bluetooth stack which can broadcast inference results to nearby devices. Select Silabs xG24 Dev Kit and click Build to build the firmware. Then download and extract the .zip file.

Next Steps

You can use your cloned project and xG24 Dev Kit camera assembly as a starting point to develop your own object detection project by following our FOMO guide.

Last updated