root@OE-GPU-3-7-0:/data/datasets/runs/detect/runs/detect/yolo11n_coco_check/weights# hb_compile -c yolo11n_coco_config.yaml
2026-05-11 18:14:10,615 INFO The log will be stored in /data/datasets/runs/detect/runs/detect/yolo11n_coco_check/weights/hb_compile.log
2026-05-11 18:14:10,615 INFO Start hb_compile…
2026-05-11 18:14:10,615 INFO hbdk version: 4.7.5
2026-05-11 18:14:10,616 INFO hmct version: 2.6.5
2026-05-11 18:14:10,616 INFO hb_compile version: 3.5.3
2026-05-11 18:14:10,616 INFO Start verifying yaml
2026-05-11 18:14:10,625 INFO Using the onnx model file: /data/datasets/runs/detect/runs/detect/yolo11n_coco_check/weights/best.onnx
2026-05-11 18:14:10,625 INFO Model has 1 inputs according to model file
2026-05-11 18:14:10,625 INFO The model name is not specified in your yaml file, we use the model name [‘images’] from the model file by default
2026-05-11 18:14:10,625 WARNING Please note that the parameter norm_type has been deprecated and will be determined by the specification of the mean/scale/std parameters
2026-05-11 18:14:10,625 WARNING The input node images’s input_source is not be specified, it will be specified as None by default
2026-05-11 18:14:10,625 INFO The parameter compile_mode is specified as latency, the balance_factor will be specified as 100.
2026-05-11 18:14:10,625 INFO End verifying yaml
2026-05-11 18:14:10,625 INFO Processing calibration set data for input[images]
2026-05-11 18:14:10,626 INFO *******************************************
2026-05-11 18:14:10,626 INFO First calibration picture name: /data/datasets/runs/detect/runs/detect/yolo11n_coco_check/weights/calibration_data_rgb/000000000000.rgb
2026-05-11 18:14:10,627 INFO First calibration picture md5: 33acd490a21bb114e675e9cce8645cc1
2026-05-11 18:14:10,627 INFO *******************************************
2026-05-11 18:14:10,628 ERROR cannot reshape array of size 307200 into shape (1,3,640,640)
报错日志 ERROR cannot reshape array of size 307200 into shape (1,3,640,640),检查一下你的校准数据尺寸。