# YoloV8 on VOXL2

Source: https://forum.modalai.com/topic/3200/yolov8-on-voxl2
Category: VOXL SDK and Software (https://forum.modalai.com/category/47/voxl-sdk-and-software)
Tags: voxl-sdk
Posted: 2024-03-11 18:15:40 UTC by maciej_kaca
Replies: 0 · Views: 922

## maciej_kaca · 2024-03-11 18:15:40 UTC

Hi,
I am trying to run the YoloV8 model using voxl-tflite-server, but so far without success. I saw in the gitlab repository that you are working on the same thing in this branch:
[https://gitlab.com/voxl-public/voxl-sdk/services/voxl-tflite-server/-/tree/feature/yolov8](https://gitlab.com/voxl-public/voxl-sdk/services/voxl-tflite-server/-/tree/feature/yolov8)

What is the progress of your current work? Maybe you have some advice on how to make it work?

I've been trying to modify the yolo v5 post-processing code and also get bboxes method, since yoloV8 has no class confidence in the outputs and probably needs to be transposed. But as I said, so far without success.
