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

      Voxl 2 (implementation of tracking of moving object)

      Support Request Format for Best Results
      • voxl2 yolov5 • • david devassy
      2
      0
      Votes
      2
      Posts
      331
      Views

      ?

      @david-devassy

      Hey David,

      We do support deep learning inference on VOXL2! You can check out this page on our docs to read more about our deep learning capabilities. Out of the box our YoloV5 model gets around 30 frames per second. You also mention object avoidance and SLAM using path prediction. We have our own implementation of Visual Object Avoidance (VOA) which you can read about here.

      You could certainly create custom implementations of both of these on VOXL! However I want to highlight that our code for both of the above is C/C++ and not in Python for speed reasons. I can't give you a reasonable estimate about Python performance but it would likely be slower.

      Hope this helps! Let me know if you have any other questions.

      Thomas Patton
      thomas.patton@modalai.com

    • A

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

      VOXL m500 Reference Drone
      • voxl m500 tflite yolov5 ros • • aashry
      4
      0
      Votes
      4
      Posts
      415
      Views

      A

      @tpavlic Thank you, glad it helped!