gocv
gocv copied to clipboard
How to parse blob?
Hello, I successfully loaded the model using ReadNetFromOnnx and obtained the inference result blob through net. forward(). However, I am not sure about the structure of this blob. How can I parse this blob to obtain data such as detection boxes and confidence? Do you have any knowledge about this area that you can share and learn from? Thank you