GPU acceleration in eiq Face Recogintion

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

GPU acceleration in eiq Face Recogintion

703 Views
sharat2096
Contributor I

Hi,

I executed a tflite based Face Recognition application on imx8mqevk with bsp 5.4.3.1 ,i could see a part of GPU coming into picture.I didn't get anything on how GPU is running even when UseNNapi(false) in the existing code base.Any inputs on running ".tflite"  model on GPU making this code base as reference??.

https://source.codeaurora.org/external/imxsupport/eiq_sample_apps/tree/examples-tflite/face_recognit...

 Sources for compilation were taken from the mentioned link.

0 Kudos
3 Replies

629 Views
sharat2096
Contributor I
0 Kudos

690 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello Sharat2096,

 

The face recognition is part of the eiq and openCV please check this page:

https://vanity-freescale.jiveon.com/docs/DOC-343740

 

Regards

 

0 Kudos

676 Views
sharat2096
Contributor I

Hi,

Actually my point of interest is how GPU is handling  the tflite model,I tried a similar approach but the i could see only CPU execution and nothing was running on GPU. Also interested to know  how tflite interpreter is enabling the execution on GPU for the EIQ Sample Code. Few cases of my trial gave some segmentation faults while calculating tensors following EIQ face recognition cpp application as reference .

0 Kudos