Skip to content

Read ir model from buffer not implemented #15578

@marcellBan

Description

@marcellBan
  • OpenCV => 4.1.1
  • Operating System / Platform => Windows 64 Bit / Ubuntu 18.04 LTS
  • Compiler => Visual Studio 2017 / clang6.0

We are trying to load an IR model from a memory buffer (loaded from a single binary file, not relevant) but dnn::readNet() for dldt from buffer is not implemented.

 else if (framework == "dldt")
        CV_Error(Error::StsNotImplemented, "Reading Intel's Model Optimizer models from buffers");

My colleague is already working on submitting a pull request to implement this.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions