-
-
Notifications
You must be signed in to change notification settings - Fork 56.5k
Image must be cloned in text detection #23683
Copy link
Copy link
Closed
Description
In text_detection.cpp samples image where result are print must not be original image.
opencv/samples/dnn/text_detection.cpp
Line 156 in 87331ca
| putText(frame, recognitionResult, quadrangle[3], FONT_HERSHEY_SIMPLEX, 1.5, Scalar(0, 0, 255), 2); |
Sometime previous result are given to recognizer models
without clone

with
way to reproduce
opencv_dnn-sample_text_detection --rgb=1 -i="C:\lib\opencv_zoo\models\text_detection_db\examples\gsoc.jpg" --dmp=C:\dnn_models\frozen_east_text_detection.pb --rmp=C:\dnn_models\crnn_cs.onnx
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels