onnx_runtime_cpp icon indicating copy to clipboard operation
onnx_runtime_cpp copied to clipboard

small c++ library to quickly deploy models using onnxruntime

Results 13 onnx_runtime_cpp issues
Sort by recently updated
recently updated
newest added

when I run `make gpu_apps` command, got some error: ```sh [ 20%] Linking CXX executable TestImageClassification /usr/bin/ld: ../src/libort_utility.so: undefined reference to `OrtSessionOptionsAppendExecutionProvider_CUDA' collect2: error: ld returned 1 exit status make[5]:...

question

https://github.com/xmba15/onnx_runtime_cpp#superpoint - This sample image was created with the code that had a bug in nms. - The bug has been fixed but the sample result pic has not been...

documentation

Does MobileSAM instance splitting support?

您好,请问哪个是C++使用ONNXRuntime推理时多输入多输出的例子

https://github.com/harisreedhar/Face-Upscalers-ONNX/releases/tag/Models

Hi! Thanks for your great work. The onnx_runtime_gpu version works fine to me, and I'm trying to deploy a faster TensorRT version. I've followed the instructions of [onnxruntime_tensorrt.md](https://github.com/xmba15/onnx_runtime_cpp/blob/master/docs/onnxruntime_tensorrt.md) to build...

Hello, I need to get a fixed-size input-output model. When converting the loftr.onnx file, it can be converted successfully, but it is a verification model, and this error occurs. `nvalidGraph:...

I added the LISRD code, but the effect is not good in the case of large and small images, please optimize it

Hi, would it be possible to create an example for ASpanFormer model, a loftr like model, that is mostly using the same code as loftr. I tried to implement it...

question

I have tested the loftr,but i find some problem, when i use two image which have same size , the result is normal,but when i use a big picture and...

help wanted
question