luxonis / depthai-core

DepthAI C++ Library
MIT License
235 stars 127 forks source link

Superblob support #1047

Closed lnotspotl closed 4 months ago

lnotspotl commented 4 months ago

This PR adds support for superblobs = blobs compiled for all number of shaves combined into a single binary file.

Once constructed (the only argument to the constructor is a path to a .superblob file), a regular OpenVINO::Blob struct may be generated by calling getBlobWithNShaves(numShaves), whose output is a regular blob compiled for numShaves shaves.

The relevant clickup task is here