Question about optimize stage of the YOLOv11n model


Hello,

I am trying to conver yolov11n custom trained model to HEF file.
But got the fail message as attached picture. What’s the possible root cause? [My start-node & end-nodes, all script, and nms_config.json are showing as attached picture also.]


Hello,
After applying the solution of following info, this issue been resolve so far. “” downgrade the scipy version to 1.9.3 (pip install scipy==1.9.3) “”.

1 Like