atc转换工具转换yolov4报错:ATC run failed, Please check the detail log, Try 'atc --help' for more information E10001: Value [-1]
收藏回复举报
atc转换工具转换yolov4报错:ATC run failed, Please check the detail log, Try 'atc --help' for more information E10001: Value [-1]
t('forum.solved') 已解决
新人帖
发表于2023-07-28 07:39:17
0 查看

求助求助~~~


转换命令如下:
atc --model=passengerflowestimation.onnx --framework=5 --output=yolov4 --input_format=NCHW --output_type=FP32 --soc_version=Ascend310 --input_shape="input:1,3,608,608" --log=info --insert_op_conf=aipp_Passengerflowdetection.config

执行后报错:
ATC run failed, Please check the detail log, Try 'atc --help' for more information 

E10001: Value [-1] for parameter [input_1:0] is invalid. Reason: maybe you should set input_shape to specify its shape 

        Solution: Try again with a valid argument.

注意:  转换的服务器是鲲鹏9200+欧拉操作系统。

我要发帖子