<?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[voxl-tflite-server abort]]></title><description><![CDATA[<p dir="auto">I'm trying to run <code>voxl-tflite-server</code> on an m500, but when I run the command, this is the output:</p>
<pre><code>
=================================================================
skip_n_frames:                    5
=================================================================
=================================================================
model:                            /usr/bin/dnn/ssdlite_mobilenet_v2_coco.tflite
=================================================================
=================================================================
input_pipe:                       /run/mpa/hires/
=================================================================

------VOXL TFLite Server------

Aborted
</code></pre>
<p dir="auto">I tried running <code>voxl-configure-tflite</code> again, but same result. My configuration file from <code>/etc/modalai/voxl-tflite-server.conf</code> looks like this:</p>
<pre><code>/**
 * This file contains configuration that's specific to voxl-tflite-server.
 *
 * skip_n_frames - how many frames to skip between processed frames. For 30hz
 *                   input frame rate, we recommend skipping 5 frame resulting
 *                   in 5hz model output.
 * model         - which model to use. Currently support mobilenet for
 *                   object detection or midas for monocular depth
 * input_pipe    - which camera to use (tracking or hires).
 */
{
        "skip_n_frames":        5,
        "model":        "/usr/bin/dnn/ssdlite_mobilenet_v2_coco.tflite",
        "input_pipe":   "/run/mpa/hires/"
</code></pre>
]]></description><link>https://forum.modalai.com/topic/1131/voxl-tflite-server-abort</link><generator>RSS for Node</generator><lastBuildDate>Sun, 07 Jun 2026 07:59:58 GMT</lastBuildDate><atom:link href="https://forum.modalai.com/topic/1131.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 18 Jul 2022 21:42:06 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to voxl-tflite-server abort on Tue, 19 Jul 2022 20:56:06 GMT]]></title><description><![CDATA[<p dir="auto">@Matt-Turi Yep, turns out switching to wall power fixed it. My battery power was too low. Thanks!</p>
]]></description><link>https://forum.modalai.com/post/5243</link><guid isPermaLink="true">https://forum.modalai.com/post/5243</guid><dc:creator><![CDATA[Isabella Yu]]></dc:creator><pubDate>Tue, 19 Jul 2022 20:56:06 GMT</pubDate></item><item><title><![CDATA[Reply to voxl-tflite-server abort on Tue, 19 Jul 2022 16:46:37 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.modalai.com/uid/934">@Isabella-Yu</a>,</p>
<p dir="auto">I flashed a VOXL with the 3.3.0 system image and installed voxl-tflite-server v0.1.8 but was unable to recreate the abort issue you are seeing. voxl-tflite-server is a very power-hungry application, and I have seen issues like this arise from a bad apm/power connection to the drone. If this is not the cause, it may be worth attempting to reflash your system after backing up any important files. The latest stable release for voxl is <a href="https://developer.modalai.com/asset/1" rel="nofollow ugc">VOXL Platform 3.8.0-0.7</a>.</p>
]]></description><link>https://forum.modalai.com/post/5242</link><guid isPermaLink="true">https://forum.modalai.com/post/5242</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Tue, 19 Jul 2022 16:46:37 GMT</pubDate></item><item><title><![CDATA[Reply to voxl-tflite-server abort on Mon, 18 Jul 2022 23:01:41 GMT]]></title><description><![CDATA[<p dir="auto">@Matt-Turi that did reinstall voxl-tflite-server 0.1.8, but still having the abort issue.<br />
<code>voxl-version</code> gives the same output, and <code>voxl-inspect-services -v</code> says the version of voxl-tflite-server is 0.1.8 as expected</p>
]]></description><link>https://forum.modalai.com/post/5237</link><guid isPermaLink="true">https://forum.modalai.com/post/5237</guid><dc:creator><![CDATA[Isabella Yu]]></dc:creator><pubDate>Mon, 18 Jul 2022 23:01:41 GMT</pubDate></item><item><title><![CDATA[Reply to voxl-tflite-server abort on Mon, 18 Jul 2022 22:53:23 GMT]]></title><description><![CDATA[<p dir="auto">To force a fresh installation when it is the same version you have loaded, you can give opkg the flag: <code>--force-reinstall</code> to reinstall without needing to upgrade. The full command then would be:</p>
<p dir="auto"><code>opkg install voxl-tflite-server_0.1.8.ipk --force-reinstall</code></p>
]]></description><link>https://forum.modalai.com/post/5236</link><guid isPermaLink="true">https://forum.modalai.com/post/5236</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Mon, 18 Jul 2022 22:53:23 GMT</pubDate></item><item><title><![CDATA[Reply to voxl-tflite-server abort on Mon, 18 Jul 2022 22:26:16 GMT]]></title><description><![CDATA[<p dir="auto">@Matt-Turi I downloaded voxl-tflite-server_0.1.8.ipk from <a href="http://voxl-packages.modalai.com/stable/" rel="nofollow ugc">http://voxl-packages.modalai.com/stable/</a>, pushed it to the drone via adb, and ran <code>opkg install voxl-tflite-server_0.1.8.ipk</code>. However, it seems that 0.1.8 is already installed:</p>
<pre><code> * opkg_prepare_file_for_install: Refusing to load file 'voxl-tflite-server_0.1.8.ipk' as it matches the installed version of voxl-tflite-server (0.1.8).
</code></pre>
<p dir="auto">I tried installing version 0.2.0 from dev instead, but it requires upgrading libmodal_pipe, libmodal_json, and voxl-opencv and I don't really want to do an upgrade right now in fear of breaking things <img src="https://forum.modalai.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f61e.png?v=r4gp3i66d9g" class="not-responsive emoji emoji-android emoji--disappointed" title=":(" alt="😞" /></p>
]]></description><link>https://forum.modalai.com/post/5235</link><guid isPermaLink="true">https://forum.modalai.com/post/5235</guid><dc:creator><![CDATA[Isabella Yu]]></dc:creator><pubDate>Mon, 18 Jul 2022 22:26:16 GMT</pubDate></item><item><title><![CDATA[Reply to voxl-tflite-server abort on Mon, 18 Jul 2022 22:12:26 GMT]]></title><description><![CDATA[<p dir="auto">Please let me know if that resolves the issue!</p>
]]></description><link>https://forum.modalai.com/post/5234</link><guid isPermaLink="true">https://forum.modalai.com/post/5234</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Mon, 18 Jul 2022 22:12:26 GMT</pubDate></item><item><title><![CDATA[Reply to voxl-tflite-server abort on Mon, 18 Jul 2022 22:07:22 GMT]]></title><description><![CDATA[<p dir="auto">@Matt-Turi I actually don't have a custom version running, so I don't know how that happened. I'll reinstall voxl-tflite-server from the voxl packages page and see if that fixes things</p>
]]></description><link>https://forum.modalai.com/post/5233</link><guid isPermaLink="true">https://forum.modalai.com/post/5233</guid><dc:creator><![CDATA[Isabella Yu]]></dc:creator><pubDate>Mon, 18 Jul 2022 22:07:22 GMT</pubDate></item><item><title><![CDATA[Reply to voxl-tflite-server abort on Mon, 18 Jul 2022 22:04:04 GMT]]></title><description><![CDATA[<p dir="auto">It looks like you have a custom version of voxl-tflite-server running - voxl-inspect-services shows v0.8.5 and we are currently at v0.2.7. Is this correct?</p>
]]></description><link>https://forum.modalai.com/post/5232</link><guid isPermaLink="true">https://forum.modalai.com/post/5232</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Mon, 18 Jul 2022 22:04:04 GMT</pubDate></item><item><title><![CDATA[Reply to voxl-tflite-server abort on Mon, 18 Jul 2022 21:58:54 GMT]]></title><description><![CDATA[<p dir="auto">@Matt-Turi<br />
Here's the output of <code>voxl-version</code></p>
<pre><code>cat: /etc/modalai/voxl-software-bundle-version.txt: No such file or directory
--------------------------------------------------------------------------------
system-image:    ModalAI 3.3.0 BUILDER: ekatzfey BUILD_TIME: 2021-06-06_19:28
kernel:          #1 SMP PREEMPT Sun Jun 6 19:41:01 UTC 2021 3.18.71-perf
factory-bundle:  1.0.1 (Yocto installation)
--------------------------------------------------------------------------------
architecture:    aarch64
processor:       apq8096
os:              GNU/Linux
--------------------------------------------------------------------------------
voxl-suite:
Package: voxl-suite
Version: 0.5.0
Depends: libjpeg_turbo (&gt;= 9.0.4), libmodal_exposure (&gt;= 0.0.2), libmodal_json (&gt;= 0.3.6), libmodal_pipe (&gt;= 2.1.1), librc_math (&gt;= 1.1.5), libvoxl_cutils (&gt;= 0.0.2), libvoxl_io (&gt;= 0.5.4), mavlink-camera-manager (&gt;= 0.0.2), mongoose (&gt;= 7.3.0), opencv (&gt;= 4.5.2-2), openmp (&gt;= 10.0.2), voxl-camera-calibration (&gt;= 0.1.1), voxl-camera-server (&gt;= 0.8.1), voxl-cpu-monitor (&gt;= 0.2.0), voxl-dfs-server (&gt;= 0.2.2), voxl-docker-support (&gt;= 1.1.3), voxl-gphoto2 (&gt;= 0.0.5), voxl-imu-server (&gt;= 0.9.1), voxl-mavlink (&gt;= 0.0.2), voxl-modem (&gt;= 0.12.0), voxl-mpa-tools (&gt;= 0.3.6), voxl-nodes (&gt;= 0.2.0), voxl-portal (&gt;= 0.1.2), voxl-qvio-server (&gt;= 0.3.4), voxl-streamer (&gt;= 0.2.6), voxl-tag-detector (&gt;= 0.0.2), voxl-tflite (&gt;= 2.2.3), voxl-tflite-server (&gt;= 0.1.5), voxl-utils (&gt;= 0.8.4), voxl-vision-px4 (&gt;= 0.9.5), voxl-vpn (&gt;= 0.0.3)
Status: install user installed
Architecture: all
Installed-Time: 2166
</code></pre>
<p dir="auto">Here's the output of `voxl-inspect-services -v"</p>
<pre><code> Service Name          |  Version  |  Enabled  |   Running   |  CPU Usage
----------------------------------------------------------------------------
 docker-autorun        |    1.1.3  |  Enabled  | Not Running | Not Running
 docker-daemon         |    1.1.3  |  Enabled  |   Running   |     1.0
 modallink-relink      |   0.12.0  | Disabled  | Not Running | Not Running
 voxl-camera-server    |    0.8.1  |  Enabled  |   Running   |     7.1
 voxl-cpu-monitor      |    0.2.0  |  Enabled  |   Running   |     0.0
 voxl-dfs-server       |    0.2.2  |  Enabled  |   Running   |     8.0
 voxl-drogon-detector  |    0.3.4  | Disabled  | Not Running | Not Running
 voxl-imu-server       |    0.9.1  |  Enabled  |   Running   |     4.4
 voxl-modem            |   0.12.0  | Disabled  | Not Running | Not Running
 voxl-portal           |    0.1.2  |  Enabled  | Not Running | Not Running
 voxl-qvio-server      |    0.3.4  |  Enabled  |   Running   |     0.0
 voxl-streamer         |    0.2.6  | Disabled  | Not Running | Not Running
 voxl-tag-detector     |    0.0.2  |  Enabled  | Not Running | Not Running
 voxl-tflite-server    |    0.8.5  |  Enabled  | Not Running | Not Running
 voxl-time-sync        |    0.9.5  | Disabled  | Not Running | Not Running
 voxl-vision-px4       |    0.8.5  |  Enabled  |   Running   |     4.0
 voxl-wait-for-fs      |           |  Enabled  |  Completed  |  Completed

</code></pre>
]]></description><link>https://forum.modalai.com/post/5231</link><guid isPermaLink="true">https://forum.modalai.com/post/5231</guid><dc:creator><![CDATA[Isabella Yu]]></dc:creator><pubDate>Mon, 18 Jul 2022 21:58:54 GMT</pubDate></item><item><title><![CDATA[Reply to voxl-tflite-server abort on Mon, 18 Jul 2022 21:54:35 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="https://forum.modalai.com/uid/934">@Isabella-Yu</a>,</p>
<p dir="auto">Could please share the output of  running <code>voxl-version</code> and <code>voxl-inspect-services -v</code>? It would also be good to know if the voxl-tflite-server code has been modified in any way.</p>
]]></description><link>https://forum.modalai.com/post/5230</link><guid isPermaLink="true">https://forum.modalai.com/post/5230</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Mon, 18 Jul 2022 21:54:35 GMT</pubDate></item></channel></rss>