ModalAI Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. Steve Arias
    3. Topics
    • Profile
    • Following 0
    • Followers 0
    • Topics 10
    • Posts 18
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by Steve Arias

    • Steve AriasS

      Trying to make my own custom tflite model for voxl-tflite-server

      Ask your questions right here!
      • • • Steve Arias
      8
      0
      Votes
      8
      Posts
      677
      Views

      Steve AriasS

      @Matt-Turi I wanted to try the resnet architecture as the accuracy/speed ratio is a bit better than the mobilenet architecture. But it's not a hard requirement, so I'll just use the mobilenet architectures. Thanks!

    • Steve AriasS

      How to use custom libmodal_pipe in MPA service

      Ask your questions right here!
      • • • Steve Arias
      3
      0
      Votes
      3
      Posts
      265
      Views

      Steve AriasS

      @James-Strawson thanks for the suggestions!

    • Steve AriasS

      using boost c++ library on VOXL

      Ask your questions right here!
      • • • Steve Arias
      2
      0
      Votes
      2
      Posts
      226
      Views

      Chad SweetC

      I believe you should just be able to clone boost and perform a make install inside the docker. You can then save the state of that docker so you don't need to repeat that step later.

    • Steve AriasS

      hires not running

      Modal Pipe Architecture (MPA)
      • • • Steve Arias
      4
      0
      Votes
      4
      Posts
      412
      Views

      Chad SweetC

      'hires' was renamed to 'hires_preview' a few releases ago. Maybe you have a version mismatch or just need to update your config file?

    • Steve AriasS

      Creating a new client to read from voxl-tflite-server pipe

      Modal Pipe Architecture (MPA)
      • • • Steve Arias
      2
      0
      Votes
      2
      Posts
      494
      Views

      James StrawsonJ

      Hi Steve,

      You would likely want your own separate project that uses libmodal_pipe to create the client interface. That can be a systemd service if you want it on boot. MPA encourages lots of separate microservices and projects to all be compiled and run independently to avoid monolithic programs that grow too big and become hard to maintain. Examples such as all the voxl-inspect-*** tools in voxl-mpa-tools also serve as good starting points along with the modal-hello-client example you already found.

      I hope this helps,
      James

    • Steve AriasS

      unable to run voxl-cross

      Ask your questions right here!
      • • • Steve Arias
      3
      0
      Votes
      3
      Posts
      226
      Views

      Steve AriasS

      @Eric-Katzfey yep it worked! Thanks for the quick reply.

    • Steve AriasS

      setting up voxl-portal

      Ask your questions right here!
      • • • Steve Arias
      2
      0
      Votes
      2
      Posts
      258
      Views

      ?

      @Steve-Arias,

      Once you have voxl-portal started either via the command line or as a service, you can access the webserver on a device within the same network just by navigating to your voxl's IP address.

    • Steve AriasS

      Getting Coordinates of Drone

      VOXL
      • • • Steve Arias
      3
      0
      Votes
      3
      Posts
      256
      Views

      Chad SweetC

      For VIO use voxl-inspect-qvio

      For GPS use voxl-inspect-gps

      The source code for those is here

    • Steve AriasS

      Source of ssdlite_mobilenet_v2_coco.tflite

      Ask your questions right here!
      • • • Steve Arias
      6
      0
      Votes
      6
      Posts
      632
      Views

      S

      @Matt-Turi Thanks! I had tried this one previously, but I'll give it another go with your recommendations.