Dear all,
I can run Model Converter inside MindStudio 3.0.1 and try to convert yolo3_resnet

The ATC run success.

However, I try to run the YOLOV3_VOC_detection_picture program
[INFO] load model ../model/yolo3_resnet18.om success
modelDesc_ = 0xaaaab688e740
modelId_ = /strong>
I change kModelHeight = 352 and kModelWidth = 640
The following is the yolo3_resnet18_config.json content:
{"convertConfig":{"advancedArgs":"--output_type=FP32 --save_original_model=false --log=info","aippBtnSelection":[{"aippButtonName":"images","aippCropBtnSelected":false,"aippMeanBtnSelected":true,"aippMinBtnSelected":false,"aippMultiplierBtnSelected":false,"aippOpenBtSelected":true,"aippPaddingBtnSelected":false,"aippPreImgBtnSelected":true,"aippResizeBtnSelected":false}],"aippData":[{"aippMode":"STATIC","bottomPaddingSize":"","crop":false,"cropH":"","cropStartX":"","cropStartY":"","cropW":"","enable":true,"inputImageFormat":"BGR888_U8","inputImageFormatShowValue":"BGR package","inputImageSizeH":"352","inputImageSizeW":"640","inputIndex":"0","leftPaddingSize":"","maxImageSize":"","meanLess0":"104","meanLess1":"117","meanLess2":"123","meanLess3":"","minChn0":"0.0","minChn1":"0.0","minChn2":"0.0","minChn3":"","modelImageFormat":"RGB","modelImageType":"BT_601NARROW","multiFactor0":"1.0","multiFactor1":"1.0","multiFactor2":"1.0","multiFactor3":"","padding":false,"resize":false,"resizeOutputH":"","resizeOutputW":"","rightPaddingSize":"","topPaddingSize":""}],"aippMode":"static","aippSelection":true,"autoTuneBtnSeleted":false,"autoTuneMode":"","batchList":[],"batchNum":"0","calData":[],"closeFusionRule":"false","customOpsPath":"","dynamicBatch":false,"dynamicBatchContent":"","dynamicImgSize":false,"dynamicImgSizeContent":"","encryptBtnSelection":true,"history":false,"historyItemName":"","inputFormat":"NHWC","inputFormatChooseEnable":true,"inputShape":[{"name":"images","number":"1","channel":"3","width":"640","height":"352","inputShape":"1,352,640,3","inputIndex":"0","inputType":"FP32","addByUser":false,"imagesFile":""}],"inputType":"FP32","inputTypeChanged":false,"markedNodes":[],"modelFilePath":"/home/suryadi/AscendProjects/output_Yolov3-Resnet18/frozen_graph/yolo3_resnet18.pb","modelName":"yolo3_resnet18","modelType":"TENSORFLOW","needAdvancedArgs":true,"outNodes":[],"outNodesItem":[],"outputFolderPath":"/home/suryadi/modelzoo/yolo3_resnet18","outputSoc":"Ascend310","outputType":"FP32","outputTypeSwitch":false,"pluginPath":"","quantParamFilePath":"","targetType":"DEVICE","weightFilePath":""},"name":"yolo3_resnet18_config"}

However, it stuck at execture model failed, modelId is 1.
How to resolve this problem?
Thank you very much in advance.
Warmest Regards,
Suryadi