microsoft / onnxjs

ONNX.js: run ONNX models using JavaScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Convert Output Tensor to Image/Canvas

10dimensions opened this issue · comments

I've a onnx model which predicts depth-image as a tensor.
Any suggestions on how I can convert the tensor to an image/canvas ?

I tried looking up ndarray library, but couldn't find this particular api...