【客户】能源
【设备】Atlas 300i duo
【环境】
python3.9.10
cann 8.0.rc1.alpha003
mindspore 2.2.12
【问题描述】
mindyolo matser v0.3
mindyolo: MindYOLO is MindSpore Lab's software system that implements state-of-the-art YOLO series algorithms, support list and benchmark. (gitee.com)
拷贝上方代码链接,在服务器配置环境后,使用export.py将ckpt导出为onnx,命令为 python3 ./deploy/export.py --config ../xxxx/yolov8/yolov8x.yaml --weight ../xxx/model/xxx.ckpt --per_batch_size 1 --file_format ONNX --device_target CPU 使用配置文件为mindyolo/config下的yolov8x.yaml,出现如下报错

【客户】能源
【设备】Atlas 300i duo
【环境】
python3.9.10
cann 8.0.rc1.alpha003
mindspore 2.2.12
【问题描述】
mindyolo matser v0.3
mindyolo: MindYOLO is MindSpore Lab's software system that implements state-of-the-art YOLO series algorithms, support list and benchmark. (gitee.com)
拷贝上方代码链接,在服务器配置环境后,使用export.py将ckpt导出为onnx,命令为 python3 ./deploy/export.py --config ../xxxx/yolov8/yolov8x.yaml --weight ../xxx/model/xxx.ckpt --per_batch_size 1 --file_format ONNX --device_target CPU 使用配置文件为mindyolo/config下的yolov8x.yaml,出现如下报错