张鸿

Results 1 comments of 张鸿

感谢,模型已经成功加载并计算完成。提几个点: 1. 模型和图片地址根据需要修改 ```c++ std::string onnx_path = "../../../../examples/hub/onnx/cv/yolov5s.onnx"; // ... ``` 2. 项目对模型输入做了规范,下载项目给出的模型可以完成测试,其他资源处下载的模型可以使用Python对onnx模型文件的输入格式进行修改 ``` terminate called after throwing an instance of 'Ort::Exception' what(): Unexpected input data type. Actual: (tensor(float)) ,...