Skip to content

OpenVINO Blob structure#368

Merged
themarpe merged 3 commits intodevelopfrom
openvino_blob
Feb 11, 2022
Merged

OpenVINO Blob structure#368
themarpe merged 3 commits intodevelopfrom
openvino_blob

Conversation

@themarpe
Copy link
Copy Markdown
Collaborator

@themarpe themarpe commented Feb 8, 2022

Added reader and Blob structure to be able to query network details before using it in a pipeline.
Information include:

  • map of IO /w names, dimensions, datatype, order, ...
  • num shaves
  • num slices
  • stage count

Added some light tests for this functionality.

Also added NeuralNetwork::setBlob which takes a blob instead of a path

Note: moved TensorInfo to common/ under depthai-shared, as its now used in more places

@themarpe
Copy link
Copy Markdown
Collaborator Author

Resolved @szabi-luxonis

@themarpe themarpe merged commit 55b3d89 into develop Feb 11, 2022
@themarpe themarpe deleted the openvino_blob branch February 11, 2022 14:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants