Hi,
could you please provide some guidance how to move further with object detection application when you have your object detection model already trained with eIQ Portal?
I created example eIQ Portal project (*.eiqp), available at my Github where I described the workflow I followed. I believe it can be a starting point.
The repo also contains the final checkpoint after the training therefore model can be exported. To see model performance and explore the project:
- Clone or download the above repo
- Open eIQ Portal and choose the eiqp project (in this case fruits_object_detection.eiqp)
- Hit Select Model -> Restore Model -> choose checkpoint (only one available) and after that you can see as follows:

Model can be exported using Deploy button.
The questions are:
- Is there any tutorial available describing what export file type to choose (what is the most supported now by NXP)
- Is there any tutorial how to run object detection model on i.MXRT1170 (for example, input from camera - attached to i.MXRT1170 kits - is being processed through the model and predictions (bounding boxes with labels) & camera data are displayed on LCD - also attached to i.MXRT1170 kits)
- or perhaps, do eIQ examples from i.MXRT1170 SDK (2.10.0) require big modifications to work with object detection models?
Thanks in advance for your support!