报错如下:sudo docker run -it --rm -v /open_explorer -v ./dataset:/data/horizon_j5/data openexplorer/ai_toolchain_ubuntu_20_j5_cpu:v1.1.77-py38
[sudo] password for openexplorer:
root@72665e89a381:/open_explorer# cd ..
root@72665e89a381:/# hb_mapper checker --model-type onnx --model /data/horizon_j5/data/yolov5n.onnx --march bayes
/usr/local/lib/python3.8/dist-packages/paramiko/pkey.py:100: CryptographyDeprecationWarning: TripleDES has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES and will be removed from this module in 48.0.0.
"cipher": algorithms.TripleDES,
/usr/local/lib/python3.8/dist-packages/paramiko/transport.py:259: CryptographyDeprecationWarning: TripleDES has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES and will be removed from this module in 48.0.0.
"class": algorithms.TripleDES,
2026-05-14 14:42:01,498 INFO log will be stored in //hb_mapper_checker.log
2026-05-14 14:42:01,498 INFO Start hb_mapper....
2026-05-14 14:42:01,498 INFO hbdk version 3.49.13
2026-05-14 14:42:01,498 INFO horizon_nn version 1.0.9
2026-05-14 14:42:01,498 INFO hb_mapper version 1.24.1
2026-05-14 14:42:01,518 INFO Model type: onnx
2026-05-14 14:42:01,519 INFO input names []
2026-05-14 14:42:01,519 INFO input shapes {}
2026-05-14 14:42:01,519 INFO Begin model checking....
2026-05-14 14:42:01,530 INFO Start to Horizon NN Model Convert.
2026-05-14 14:42:01,561 INFO Loading horizon_nn debug methods:[]
2026-05-14 14:42:01,562 INFO The specified model compilation architecture: bayes.
2026-05-14 14:42:01,563 INFO The specified model compilation optimization parameters: [].
2026-05-14 14:42:01,563 INFO Start to prepare the onnx model.
2026-05-14 14:42:01,598 INFO Input ONNX Model Information:
ONNX IR version: 8
Opset version: ['ai.onnx v17', 'horizon v1']
Producer: pytorch v1.14.0
Domain: None
Model version: None
Graph input:
images: shape=[1, 3, 640, 640], dtype=FLOAT16
Graph output:
output0: shape=[1, 25200, 85], dtype=FLOAT16
2026-05-14 14:42:01,601 INFO End to prepare the onnx model.
2026-05-14 14:42:01,601 INFO End to Horizon NN Model Convert.