Is there any the off-the-shelf AI perception models available for VOXL2?
-
Hi ModalAI teams,
We try to build a prototype VOXL2 drone without software modification / re-compiling with some AI perception models, like Object Detection, Recognition and Tracking features. Here are my questions:- Is it possible to deploy the off-the-shelf AI perception models without software modification?
- Is there any the off-the-shelf AI perception models available for VOXL2?
- If yes, could they be pre-installed on VOXL2? or I need to deploy them by using ModalAI tool?
- Can ModalAI software use these AI perception models with the input camera frames from High Resolution Camera and FLIR Thermal Camera?
Best Regards,
Dan -
I don't work for Modal but,
Questions 1,2,3:I recommend checking out https://docs.modalai.com/voxl-tflite-server/#voxl-2 and following along with deploying the TF Lite server on your VOXL2.
The source is available here https://gitlab.com/voxl-public/voxl-sdk/services/voxl-tflite-server and includes many built-in models.
Questions 4:
Yes for both cameras, but likely will need some adaptation particularly for thermal. -
@Steve-Turner
Thanks for your information and I will check it.
Dan