Commit ee840e71 authored by MissPenguin's avatar MissPenguin
Browse files

update

parent 0aa8221d
...@@ -38,7 +38,6 @@ void CRNNRecognizer::Run(std::vector<cv::Mat> img_list, std::vector<double> *tim ...@@ -38,7 +38,6 @@ void CRNNRecognizer::Run(std::vector<cv::Mat> img_list, std::vector<double> *tim
float wh_ratio = w * 1.0 / h; float wh_ratio = w * 1.0 / h;
max_wh_ratio = max(max_wh_ratio, wh_ratio); max_wh_ratio = max(max_wh_ratio, wh_ratio);
} }
// cout << "max_wh_ratio: " << max_wh_ratio << endl;
std::vector<cv::Mat> norm_img_batch; std::vector<cv::Mat> norm_img_batch;
for (int ino = beg_img_no; ino < end_img_no; ino ++) { for (int ino = beg_img_no; ino < end_img_no; ino ++) {
cv::Mat srcimg; cv::Mat srcimg;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment