Working with the model

Edge AI Lab

tags
edge-ai-lab

To start working with a ready-to-use model:

  1. Install the Edge AI Add-on and set up the application.
  2. Browse the model catalog and download the archive that matches your use case and target hardware.
  3. Extract the archive and review the included README.md for configuration details.
  4. Copy the model into the application folder, replacing the default one.
  5. Update your application's source code with the parameters from the README.md, then build and flash to your device.
  6. Run inference and evaluate the model's performance to determine whether it meets your requirements.

If none of the available models fit your use case, you can train a custom model using your own dataset. See Model creating pipeline for guidance.