GPU support for object detection using TensorFlow Lite in my own custom image on the imx8dxp chip.

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

GPU support for object detection using TensorFlow Lite in my own custom image on the imx8dxp chip.

1,381件の閲覧回数
Yu-ki
Contributor I

Hi, Team

I am currently developing on my own custom image on imx8dxp. When using TensorFlow Lite for object detection, I am running it only on the CPU and now I want to run it on the GPU. I found in the i.MX Machine Learning User's Guide that I can use the vx-delegate to enable TensorFlow Lite with GPU support. Can I enable GPU support by building the library from the following repository and setting the path?

https://github.com/nxp-imx/tflite-vx-delegate-imx.git

best regards,

 

 

 

0 件の賞賛
返信
1 返信

1,362件の閲覧回数
brian14
NXP TechSupport
NXP TechSupport

Hi @Yu-ki

Thank you for contacting NXP Support.

Yes, you can try building the VX Delegate, however, the recommendation is to use The Yocto Project recipe specifically the .bb file for TIM VX.
meta-imx/meta-ml/recipes-libraries/tim-vx/tim-vx_1.1.42.bb at mickledore-6.1.22-2.0.0 · nxp-imx/meta...

Base your building process on that .bb file.
Here is the TIM VX repository for more information:

GitHub - nxp-imx/tim-vx-imx at lf-6.1.55_2.2.0

Have a great day!

0 件の賞賛
返信