LogoLogo
HomeDocsAPIProjectsForum
  • Getting Started
    • For beginners
    • For ML practitioners
    • For embedded engineers
  • Frequently asked questions
  • Tutorials
    • End-to-end tutorials
      • Continuous motion recognition
      • Responding to your voice
      • Recognize sounds from audio
      • Adding sight to your sensors
        • Collecting image data from the Studio
        • Collecting image data with your mobile phone
        • Collecting image data with the OpenMV Cam H7 Plus
      • Object detection
        • Detect objects using MobileNet SSD
        • Detect objects with FOMO
      • Sensor fusion
      • Sensor fusion using Embeddings
      • Processing PPG input with HR/HRV Features Block
      • Industrial Anomaly Detection on Arduino® Opta® PLC
    • Advanced inferencing
      • Continuous audio sampling
      • Multi-impulse
      • Count objects using FOMO
    • API examples
      • Running jobs using the API
      • Python API Bindings Example
      • Customize the EON Tuner
      • Ingest multi-labeled data using the API
      • Trigger connected board data sampling
    • ML & data engineering
      • EI Python SDK
        • Using the Edge Impulse Python SDK with TensorFlow and Keras
        • Using the Edge Impulse Python SDK to run EON Tuner
        • Using the Edge Impulse Python SDK with Hugging Face
        • Using the Edge Impulse Python SDK with Weights & Biases
        • Using the Edge Impulse Python SDK with SageMaker Studio
        • Using the Edge Impulse Python SDK to upload and download data
      • Label image data using GPT-4o
      • Label audio data using your existing models
      • Generate synthetic datasets
        • Generate image datasets using Dall·E
        • Generate keyword spotting datasets
        • Generate physics simulation datasets
        • Generate audio datasets using Eleven Labs
      • FOMO self-attention
    • Lifecycle Management
      • CI/CD with GitHub Actions
      • OTA Model Updates
        • with Nordic Thingy53 and the Edge Impulse APP
      • Data Aquisition from S3 Object Store - Golioth on AI
    • Expert network projects
  • Edge Impulse Studio
    • Organization hub
      • Users
      • Data campaigns
      • Data
      • Data transformation
      • Upload portals
      • Custom blocks
        • Transformation blocks
        • Deployment blocks
          • Deployment metadata spec
      • Health Reference Design
        • Synchronizing clinical data with a bucket
        • Validating clinical data
        • Querying clinical data
        • Transforming clinical data
        • Buildling data pipelines
    • Project dashboard
      • Select AI Hardware
    • Devices
    • Data acquisition
      • Uploader
      • Data explorer
      • Data sources
      • Synthetic data
      • Labeling queue
      • AI labeling
      • CSV Wizard (Time-series)
      • Multi-label (Time-series)
      • Tabular data (Pre-processed & Non-time-series)
      • Metadata
      • Auto-labeler [Deprecated]
    • Impulse design & Experiments
    • Bring your own model (BYOM)
    • Processing blocks
      • Raw data
      • Flatten
      • Image
      • Spectral features
      • Spectrogram
      • Audio MFE
      • Audio MFCC
      • Audio Syntiant
      • IMU Syntiant
      • HR/HRV features
      • Building custom processing blocks
        • Hosting custom DSP blocks
      • Feature explorer
    • Learning blocks
      • Classification (Keras)
      • Anomaly detection (K-means)
      • Anomaly detection (GMM)
      • Visual anomaly detection (FOMO-AD)
      • Regression (Keras)
      • Transfer learning (Images)
      • Transfer learning (Keyword Spotting)
      • Object detection (Images)
        • MobileNetV2 SSD FPN
        • FOMO: Object detection for constrained devices
      • NVIDIA TAO (Object detection & Images)
      • Classical ML
      • Community learn blocks
      • Expert Mode
      • Custom learning blocks
    • EON Tuner
      • Search space
    • Retrain model
    • Live classification
    • Model testing
    • Performance calibration
    • Deployment
      • EON Compiler
      • Custom deployment blocks
    • Versioning
  • Tools
    • API and SDK references
    • Edge Impulse CLI
      • Installation
      • Serial daemon
      • Uploader
      • Data forwarder
      • Impulse runner
      • Blocks
      • Himax flash tool
    • Edge Impulse for Linux
      • Linux Node.js SDK
      • Linux Go SDK
      • Linux C++ SDK
      • Linux Python SDK
      • Flex delegates
    • Edge Impulse Python SDK
  • Run inference
    • C++ library
      • As a generic C++ library
      • On your desktop computer
      • On your Zephyr-based Nordic Semiconductor development board
    • Linux EIM Executable
    • WebAssembly
      • Through WebAssembly (Node.js)
      • Through WebAssembly (browser)
    • Docker container
    • Edge Impulse firmwares
  • Edge AI Hardware
    • Overview
    • MCU
      • Nordic Semi nRF52840 DK
      • Nordic Semi nRF5340 DK
      • Nordic Semi nRF9160 DK
      • Nordic Semi nRF9161 DK
      • Nordic Semi nRF9151 DK
      • Nordic Semi nRF7002 DK
      • Nordic Semi Thingy:53
      • Nordic Semi Thingy:91
    • CPU
      • macOS
      • Linux x86_64
    • Mobile Phone
    • Porting Guide
  • Integrations
    • Arduino Machine Learning Tools
    • NVIDIA Omniverse
    • Embedded IDEs - Open-CMSIS
    • Scailable
    • Weights & Biases
  • Pre-built datasets
    • Continuous gestures
    • Running faucet
    • Keyword spotting
    • LiteRT (Tensorflow Lite) reference models
  • Tips & Tricks
    • Increasing model performance
    • Data augmentation
    • Inference performance metrics
    • Optimize compute time
    • Adding parameters to custom blocks
    • Combine Impulses
  • Concepts
    • Glossary
    • Data Engineering
      • Audio Feature Extraction
      • Motion Feature Extraction
    • ML Concepts
      • Neural Networks
        • Layers
        • Activation Functions
        • Loss Functions
        • Optimizers
          • Learned Optimizer (VeLO)
        • Epochs
      • Evaluation Metrics
    • Edge AI
      • Introduction to edge AI
      • What is edge computing?
      • What is machine learning (ML)?
      • What is edge AI?
      • How to choose an edge AI device
      • Edge AI lifecycle
      • What is edge MLOps?
      • What is Edge Impulse?
      • Case study: Izoelektro smart grid monitoring
      • Test and certification
    • What is embedded ML, anyway?
    • What is edge machine learning (edge ML)?
