From ee840e71f119c524a7dc177b55c99daf577ccad2 Mon Sep 17 00:00:00 2001 From: MissPenguin Date: Wed, 3 Nov 2021 09:26:12 +0000 Subject: [PATCH] update --- deploy/cpp_infer/src/ocr_rec.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/deploy/cpp_infer/src/ocr_rec.cpp b/deploy/cpp_infer/src/ocr_rec.cpp index 981c17a9..f1a97a99 100644 --- a/deploy/cpp_infer/src/ocr_rec.cpp +++ b/deploy/cpp_infer/src/ocr_rec.cpp @@ -38,7 +38,6 @@ void CRNNRecognizer::Run(std::vector img_list, std::vector *tim float wh_ratio = w * 1.0 / h; max_wh_ratio = max(max_wh_ratio, wh_ratio); } -// cout << "max_wh_ratio: " << max_wh_ratio << endl; std::vector norm_img_batch; for (int ino = beg_img_no; ino < end_img_no; ino ++) { cv::Mat srcimg; -- GitLab