Hi All,

I am spinning up a Yolo classification pipeline and was wondering which versions are supported for blob conversion. I've read through some forums and can tentatively confirm the yolov5, and yolov6 support classification with a mention of YOLOv8-cls support in the works. If Yolov8-cls support is in the works, was is the timeline for support?

Thanks,
Chris

    Hey, we will support more nodes for classification in the upcoming releases that might further abstract decoding. Given the head and post-processing is relatively simple, I think you should be able to export the model to ONNX and compile it through blobconverter directly. Not sure if softmax will be included in the model or not, but this is likely the only operation that would potentially have to run on host.

    Let me know if you try it out and run into some issues.

    ChrisCoutureDelValle