Powered by GitBook
On this page
  • Getting started with EIM artifacts
  • EIM artifact overview
  • Troubleshooting
  • Advanced Usage
  1. Run inference

Linux EIM Executable

PreviousOn your Zephyr-based Nordic Semiconductor development boardNextWebAssembly

Last updated 6 months ago

"Edge Impulse Model" (EIM) files are native Linux and macOS binary applications that contains your full impulse created in Edge Impulse Studio. The impulse consists of the signal processing block(s) along with any learning and anomaly block(s) you added and trained. EIM files are compiled for your particular system architecture and are used to run inference natively on your system.

Source code for EIM can be found .

Getting started with EIM artifacts

To download and use an EIM artifact, you will need to first install the Edge Impulse CLI tool suite by .

From there, use the edge-impulse-linux-runner tool to download the .eim file (named modelfile.eim):

edge-impulse-linux-runner --download modelfile.eim

Note that the first time you call this tool, it will ask you to log into your Edge Impulse account and select a project. Subsequent calls will use your cached credentials and assume your selected project. To select a different project, you will need to log in again by using the --clean argument:

edge-impulse-linux-runner --clean --download modelfile.eim

Note that you can also download a .eim file for your system from Edge Impulse Studio. The various .eim deployment options are listed in the Deployment page. Search for "Linux" or "macOS" to see the executables listed as possible targets for deployment.

From there, you can use one of the supported high-level language SDKs to perform inference locally. These SDKs run the .eim executable as its own process in the background and provide an interface for you to use in your application. See the following guides to get started using these SDKs:

The interface, installed as a library for your language, allows you to send raw data to the EIM process and receive inference results.

EIM artifact overview

The EIM file runs as a native Linux application. JSON data is passed to and from the EIM program using Unix-like sockets or standard input/output (stdio). The high-level architecture and data flow is shown below.

In general, you use the edge-impulse-linux-runner application to download and interact with the EIM model. When you request to download the EIM file, you will be asked to log into your Edge Impulse Studio account. Studio will compile the .eim binary from a given project for your particular computer architecture.

From there, you can use the edge-impulse-linux-runner to interact with the EIM file. This includes sending raw samples and receiving inference results. Edge Impulse maintains high-level programming language interfaces (e.g. Python, Node.JS, Go) for you to use to interact with the runner process. From this, you can develop applications to natively perform inference using your impulse trained on Edge Impulse Studio.

The high-level language SDKs talk to the model through the IPC layer to run inference, so these SDKs are very thin and just need the ability to spawn a binary.

Troubleshooting

Wrong OS bits

If you encounter the following error message when trying to run a .eim file, it likely means the .eim file was compiled for the incorrect system architecture:

Failed to run impulse Error: Unsupported architecture "<some-architecture>"

Often, it means that you are attempting to deploy the .eim file to a 32-bit operating system running on a 64-bit CPU. You can check your CPU's bit width with the following commands:

uname -m
uname -a

These should show you if you are running on a 32-bit CPU (e.g. x86) or a 64-bit CPU (e.g. x86_64 or aarch64).

Next, check your operating system bit width:

getconf LONG_BIT

