用户您好,请详细描述您所遇到的问题,详细的描述有助于帮助我们快速定位,解决问题~Thanks♪(・ω・)ノ
1. 芯片型号:J5
2. 天工开物开发包 OpenExplorer 版本: J5_OE_1.1.68
3. 问题定位:模型推理
4. 问题具体描述:请提供运行的命令、报错信息,如果可以的话,可以在附件中提供模型技术支持进行复现
运行的命令:hb_mapper infer --config bev_config.yaml --model-file model_output_dir/bev_quantized_model.onnx --model-type onnx --image-file x.1 ./calibration_data_bgr --output-dir ./WORKSPACE
报错信息:在使用hb_mapper infer 时出现报错
2024-05-18 14:24:45,323 file: tool_utils.py func: tool_utils line No: 132 Traceback (most recent call last):
File "/usr/local/lib/python3.8/dist-packages/horizon_tc_ui/utils/tool_utils.py", line 129, in __decorator
func(*args, **kargs)
File "/usr/local/lib/python3.8/dist-packages/horizon_tc_ui/hb_mapper.py", line 203, in infer
InferRunner(config, model_file, model_type, image_file, input_layout,
File "/usr/local/lib/python3.8/dist-packages/horizon_tc_ui/hb_mapper_infer.py", line 31, in __init__
raise ValueError('image_file not exists.')
ValueError: image_file not exists.
请问问题出在哪里
请问问题出在哪里