I want to load .pb file (protocol buffer file of tensorflow) using code shown below:
ReadNetFromTensorflow(path);
but I get this error:
OpenCV: !field.empty()
what is the problem?
1 | initial version |
I want to load .pb file (protocol buffer file of tensorflow) using code shown below:
ReadNetFromTensorflow(path);
but I get this error:
OpenCV: !field.empty()
what is the problem?
2 | retagged |
I want to load .pb file (protocol buffer file of tensorflow) using code shown below:
ReadNetFromTensorflow(path);
but I get this error:
OpenCV: !field.empty()
what is the problem?