This will return 32 for 32 bits or 64 for 64 bits. When you use the runner tool to download an .eim file, it will provide the Edge Impulse servers information about your hardware architecture. If you are using a 64-bit CPU, you will receive an .eim file compiled for 64-bit systems. Such an executable will not run on 32-bit operating systems.

To correct this, make sure that you are running a 32-bit OS on 32-bit hardware or a 64-bit OS on 64-bit hardware only.

Advanced Usage

If you would like to modify, debug, or interface with EIM artifacts on a lower level, these notes should help you get started.

JSON protocol

JSON frames are used to pass data to and from the EIM executable running on your system. They can be transferred via Unix-like sockets (what edge-impulse-linux-runner uses) or standard input/output (stdio). Example frames are given below.

An example dataflow of how such JSON messages are passed between the runner and EIM executable is shown below:

If the EIM executable encounters an error, you might see something like this:

Runner to EIM JSON examples

Basic "hello" frame:

{
	"hello": 1, // always 1 (version number)
	"id": 1 // ID should be incremented with each message
}

Sending raw features to be classified:

{
	"classify": [1, 2, ..., 3],
	"id": 2,
	"debug": false // OPTIONAL, enables debug output from EIM
}

EIM to runner JSON examples

Model info:

{
   "id": 1,
   "model_parameters": {
      "axis_count": 3,
      "frequency": 62.5,
      "has_anomaly": 1,
      "image_channel_count": 0,
      "image_input_frames": 0,
      "image_input_height": 0,
      "image_input_width": 0,
      "input_features_count": 375,
      "interval_ms": 16,
      "label_count": 4,
      "labels": [
         "idle",
         "snake",
         "updown",
         "wave"
      ],
      "model_type": "classification",
      "sensor": 2,
      "slice_size": 31,
      "use_continuous_mode": false
   },
   "project": {
      "deploy_version": 411,
      "id": 1,
      "name": "Continuous gestures",
      "owner": "EdgeImpulse Inc."
   },
   "success": true
}

Classification inference result:

{
	"id": 1, // ID of the 'classify' message
	"success": true,
	"result": {
		"classification": {
			"up": 0.98,
			"down": 0.00,
			"wave": 0.02
		}
	},
	"timing": {
		"dsp": 0, // miliseconds of the DSP processing
		"classification": 0, // miliseconds of the NN processing
		"anomaly": 0, // miliseconds of the anomaly block processing
		"json": 0, // miliseconds spent on the JSON parsing
		"stdin": 0 // miliseconds sepnt on the STDIN processing
	}
}

Object detection inference result:

{
	"id": 1, // ID of the 'classify' message
	"success": true,
	"result": {
		"bounding_boxes": [
		    {
		      "height": 8,
	        "label": "beer",
	        "value": 0.5000159740447998,
	        "width": 8,
	        "x": 8,
	        "y": 40
	     },
	     {
		     "height": 8,
	       "label": "beer",
	       "value": 0.5000159740447998,
	       "width": 8,
	       "x": 72,
	       "y": 40
		  }
		]
	},
	"timing": {
		"dsp": 0, // miliseconds of the DSP processing
		"classification": 0, // miliseconds of the NN processing
		"anomaly": 0, // miliseconds of the anomaly block processing
		"json": 0, // miliseconds spent on the JSON parsing
		"stdin": 0 // miliseconds sepnt on the STDIN processing
	}
}

Error frame:

{
	"success": false,
	"error": "Error message",
	"id": 1 // OPTIONAL, ID of the message that generated error
}

Debugging with stdout

You can run the .eim file as any other binary executable. Instead of using sockets to send and receive JSON frames manually, you can connect the runner to the EIM's socket to use your shell's standard input/output. To do that, open a terminal and run your .eim file as an executable, giving it a temporary socket as an argument:

./modelfile.eim /tmp/hello.sock

Open another terminal and start the impulse runner, connecting it to your temporary socket:

edge-impulse-linux-runner --model-file /tmp/hello.sock

In addition to using stdout, you can also use common debugger tools with the runner to assist in debugging the EIM program. To use LLDB, run:

lldb -o run ./modelfile.eim /tmp/hello.sock

For GDB:

gdb --args ./modelfile.eim /tmp/hello.sock

If you would like to compile the .eim file manually, please refer to .

EIM executables contain your signal processing and ML code, compiled with optimizations for your processor or GPU (e.g. NEON instructions on ARM cores) plus a very simple (over a Unix socket). By doing this, your model file is now completely self-contained, and it does not depend on anything (except glibc). As a result, you do not need specific TensorFlow versions, can avoid Python dependency hell, and will never have to worry about why you're not running at full native speed.

Linux Node.js SDK
Linux Go SDK
Linux Python SDK
IPC layer
these instructions
here
following these instructions
Download EIM file from Edge Impulse Studio
EIM artifact overview
EIM JSON data flow
EIM JSON data flow with error condition