<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Request for Face Recognition Example Using NPU on i.MX8M Plus on Android Platform in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Request-for-Face-Recognition-Example-Using-NPU-on-i-MX8M-Plus-on/m-p/2114548#M238097</link>
    <description>&lt;P&gt;Hi NXP Team,&lt;/P&gt;&lt;P&gt;I am currently working with the i.MX8M Plus board and leveraging its NPU accelerator for machine learning workloads.&lt;/P&gt;&lt;P&gt;At present, my requirement is to implement face recognition with NPU acceleration on the Android platform (not Yocto-based). I would appreciate it if you could share a working reference or sample code that demonstrates face recognition using the NPU on Android.&lt;/P&gt;&lt;P&gt;If there are any specific models, Android SDKs, or dependencies required, kindly include those details as well.&lt;/P&gt;&lt;P&gt;Looking forward to your guidance and support.&lt;/P&gt;</description>
    <pubDate>Wed, 11 Jun 2025 14:24:04 GMT</pubDate>
    <dc:creator>mohamed_gaseen</dc:creator>
    <dc:date>2025-06-11T14:24:04Z</dc:date>
    <item>
      <title>Request for Face Recognition Example Using NPU on i.MX8M Plus on Android Platform</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Request-for-Face-Recognition-Example-Using-NPU-on-i-MX8M-Plus-on/m-p/2114548#M238097</link>
      <description>&lt;P&gt;Hi NXP Team,&lt;/P&gt;&lt;P&gt;I am currently working with the i.MX8M Plus board and leveraging its NPU accelerator for machine learning workloads.&lt;/P&gt;&lt;P&gt;At present, my requirement is to implement face recognition with NPU acceleration on the Android platform (not Yocto-based). I would appreciate it if you could share a working reference or sample code that demonstrates face recognition using the NPU on Android.&lt;/P&gt;&lt;P&gt;If there are any specific models, Android SDKs, or dependencies required, kindly include those details as well.&lt;/P&gt;&lt;P&gt;Looking forward to your guidance and support.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jun 2025 14:24:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Request-for-Face-Recognition-Example-Using-NPU-on-i-MX8M-Plus-on/m-p/2114548#M238097</guid>
      <dc:creator>mohamed_gaseen</dc:creator>
      <dc:date>2025-06-11T14:24:04Z</dc:date>
    </item>
    <item>
      <title>Re: Request for Face Recognition Example Using NPU on i.MX8M Plus on Android Platform</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Request-for-Face-Recognition-Example-Using-NPU-on-i-MX8M-Plus-on/m-p/2114611#M238101</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;You can see the face recognition demo on section 8.1.4 of the i.MX Machine Learning User's&amp;nbsp; guide, it works for android and yocto.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jun 2025 16:28:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Request-for-Face-Recognition-Example-Using-NPU-on-i-MX8M-Plus-on/m-p/2114611#M238101</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2025-06-11T16:28:08Z</dc:date>
    </item>
    <item>
      <title>Re: Request for Face Recognition Example Using NPU on i.MX8M Plus on Android Platform</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Request-for-Face-Recognition-Example-Using-NPU-on-i-MX8M-Plus-on/m-p/2114990#M238119</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/34846"&gt;@Bio_TICFSL&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Thank you for your timely response and support.&lt;/P&gt;&lt;P&gt;Regarding the Machine Learning User Guide link you provided — I’d like to clarify that we are specifically looking for Android-based examples rather than Python implementations.&lt;/P&gt;&lt;P&gt;For reference, we successfully built and tested the Image Classification Android example from the following GitHub repository:&lt;BR /&gt;&lt;A href="https://github.com/tensorflow/examples/tree/master/lite/examples/image_classification/android" target="_blank"&gt;https://github.com/tensorflow/examples/tree/master/lite/examples/image_classification/android&lt;/A&gt;&lt;/P&gt;&lt;P&gt;This approach worked well for us.&lt;/P&gt;&lt;P&gt;We are now looking to implement Face Recognition using a similar Android-native approach. Would it be possible for you to share an Android example or source code for face recognition, ideally in a structure similar to the image classification example?&lt;/P&gt;&lt;P&gt;Having access to such an implementation would be extremely helpful for our ongoing work and integration.&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jun 2025 05:17:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Request-for-Face-Recognition-Example-Using-NPU-on-i-MX8M-Plus-on/m-p/2114990#M238119</guid>
      <dc:creator>mohamed_gaseen</dc:creator>
      <dc:date>2025-06-12T05:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: Request for Face Recognition Example Using NPU on i.MX8M Plus on Android Platform</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Request-for-Face-Recognition-Example-Using-NPU-on-i-MX8M-Plus-on/m-p/2114995#M238121</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/225015"&gt;@mohamed_gaseen&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Glad to know that you are working on the IMX8M Plus board with NPU. I just want to clarify: since you mentioned that you are working on the Android platform, does that mean you are deploying your model not on a Yocto-based source, but rather using the AOSP source for deployment?&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Varshil&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jun 2025 05:28:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Request-for-Face-Recognition-Example-Using-NPU-on-i-MX8M-Plus-on/m-p/2114995#M238121</guid>
      <dc:creator>varshilg</dc:creator>
      <dc:date>2025-06-12T05:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: Request for Face Recognition Example Using NPU on i.MX8M Plus on Android Platform</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Request-for-Face-Recognition-Example-Using-NPU-on-i-MX8M-Plus-on/m-p/2115004#M238123</link>
      <description>&lt;P&gt;Dear &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/249527"&gt;@varshilg&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Yes we need in the AOSP source for the face recognition, not in the Yocto.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jun 2025 05:37:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Request-for-Face-Recognition-Example-Using-NPU-on-i-MX8M-Plus-on/m-p/2115004#M238123</guid>
      <dc:creator>mohamed_gaseen</dc:creator>
      <dc:date>2025-06-12T05:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: Request for Face Recognition Example Using NPU on i.MX8M Plus on Android Platform</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Request-for-Face-Recognition-Example-Using-NPU-on-i-MX8M-Plus-on/m-p/2115013#M238124</link>
      <description>Okay, great.&lt;BR /&gt;Are you only using pre-trained models, or are you building your own custom models from scratch? I’m asking because I am also deploying a model on the IMX and facing an issue where the Fully_Connected layers are not being converted to a Neuron Graph for the NPU.</description>
      <pubDate>Thu, 12 Jun 2025 05:48:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Request-for-Face-Recognition-Example-Using-NPU-on-i-MX8M-Plus-on/m-p/2115013#M238124</guid>
      <dc:creator>varshilg</dc:creator>
      <dc:date>2025-06-12T05:48:22Z</dc:date>
    </item>
    <item>
      <title>Re: Request for Face Recognition Example Using NPU on i.MX8M Plus on Android Platform</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Request-for-Face-Recognition-Example-Using-NPU-on-i-MX8M-Plus-on/m-p/2115440#M238145</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;The demo is working in Android BSP, but from the console I think what you are looking is an app.&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jun 2025 13:31:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Request-for-Face-Recognition-Example-Using-NPU-on-i-MX8M-Plus-on/m-p/2115440#M238145</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2025-06-12T13:31:28Z</dc:date>
    </item>
    <item>
      <title>Re:  Request for Face Recognition Example Using NPU on i.MX8M Plus on Android Platform</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Request-for-Face-Recognition-Example-Using-NPU-on-i-MX8M-Plus-on/m-p/2116051#M238186</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The default application (&lt;A title="http://android.example.com/" href="http://android.example.com" target="_blank" rel="noreferrer noopener"&gt;android.example.com&lt;/A&gt;.tflitecamerademo) runs successfully on the Android 14 BSP and primarily performs image classification. However, we require a face recognition demo application to run on the same BSP.&lt;/P&gt;&lt;P&gt;Could you please confirm whether NNAPI is equivalent to the NPU?&lt;/P&gt;&lt;P&gt;We observed a latency of 200 ms when using the CPU, whereas NNAPI achieves 12 ms.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jun 2025 09:48:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Request-for-Face-Recognition-Example-Using-NPU-on-i-MX8M-Plus-on/m-p/2116051#M238186</guid>
      <dc:creator>mohamed_gaseen</dc:creator>
      <dc:date>2025-06-13T09:48:55Z</dc:date>
    </item>
    <item>
      <title>Re:  Request for Face Recognition Example Using NPU on i.MX8M Plus on Android Platform</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Request-for-Face-Recognition-Example-Using-NPU-on-i-MX8M-Plus-on/m-p/2116150#M238195</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;NNAPI is Neural Network API de android, This API use components of GPU and NPU.&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jun 2025 13:50:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Request-for-Face-Recognition-Example-Using-NPU-on-i-MX8M-Plus-on/m-p/2116150#M238195</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2025-06-13T13:50:17Z</dc:date>
    </item>
    <item>
      <title>Re:  Request for Face Recognition Example Using NPU on i.MX8M Plus on Android Platform</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Request-for-Face-Recognition-Example-Using-NPU-on-i-MX8M-Plus-on/m-p/2116381#M238211</link>
      <description>&lt;P&gt;Thank you &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/34846"&gt;@Bio_TICFSL&lt;/a&gt; for your prompt response and for confirming NNAPI support on the i.MX8MP platform.&lt;/P&gt;&lt;P&gt;As a next step, I am looking for a face recognition example implemented in Android code, preferably utilizing NNAPI delegates to run on the NPU. While I have reviewed the Python-based examples provided in the eIQ documentation, I would appreciate a native Android application—similar to TensorFlow Lite Android examples—but tailored for face recognition.&lt;/P&gt;&lt;P&gt;Also could you please reply to these two points:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Do you have any VIT voice recognition running model on Android ?&lt;/LI&gt;&lt;LI&gt;Can you please find the attached image, here we're selecting NNAPI which is both GPU &amp;amp; NPU supported as you referred. But I want to specify only for GPU. Is there any possible way ?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="NNAPI.jpeg" style="width: 301px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/342932iAEDEC8C8CFF6AFE6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="NNAPI.jpeg" alt="NNAPI.jpeg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Kindly share a reference implementation or point me to any existing Android project that demonstrates face detection or recognition on i.MX8MP using NNAPI?&lt;/P&gt;</description>
      <pubDate>Sat, 14 Jun 2025 06:08:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Request-for-Face-Recognition-Example-Using-NPU-on-i-MX8M-Plus-on/m-p/2116381#M238211</guid>
      <dc:creator>mohamed_gaseen</dc:creator>
      <dc:date>2025-06-14T06:08:57Z</dc:date>
    </item>
    <item>
      <title>Re:  Request for Face Recognition Example Using NPU on i.MX8M Plus on Android Platform</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Request-for-Face-Recognition-Example-Using-NPU-on-i-MX8M-Plus-on/m-p/2117019#M238261</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/34846"&gt;@Bio_TICFSL&lt;/a&gt; ,&lt;BR /&gt;&lt;BR /&gt;Is there any update regarding this??&lt;BR /&gt;&lt;BR /&gt;Please support me with it ASAP.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jun 2025 14:18:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Request-for-Face-Recognition-Example-Using-NPU-on-i-MX8M-Plus-on/m-p/2117019#M238261</guid>
      <dc:creator>mohamed_gaseen</dc:creator>
      <dc:date>2025-06-16T14:18:56Z</dc:date>
    </item>
    <item>
      <title>Re:  Request for Face Recognition Example Using NPU on i.MX8M Plus on Android Platform</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Request-for-Face-Recognition-Example-Using-NPU-on-i-MX8M-Plus-on/m-p/2117031#M238265</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Yes, you can apply this:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/nxp-imx-support/imx-voiceplayer" target="_blank"&gt;https://github.com/nxp-imx-support/imx-voiceplayer&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jun 2025 14:33:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Request-for-Face-Recognition-Example-Using-NPU-on-i-MX8M-Plus-on/m-p/2117031#M238265</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2025-06-16T14:33:53Z</dc:date>
    </item>
  </channel>
</rss>

