<?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のトピックRe: Can object detection and pose recognition be done simultaneously on imx8mplus??</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Can-object-detection-and-pose-recognition-be-done-simultaneously/m-p/2113650#M238038</link>
    <description>Hi! Thanks for sharing the details of your setup. It’s really interesting that you’re running both object detection and pose recognition on the i.MX8M Plus board.&lt;BR /&gt;&lt;BR /&gt;I also tried using the MoveNet TFLite model for pose detection, but I wasn’t getting proper results — maybe due to some issues in inference or model behavior on the board imx8mp.&lt;BR /&gt;&lt;BR /&gt;If you don’t mind, could you please share the Python code or a sample snippet that you used for MoveNet pose detection? It would be helpful to compare and understand how you’ve implemented it.&lt;BR /&gt;&lt;BR /&gt;Thanks a lot!</description>
    <pubDate>Tue, 10 Jun 2025 13:36:05 GMT</pubDate>
    <dc:creator>adarshkv</dc:creator>
    <dc:date>2025-06-10T13:36:05Z</dc:date>
    <item>
      <title>Can object detection and pose recognition be done simultaneously on imx8mplus??</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Can-object-detection-and-pose-recognition-be-done-simultaneously/m-p/1788545#M218695</link>
      <description>&lt;P&gt;Hello, I'm a user working with an imx8mplus development board. I have developed programs for object detection and pose recognition using Python. For object detection, I used the ssd-mobilenet tflite model, and for pose recognition, I used the movenet tflite model.&lt;/P&gt;&lt;P&gt;However, I am facing a problem where the memory allocation fails because the code defining the capture for object detection and pose recognition overlaps.&lt;/P&gt;&lt;P&gt;```cap = cv2.VideoCapture('v4l2src device=/dev/video2 ! video/x-raw, width=640, height=480, framerate=30/1 ! videoconvert ! appsink', cv2.CAP_GSTREAMER)```&lt;/P&gt;&lt;P&gt;I am using the above code in both the object detection and pose recognition programs, but it seems to cause issues since one camera is being used for two GStreamer pipelines simultaneously. Is there a way to perform detection for both object recognition and pose estimation at the same time using a single camera?&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jan 2024 07:06:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Can-object-detection-and-pose-recognition-be-done-simultaneously/m-p/1788545#M218695</guid>
      <dc:creator>dpcivl</dc:creator>
      <dc:date>2024-01-15T07:06:30Z</dc:date>
    </item>
    <item>
      <title>Re: Can object detection and pose recognition be done simultaneously on imx8mplus??</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Can-object-detection-and-pose-recognition-be-done-simultaneously/m-p/1788933#M218722</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/225170"&gt;@dpcivl&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for contacting NXP Support.&lt;/P&gt;
&lt;P&gt;Unfortunately, I couldn't find any example or demo that is tested and guaranteed on our side. &lt;BR /&gt;However, I found that you can apply an asynchronous execution in your python script to apply one model and after this model have finished you can execute the second model.&lt;/P&gt;
&lt;P&gt;Please have a look on the following reference:&lt;BR /&gt;&lt;A href="https://docs.python.org/3/library/concurrent.futures.html" target="_blank"&gt;concurrent.futures — Launching parallel tasks — Python 3.12.1 documentation&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Have a great day!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jan 2024 18:28:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Can-object-detection-and-pose-recognition-be-done-simultaneously/m-p/1788933#M218722</guid>
      <dc:creator>brian14</dc:creator>
      <dc:date>2024-01-15T18:28:35Z</dc:date>
    </item>
    <item>
      <title>Re: Can object detection and pose recognition be done simultaneously on imx8mplus??</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Can-object-detection-and-pose-recognition-be-done-simultaneously/m-p/2113650#M238038</link>
      <description>Hi! Thanks for sharing the details of your setup. It’s really interesting that you’re running both object detection and pose recognition on the i.MX8M Plus board.&lt;BR /&gt;&lt;BR /&gt;I also tried using the MoveNet TFLite model for pose detection, but I wasn’t getting proper results — maybe due to some issues in inference or model behavior on the board imx8mp.&lt;BR /&gt;&lt;BR /&gt;If you don’t mind, could you please share the Python code or a sample snippet that you used for MoveNet pose detection? It would be helpful to compare and understand how you’ve implemented it.&lt;BR /&gt;&lt;BR /&gt;Thanks a lot!</description>
      <pubDate>Tue, 10 Jun 2025 13:36:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Can-object-detection-and-pose-recognition-be-done-simultaneously/m-p/2113650#M238038</guid>
      <dc:creator>adarshkv</dc:creator>
      <dc:date>2025-06-10T13:36:05Z</dc:date>
    </item>
  </channel>
</rss>

