onnx_runtime_cpp
onnx_runtime_cpp copied to clipboard
small c++ library to quickly deploy models using onnxruntime
[E:onnxruntime:, sequential_executor.cc:364 Execute] Non-zero status code returned while running Add node. Name:'Add_1406' Status Message: /media/xh/66a02c6b-02b4-44e5-96f6-d40842b4e261/DBT_TRT/SuperGlue_TRT/onnxruntime/onnxruntime/core/providers/cpu/math/element_wise_ops.h:503 void onnxruntime::BroadcastIterator::Init(ptrdiff_t, ptrdiff_t) axis == 1 || axis == largest was false. Attempting to broadcast...
您好,请问如何修改yolox的例子,使其可以运行yolox_s模型。(感激不尽!) https://github.com/xmba15/onnx_runtime_cpp/blob/f3f40a04fdb1074bf8de596edf92fbdbaa802660/examples/YoloX.hpp#L47-L59
Onnxruntime built, repositories gitted.
when run "convert_to_onnx", An 'TypeError: iteration over a 0-d tensor' occurred,How to fix it?
## **Purpose of Pull Request** :bookmark: This is aimed at providing non-faulty links for downloading models in the root `README.md`. ## **Summary** :books: - Replaced 3 links on root `README.md`.
## **Purpose of Pull Request** :bookmark: This is to update the base image used as well as add `COPY` instructions to the file `ubuntu2004_gpu.dockerfile` under directory `dockerfiles`, in order to...