• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Register
  • Login
ModalAI Forum
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
    • Register
    • Login
    1. Home
    2. Tags
    3. tflite
    Log in to post
    • All categories
    • D

      Output based on VOXL tflite live footage/bounding boxes

      Ask your questions right here!
      • tflite tflite-server mobilenet • 10 May 2024, 18:10 • Denver Bennett 10 May 2024, 22:11
      2
      0
      Votes
      2
      Posts
      260
      Views

      ? 10 May 2024, 22:11

      @Denver-Bennett

      Hey Denver, happy to try and help you out with this! Where you should start is our documentation for voxl-tflite-server which is how we often run ML models on VOXL. What you'll see from those docs is that we have a bunch of pretrained models already onboard as well as a bit of support for custom models. voxl-tflite-server then writes AI predictions out to a pipe using libmodal-pipe. However libmodal-pipe currently only has a C/C++ API and so you'd have to make a simple piece of C code to consume data from the pipe and invoke your Python script accordingly.

      I'm more than happy to help with this, but it would be good to do some reading first. I'd check out that documentation link above as well as the one on the Modal Pipe Architecture to learn how processes communicate with each other. From there I can start to answer more specific questions and help you build this out.

      Hope this helps!

      Thomas Patton

    • E

      Are SELECT_TF_OPS supported on VOXL2?

      Ask your questions right here!
      • tflite tflite-server voxl2 • 18 Jan 2024, 22:00 • eric 26 Jan 2024, 00:20
      2
      0
      Votes
      2
      Posts
      294
      Views

      ? 26 Jan 2024, 00:20

      @eric

      Sorry for the late response on this!!

      Your best bet would be to just try it out, I can't say without trying it myself. It's possible it works, it's possible something fails. I've never had to deal with this so I can't say for certain.

      It's also worth pointing out that voxl-tflite-server is more meant to be an example of how TFLite models can be run on VOXL and not an in-depth ML framework for deploying custom models. If voxl-tflite-server doesn't support it, by all means fork the repository and build out the functionality to be able to. Even better, make a pull request with that functionality and I'll test and approve it!

      Hope this helps,

      Thomas Patton

    • A

      Implementing a Custom YOLOv5 Model on APQ8096 VOXL-TFLite-Server

      VOXL m500 Reference Drone
      • voxl m500 tflite yolov5 ros • 17 Jun 2023, 22:28 • aashry 10 Nov 2023, 18:07
      4
      0
      Votes
      4
      Posts
      570
      Views

      A 10 Nov 2023, 18:07

      @tpavlic Thank you, glad it helped!

    Powered by NodeBB | Contributors