python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to use onnxruntime in a native android library
I need to use the onnxruntime library in an Android project, but I can't understand how to configure CMake to be able to use C++ headers and *.so from AAR.
I created a new Android Native Library modul...
Anton Shpakowski
Votes: 0
Answers: 1
How to get preprocess/postprocess steps from model created using Google Vertex AI?
A client of mine wants to run their Google Vertex AI model on NVIDIA Jetson boards using TensorRT as accelerator. The problem with this is that their model uses certain operators (DecodeJpeg) that are...
elmoacake
Votes: 0
Answers: 0
setup onnx to parsing onnx graph in c++
I'm trying to load an onnx file and print all the tensor dimensions in the graph(has to perform shape inference). I can do this in python by just importing from onnx import shape_inference, onnx. Is t...
harry
Votes: 0
Answers: 2
OpencvDNN cannot read the .onnx file if there is a GAP layer in the original Keras model
I can't read a Tensorflow Keras model converted to .ONNX, using the opencvDnn module if the original model has a GlobalAveragePooling2D instead of a Flatten layer in the fully connected part.
I'm tryi...
Francisco Massucci
Votes: 0
Answers: 0