Unable to Run OpenCV* text_detection.cpp Sample with CRNN_CS Model Using OpenVINO™ Toolkit
Content Type: Error Messages | Article ID: 000087877 | Last Reviewed: 05/20/2022
OpenCV text_detection.cpp sample expects DNN library to perform an output check and will prompt an error if more than 1 output is detected.
Replace Result to FakeResult in crnn_cs.xml file for extra nodes:
When converting models to IR using Model Optimizer, it is possible that certain layers are split during optimization, and the additional nodes are recognized as valid nodes by OpenVINO library.