microsoft/onnxjs

Convert Output Tensor to Image/Canvas

10dimensions opened this issue · 0 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...