eiq samples imx8mqevk

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

eiq samples imx8mqevk

934 Views
manizillion
Contributor IV

I downloaded the eIQ object recognition CPP sample application source from the following link,

 

https://source.codeaurora.org/external/imxsupport/eiq_sample_apps/tree/examples-opencv/obj_recogniti...

 

Compiled the source using the imx8mqevk toolchain and tested the binary on the imx8mqevk target board it's running on the latest FSL image 5.4 kernel.

 

The app was running on the CPU memory only not on the GPU memory so the application response was very slow.

 

Is it possible to run the same app on the imx8 GPU side for better response time and speed?

 

Also, share some references for CPP based image processing sources on the GPU side.

0 Kudos
2 Replies

929 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello manizillion,

 

The only instruction that manages the gpu are from OpenCV, and unfortunately the examples working as is. You can add to the GPU adding more instruction for the GPU.

 

Regards

 

0 Kudos

923 Views
manizillion
Contributor IV

hi ,

Can i get pyeiq equivalent for c++ code using tflife as example, can you share the source code link for c++ machine learning applications for imx8mqevk ?

0 Kudos