Good day to all!
Help me please.
I have two files: model.xml and weights.bin. Function CNNNetwork ReadNetwork(const std::string& modelPath, const std::string& binPath)
work perfectly. But i tried to get raw data from these files and call the second overload CNNNetwork ReadNetwork(const std::string& model, const Blob::CPtr& weights)
. How can i create Blob::CPtr from raw binary data from weights.bin? I haven't found any direct methods
Thanks a lot.