# Tflite server and using ultralytics trackers and questions related to input image

Source: https://forum.modalai.com/topic/3063/tflite-server-and-using-ultralytics-trackers-and-questions-related-to-input-image
Category: VOXL SDK and Software (https://forum.modalai.com/category/47/voxl-sdk-and-software)
Tags: voxl-sdk
Posted: 2024-01-28 00:52:43 UTC by Darshit Desai
Replies: 2 · Views: 1219

## Darshit Desai · 2024-01-28 00:52:43 UTC

Is there a way to use trackers provided by ultralytics for predictions and tracking while using the tflite server?

Also where would I mention the input image topic in the inference helper function, I trained my model using images from /hires-small-grey topic

## Reply by Moderator (ModalAI staff) · 2024-01-28 01:36:04 UTC

@Darshit-Desai Hi Darshit, we wouldn't have any experience explicitly with ultralytics. voxl-tflite-server is a wrapper around TensorFlow Lite to integrate with the VOXL SDK. If you can get the capability working in TensorFlow Lite on other platforms, it will likely work with voxl-tflite-server

## Reply by Darshit Desai · 2024-01-28 02:10:52 UTC (in reply to Moderator)

@Moderator I think none of the previous yolo versions allow tracker usage without having explicit access to the model itself, and based on what I read on the modal ai documentation there is no way to do that.
