Need some ML expert advise
-
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) which works over mobile phone based on NCNN.- I need some guidelines on how I can approach on porting such kind of ML models to VOXL2 via voxl-tflite-server inference engine?
- 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.
-
@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