# Does voxl-tflite-server support Yolov5 model?

Source: https://forum.modalai.com/topic/973/does-voxl-tflite-server-support-yolov5-model
Category: General Questions (https://forum.modalai.com/category/2/general-questions)
Posted: 2022-06-02 09:18:47 UTC by Nguyen Tien Su
Replies: 2 · Views: 494

## Nguyen Tien Su · 2022-06-02 09:18:47 UTC

Hi all!
voxl-tflite-server seems to only support Tensorflow SSD Object Detection. Does it support Yolov5 model? I can't find any document about it.

## Reply by Guest · 2022-06-02 16:41:36 UTC

Hey @Nguyen-Tien-Su,

voxl-tflite-server comes with different models depending on your hardware platform. For voxl (apq8096), only an ssd object detection model is provided. For voxl2 (qrb5165), we provide a few extra models including yolov5.  This is because the tensorflow version for voxl is locked at 2.2, limiting the drop in support of newer models which depend on newer tensorflow features.

## Reply by Nguyen Tien Su · 2022-06-03 09:33:15 UTC

Hi @Matt-Turi !
Thank your information!
