# Need some ML expert advise

Source: https://forum.modalai.com/topic/3803/need-some-ml-expert-advise
Category: VOXL 2 and VOXL 2 Mini (https://forum.modalai.com/category/26/voxl-2-and-voxl-2-mini)
Tags: voxl-2
Posted: 2024-09-14 05:30:40 UTC by Aaky
Replies: 1 · Views: 565

## Aaky · 2024-09-14 05:30:40 UTC

Hello community,
 I am working on VOXL2 with latest SDK 1.3.3 since long time now. For one of my projects I need to run single object tracker (SOT) ML model on GPU of VOXL2. I am fully aware of voxl-tflite-server and its supporting models. Now for example I am having one target tracker ([Link](https://github.com/wuhongsheng/ncnn-android-lighttrack?tab=readme-ov-file)) which works over mobile phone based on NCNN. 
1. I need some guidelines on how I can approach on porting such kind of ML models to VOXL2 via voxl-tflite-server inference engine?
2. Do we have any known ML based target tracking model already ported on VOXL2? I have not seen anything as of now but still wanted to check.

## Reply by Moderator (ModalAI staff) · 2024-09-18 04:15:26 UTC

@Aaky voxl-tflite-server is a wrapper for TensorFlow Lite. So, anything you can get to work in standard TensorFlow Lite you should be able to get working in voxl-tflite-server

https://ai.google.dev/edge/litert
