- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
From the C++ samples that I follow along I see I can use:
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Adammpolak,
Thank you for reaching out to us.
We are checking this matter and we will get back to you soon.
Sincerely,
Zulkifli
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Adammpolak,
We suggest you go through the OpenVINO Hello Reshape SSD C++ Sample and examine these lines of code 146-157 in the sample main.cpp file.
Sincerely,
Zulkifli
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Really appreciate the response @Zulkifli_Intel !
So I checked out those lines:
auto moutputHolder = moutput->rmap();
const float* detection = moutputHolder.as<const float*>();
Sorry but this doesn't provide much insight into how to make this a multi-dimensional array...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello adammpolak
There is no internal function or tool available to convert a blob into an array of float. However, it is possible to access the blob data, thus you can explore in writing a function that is capable to perform the aforementioned conversion.
Here are some useful documents that you can refer to:
1) Integrate Inference Engine with Your C++ Application (steps 5 & 7) - Integrate Inference Engine — OpenVINO™ documentation
2) What is a Blob, and how do I Extract Detection Data from a Blob? - What is a Blob, and how do I Extract Detection Data from a Blob? (intel.com)
There were also previous requests in our community forum that you can refer to summarize the idea of converting the blob into float:
1) Trouble Understanding what a Blob is/how to extract info from a blob - Intel Communities
2) detection model's output data - Intel Communities
Sincerely,
Zulkifli
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello adammpolak,
This thread will no longer be monitored since we have provided a solution. If you need any additional information from Intel, please submit a new question.
Sincerely,
Zulkifli

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page