How to transform Ort::Value (int64) into cv::Mat (or cv::cuda::Mat) in C++ cuda? #19029
Labels
ep:CUDA
issues related to the CUDA execution provider
platform:windows
issues related to the Windows platform
Describe the issue
I need to use my ONNX model in C++, but its output has type int64 so I can't transform it to cv::Mat because OpenCV does not support Mat with type int64.
To reproduce
as above
Urgency
No response
Platform
Windows
OS Version
Window 10
ONNX Runtime Installation
Built from Source
ONNX Runtime Version or Commit ID
1.11.0
ONNX Runtime API
C++
Architecture
X64
Execution Provider
CUDA
Execution Provider Library Version
CUDA 11.6
Tasks
The text was updated successfully, but these errors were encountered: