用户您好,请详细描述您所遇到的问题,详细的描述有助于帮助我们快速定位,解决问题~Thanks♪(・ω・)ノ
1. 芯片型号:J6E
2. 板卡类型:J6E开发板
3. 天工开物开发包 OpenExplorer 版本:v3.0.17
4. 问题定位:模型转换
5. 问题具体描述:使用hb_compile 进行模型检查时提示输入shape错误,命令如下:
hb_compile --model ${onnx_model_path} --march nash-e \
--input-shape input_img 5x3x512x640 \
--input-shape temp_instance_feature 1x600x256 \
--input-shape temp_anchor 1x600x11 \
--input-shape time_interval 1 \
--input-shape instance_bank_mask 1 \
--input-shape prev_id_input 0 \
--input-shape instance_id 1x900 \
--input-shape inter_confidence 1x600

请问对于输入 prev_id_input 的shape该如何设置?

