Tflite server and using ultralytics trackers and questions related to input image
-
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
-
@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
-
@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.