<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Help with pympa]]></title><description><![CDATA[<p dir="auto">Hey,</p>
<p dir="auto">I'm trying to read the data from the pipe of /run/mpa/tflite_data using python with pympa. Specifically, I need to get the bounding boxes and the classes and connect them to the correct image from /run/mpa/tflite.<br />
I managed to read the images from /run/mpa/tflite with the pympa utilities but I don't know how to read the data (labels + class + some way to connect them to their proper image) from  /run/mpa/tflite_data.</p>
<p dir="auto">Please let me know how to do so, and if i must write a .c script, please provide instructions, as I did see the hello-client/server examples but I don't understand how to read the object type of the  /run/mpa/tflite_data stream (called ai_detection_t).</p>
<p dir="auto">Thanks,<br />
Itzik.</p>
]]></description><link>https://forum.modalai.com/topic/4662/help-with-pympa</link><generator>RSS for Node</generator><lastBuildDate>Sat, 18 Apr 2026 13:56:12 GMT</lastBuildDate><atom:link href="https://forum.modalai.com/topic/4662.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 10 Aug 2025 18:26:17 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Help with pympa on Fri, 22 Aug 2025 03:25:23 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="https://forum.modalai.com/uid/3263">@itzikwds</a>,</p>
<p dir="auto">Sorry for the delay. We can extend pympa to support the ai_detection class.</p>
<p dir="auto">Here is as example of an application that receives the detection data : <a href="https://gitlab.com/voxl-public/voxl-sdk/utilities/voxl-mpa-tools/-/blob/dev/tools/voxl-inspect-detections.c" rel="nofollow ugc">https://gitlab.com/voxl-public/voxl-sdk/utilities/voxl-mpa-tools/-/blob/dev/tools/voxl-inspect-detections.c</a></p>
<p dir="auto">However, since you need this in python, pympa would need to be extended to support the detection data.</p>
<p dir="auto">Can you please confirm that you still need this functionality or did you find another solution?</p>
<p dir="auto">Alex</p>
]]></description><link>https://forum.modalai.com/post/23554</link><guid isPermaLink="true">https://forum.modalai.com/post/23554</guid><dc:creator><![CDATA[Alex Kushleyev]]></dc:creator><pubDate>Fri, 22 Aug 2025 03:25:23 GMT</pubDate></item></channel></rss>