YoloV8 on VOXL2
-
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/yolov8What 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.