Issues converting YOLOv8 ONNX model to uint8 .nb for STM32MP25
Hi everyone,I’m currently working on deploying a YOLOv8 model on the STM32MP25 using ST Edge AI. Here’s what I’ve done so far and where I’m stuck.Training & Export:from ultralytics import YOLO model = YOLO("yolov8n.pt") # medium variant model.train...