hybridgroup / gocv

Go package for computer vision using OpenCV 4 and beyond. Includes support for DNN, CUDA, and OpenCV Contrib.
https://gocv.io
Other
6.42k stars 853 forks source link

How to parse blob? #1138

Open caitou2019 opened 6 months ago

caitou2019 commented 6 months ago

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