<?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 How to deploy and run YOLOv5 trained model on imx8mplus? in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-to-deploy-and-run-YOLOv5-trained-model-on-imx8mplus/m-p/2048766#M234308</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Iam working on imx8mplus yocto project. I have trained object detection model on YOLOv5 on custom dataset. Its working fine on ubuntu pc. Now I want to run that model on my imx8mplus board. I convert the model in yo tflite and try to run the model on tensorflow script but its not working.&lt;/P&gt;&lt;P&gt;How can I run YOLOv5 model on imx8mplus?&lt;/P&gt;&lt;P&gt;Is any other way to run any other object detection model on imx8mplus that support for faster framerate and easy to interface? Also I need to train that model on my custom dataset.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!!&lt;/P&gt;</description>
    <pubDate>Fri, 21 Feb 2025 04:42:04 GMT</pubDate>
    <dc:creator>vivek338</dc:creator>
    <dc:date>2025-02-21T04:42:04Z</dc:date>
    <item>
      <title>How to deploy and run YOLOv5 trained model on imx8mplus?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-deploy-and-run-YOLOv5-trained-model-on-imx8mplus/m-p/2048766#M234308</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Iam working on imx8mplus yocto project. I have trained object detection model on YOLOv5 on custom dataset. Its working fine on ubuntu pc. Now I want to run that model on my imx8mplus board. I convert the model in yo tflite and try to run the model on tensorflow script but its not working.&lt;/P&gt;&lt;P&gt;How can I run YOLOv5 model on imx8mplus?&lt;/P&gt;&lt;P&gt;Is any other way to run any other object detection model on imx8mplus that support for faster framerate and easy to interface? Also I need to train that model on my custom dataset.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!!&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2025 04:42:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-deploy-and-run-YOLOv5-trained-model-on-imx8mplus/m-p/2048766#M234308</guid>
      <dc:creator>vivek338</dc:creator>
      <dc:date>2025-02-21T04:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to deploy and run YOLOv5 trained model on imx8mplus?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-deploy-and-run-YOLOv5-trained-model-on-imx8mplus/m-p/2050439#M234403</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;Please refer the doc i shared.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Zhiming&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2025 03:06:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-deploy-and-run-YOLOv5-trained-model-on-imx8mplus/m-p/2050439#M234403</guid>
      <dc:creator>Zhiming_Liu</dc:creator>
      <dc:date>2025-02-25T03:06:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to deploy and run YOLOv5 trained model on imx8mplus?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-deploy-and-run-YOLOv5-trained-model-on-imx8mplus/m-p/2050490#M234406</link>
      <description>Hi ,&lt;BR /&gt;Could you please share the document for deploying yolo models on imx8mp.&lt;BR /&gt;&lt;BR /&gt;Thank you,&lt;BR /&gt;Adarsh</description>
      <pubDate>Tue, 25 Feb 2025 04:56:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-deploy-and-run-YOLOv5-trained-model-on-imx8mplus/m-p/2050490#M234406</guid>
      <dc:creator>adarshkv</dc:creator>
      <dc:date>2025-02-25T04:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to deploy and run YOLOv5 trained model on imx8mplus?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-deploy-and-run-YOLOv5-trained-model-on-imx8mplus/m-p/2050805#M234429</link>
      <description>Hi,&lt;BR /&gt;Thanks for replying!&lt;BR /&gt;Now I have successfully converted yolov5 to tflite model and tested becnchmark on npu as well following the document you have sent. But now I need example code in python to test live object detection on camera.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance !</description>
      <pubDate>Tue, 25 Feb 2025 12:05:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-deploy-and-run-YOLOv5-trained-model-on-imx8mplus/m-p/2050805#M234429</guid>
      <dc:creator>vivek338</dc:creator>
      <dc:date>2025-02-25T12:05:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to deploy and run YOLOv5 trained model on imx8mplus?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-deploy-and-run-YOLOv5-trained-model-on-imx8mplus/m-p/2051199#M234458</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;The video pipeline is using gstreamer in the document. Please refer official detect code:&amp;nbsp;&lt;A href="https://github.com/ultralytics/yolov5/blob/master/detect.py" target="_blank"&gt;https://github.com/ultralytics/yolov5/blob/master/detect.py&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Zhiming&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2025 01:17:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-deploy-and-run-YOLOv5-trained-model-on-imx8mplus/m-p/2051199#M234458</guid>
      <dc:creator>Zhiming_Liu</dc:creator>
      <dc:date>2025-02-26T01:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to deploy and run YOLOv5 trained model on imx8mplus?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-deploy-and-run-YOLOv5-trained-model-on-imx8mplus/m-p/2053563#M234580</link>
      <description>Hi,&lt;BR /&gt;Thanks for replying!&lt;BR /&gt;Iam unable to open link in document:-&lt;BR /&gt;&lt;A href="https://community.nxp.com/t5/iMX-and-Vybrid-Support/Steps-to-deploy-yolov5s-on-i-MX8MP/ta-p/1410740" target="_blank"&gt;https://community.nxp.com/t5/iMX-and-Vybrid-Support/Steps-to-deploy-yolov5s-on-i-MX8MP/ta-p/1410740&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Getting Access Denied.&lt;BR /&gt;&lt;BR /&gt;Please help !</description>
      <pubDate>Fri, 28 Feb 2025 07:21:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-deploy-and-run-YOLOv5-trained-model-on-imx8mplus/m-p/2053563#M234580</guid>
      <dc:creator>vivek338</dc:creator>
      <dc:date>2025-02-28T07:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to deploy and run YOLOv5 trained model on imx8mplus?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-deploy-and-run-YOLOv5-trained-model-on-imx8mplus/m-p/2056602#M234748</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;This is not a public group.&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Zhiming&lt;/P&gt;</description>
      <pubDate>Thu, 06 Mar 2025 00:33:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-deploy-and-run-YOLOv5-trained-model-on-imx8mplus/m-p/2056602#M234748</guid>
      <dc:creator>Zhiming_Liu</dc:creator>
      <dc:date>2025-03-06T00:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to deploy and run YOLOv5 trained model on imx8mplus?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-deploy-and-run-YOLOv5-trained-model-on-imx8mplus/m-p/2056841#M234766</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/151788"&gt;@Zhiming_Liu&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I have somehow manage to run yolov5s model on board including gpu using tensorflow lite python api, but its too slow and its too difficult to run as compare to yolo.&lt;/P&gt;&lt;P&gt;My question is&amp;nbsp; that, any library or api is&amp;nbsp; available like ultarlytics(yolo) for tensorflow lite for detection in python. Like:-&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;python3 detect.py --weights yolov5s.pt --source 0 --device 0 --conf 0.5&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Or I have to learn python and machine learning using tensorflow from scratch?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help !!&lt;/P&gt;</description>
      <pubDate>Thu, 06 Mar 2025 08:08:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-deploy-and-run-YOLOv5-trained-model-on-imx8mplus/m-p/2056841#M234766</guid>
      <dc:creator>vivek338</dc:creator>
      <dc:date>2025-03-06T08:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to deploy and run YOLOv5 trained model on imx8mplus?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-deploy-and-run-YOLOv5-trained-model-on-imx8mplus/m-p/2059985#M234957</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;You may need add NPU delegate support in your python script, please refer here.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/i-MX-Processors/Request-Updated-NPU-Code-for-movenet-tflite-for-imx8mp/m-p/2058790#M234869" target="_blank"&gt;https://community.nxp.com/t5/i-MX-Processors/Request-Updated-NPU-Code-for-movenet-tflite-for-imx8mp/m-p/2058790#M234869&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Zhiming&lt;/P&gt;</description>
      <pubDate>Wed, 12 Mar 2025 03:16:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-deploy-and-run-YOLOv5-trained-model-on-imx8mplus/m-p/2059985#M234957</guid>
      <dc:creator>Zhiming_Liu</dc:creator>
      <dc:date>2025-03-12T03:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to deploy and run YOLOv5 trained model on imx8mplus?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-deploy-and-run-YOLOv5-trained-model-on-imx8mplus/m-p/2069450#M235565</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vivek338_0-1743075284547.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/330083iF2E68069EEDBB555/image-size/medium?v=v2&amp;amp;px=400" role="button" title="vivek338_0-1743075284547.png" alt="vivek338_0-1743075284547.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;What are these parametrs and how to modify according to pixel size.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;gst-launch-1.0 --no-position v4l2src device=/dev/video3 ! \&lt;BR /&gt;video/x-raw,width=640,height=480,framerate=30/1! \&lt;BR /&gt;tee name=t t. ! queue max-size-buffers=2 leaky=2 ! \&lt;BR /&gt;imxvideoconvert_g2d ! video/x-raw,width=256,height=256,format=RGBA ! \&lt;BR /&gt;videoconvert ! video/x-raw,format=RGB ! \&lt;BR /&gt;tensor_converter ! \&lt;BR /&gt;tensor_filter framework=tensorflow-lite model=yolov5s_quant_256.tflite \&lt;BR /&gt;custom=Delegate:External,ExtDelegateLib:libvx_delegate.so ! \&lt;BR /&gt;tensor_decoder mode=bounding_boxes option1=yolov5 option2=coco_label.txt \&lt;BR /&gt;option4=640:480 option5=256:256 ! \&lt;BR /&gt;mix. t. ! queue max-size-buffers=2 ! \&lt;BR /&gt;imxcompositor_g2d name=mix sink_0::zorder=2 sink_1::zorder=1 ! waylandsink&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;What to give option2=coco_label.txt. And what are the changes done to run model at 26-30fps? or what is the best parameter to run like pixel size, yolov5 model(small,medium,nano), number of images to train, epochs.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to run like nxp-demo object detection example but on custom data set.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Mar 2025 11:41:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-deploy-and-run-YOLOv5-trained-model-on-imx8mplus/m-p/2069450#M235565</guid>
      <dc:creator>vivek338</dc:creator>
      <dc:date>2025-03-27T11:41:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to deploy and run YOLOv5 trained model on imx8mplus?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-deploy-and-run-YOLOv5-trained-model-on-imx8mplus/m-p/2071649#M235693</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;Please use int8/uint8 for input/output data type, this should enhance the performance.&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Zhiming&lt;/P&gt;</description>
      <pubDate>Tue, 01 Apr 2025 05:00:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-deploy-and-run-YOLOv5-trained-model-on-imx8mplus/m-p/2071649#M235693</guid>
      <dc:creator>Zhiming_Liu</dc:creator>
      <dc:date>2025-04-01T05:00:19Z</dc:date>
    </item>
  </channel>
</rss>

