To start working with a ready-to-use model:
- Install the Edge AI Add-on and set up the application.
- Browse the model catalog and download the archive that matches your use case and target hardware.
- Extract the archive and review the included
README.mdfor configuration details. - Copy the model into the application folder, replacing the default one.
- Update your application's source code with the parameters from the
README.md, then build and flash to your device. - 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.