<?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>i.MX Processors中的主题 yolov11 object detection model conversion on eiq</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/yolov11-object-detection-model-conversion-on-eiq/m-p/2128472#M238980</link>
    <description>&lt;P&gt;The YOLOv11 object detection model can be converted to int8.tflite using Ultralytics APIs. However, when converting the .pt model to .onnx and subsequently to .tflite using EIQ model conversion tools, it shows conversion errors indicating that the model is not a TorchScript (.pt → .onnx), and the conversion from .onnx to .tflite does not show quantization options. Help in this regard would be appreciated to convert the YOLOv11 model without using Ultralytics APIs but with the EIQ toolkit. Thanks!&lt;/P&gt;</description>
    <pubDate>Fri, 04 Jul 2025 06:43:18 GMT</pubDate>
    <dc:creator>swapnildaphal</dc:creator>
    <dc:date>2025-07-04T06:43:18Z</dc:date>
    <item>
      <title>yolov11 object detection model conversion on eiq</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/yolov11-object-detection-model-conversion-on-eiq/m-p/2128472#M238980</link>
      <description>&lt;P&gt;The YOLOv11 object detection model can be converted to int8.tflite using Ultralytics APIs. However, when converting the .pt model to .onnx and subsequently to .tflite using EIQ model conversion tools, it shows conversion errors indicating that the model is not a TorchScript (.pt → .onnx), and the conversion from .onnx to .tflite does not show quantization options. Help in this regard would be appreciated to convert the YOLOv11 model without using Ultralytics APIs but with the EIQ toolkit. Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jul 2025 06:43:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/yolov11-object-detection-model-conversion-on-eiq/m-p/2128472#M238980</guid>
      <dc:creator>swapnildaphal</dc:creator>
      <dc:date>2025-07-04T06:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: yolov11 object detection model conversion on eiq</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/yolov11-object-detection-model-conversion-on-eiq/m-p/2128566#M238987</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/252338"&gt;@swapnildaphal&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Please use below steps:&lt;/P&gt;
&lt;P&gt;1. Convert .pb to .onnx with&amp;nbsp;&lt;SPAN&gt;Ultralytics Apis&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;2.Convert .onnx to .tflite with&amp;nbsp;&lt;SPAN&gt;quantization in eIQ, need to setup the dataset folder in&amp;nbsp;quantization option.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Zhiming&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jul 2025 08:47:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/yolov11-object-detection-model-conversion-on-eiq/m-p/2128566#M238987</guid>
      <dc:creator>Zhiming_Liu</dc:creator>
      <dc:date>2025-07-04T08:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: yolov11 object detection model conversion on eiq</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/yolov11-object-detection-model-conversion-on-eiq/m-p/2128571#M238988</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/151788"&gt;@Zhiming_Liu&lt;/a&gt;&amp;nbsp;Thanks for the reply!&lt;BR /&gt;For point no. 1, do you mean to say .pt to .onnx, as ultralytics provide that option. As ultralytics provide that option of converting .pt to .onnx, to best of my knowledge, .pb to .onnx is not provided in its API, and if it is so can you please share the link to the resource mentioning the same.&amp;nbsp;&lt;BR /&gt;I appreciate your quick and prompt response. Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jul 2025 08:52:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/yolov11-object-detection-model-conversion-on-eiq/m-p/2128571#M238988</guid>
      <dc:creator>swapnildaphal</dc:creator>
      <dc:date>2025-07-04T08:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: yolov11 object detection model conversion on eiq</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/yolov11-object-detection-model-conversion-on-eiq/m-p/2128576#M238989</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/252338"&gt;@swapnildaphal&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;If the&amp;nbsp;&lt;SPAN&gt;ultralytics disabled the onnx export, you can export .pb to tflite without any&amp;nbsp;quantization, then use eIQ to export tflite with&amp;nbsp;quantization.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Zhiming&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jul 2025 08:55:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/yolov11-object-detection-model-conversion-on-eiq/m-p/2128576#M238989</guid>
      <dc:creator>Zhiming_Liu</dc:creator>
      <dc:date>2025-07-04T08:55:49Z</dc:date>
    </item>
    <item>
      <title>Re: yolov11 object detection model conversion on eiq</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/yolov11-object-detection-model-conversion-on-eiq/m-p/2128591#M238991</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/151788"&gt;@Zhiming_Liu&lt;/a&gt;&amp;nbsp;Ultralytics does provide the option of .pt to .onnx, shall I use it for the conversion.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jul 2025 09:08:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/yolov11-object-detection-model-conversion-on-eiq/m-p/2128591#M238991</guid>
      <dc:creator>swapnildaphal</dc:creator>
      <dc:date>2025-07-04T09:08:45Z</dc:date>
    </item>
    <item>
      <title>Re: yolov11 object detection model conversion on eiq</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/yolov11-object-detection-model-conversion-on-eiq/m-p/2128889#M239019</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/252338"&gt;@swapnildaphal&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Yes, you can use that option.&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Zhiming&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jul 2025 01:37:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/yolov11-object-detection-model-conversion-on-eiq/m-p/2128889#M239019</guid>
      <dc:creator>Zhiming_Liu</dc:creator>
      <dc:date>2025-07-07T01:37:28Z</dc:date>
    </item>
  </channel>
</rss>

