-
-
Notifications
You must be signed in to change notification settings - Fork 56.5k
Read ir model from buffer not implemented #15578
Copy link
Copy link
Closed
Labels
Milestone
Description
- 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.
Reactions are currently unavailable