hello
I have Onnx data
I don’t know what the value of Onnx’s Outputs means.
I don’t know what the “outputs” means when I do this.
Woker.worker.Execute(inputTensor);
Tensor output= worker.PeekOutput("Identity");
If you look at the format of the output, it looks like this: n:1, h:1, w:512, c:1
It looks like an array of width: 512, height: 1.
I want to place a BoundingBox on the image.
Is this the point of the box by cutting 2 pieces at a time? Is it making a box by cutting 4 pieces at a time?
I lack understanding of n:1, h:1, w:512, c:1
Please let me know how to use the data when it comes out like this.,