-
### Describe the issue
onnxruntime 1.12.1 can not init on server2012
### To reproduce
onnxruntime 1.12.1 can not init on server2012 , ortEnvironment init fail
### Urgency
_No response_
### Plat…
-
### Describe the issue
I was trying to do the inference with openvino EP on Arc 770 using the unimatch model I converted, but I saw error below.
> 2024-01-03 23:30:33.951900503 [E:onnxruntime:, in…
-
Hi,
I'm trying to deploy custom model. where pt gets converted to onnx and onnx gets converted to rknn. Both pt and onnx results the proper output at host. But the rknn doesn't give the expected ou…
-
The documentation for adding a new execution provider is lacking.
It fails to mention that EP_provider_factory_creator.h is necessary.
It fails to mention how to build after adding a new EP.
Are ne…
-
# Bug Report
### Describe the bug
An ONNX Runtime user was attempting to create a Loop node where the loop carried dependencies were made optional outputs of the Loop node. i.e. they'd be passed a…
-
### Describe the issue
I've found a repo https://github.com/asus4/onnxruntime-unity where this respectable author built a Unity plugin of ONNX runtime.
Apart from this one, I did not find any other…
-
### Describe the issue
If one downloads ORT release Zip off GitHub, you will see onnxruntime.dll under lib directly and no bin folder.
If one runs CMake install it creates a bin folder where the d…
-
### Describe the issue
Trying out the yolov8 pose models for iOS using ONNX. I have exported the model to ONNX using the following code.
```
from ultralytics import YOLO
# Load a model
for ve…
-
**Describe the bug**
Instancenorm does not support batch infer, the results will occur nan.
**Urgency**
**System information**
- Linux Ubuntu 16.04):
- ONNX Runtime installed from pip:
…
-
### Describe the issue
If i run the onnx runtime inference with the tensorrt provider option with the nuget 1.14.0 version has a runtime exception issue which as it seem from the debugging is occurre…