crnn.caffe icon indicating copy to clipboard operation
crnn.caffe copied to clipboard

fix bugs in recognition.cpp

Open chenxiaoyu523 opened this issue 5 years ago • 0 comments

In generate_dataset.py, the images are loaded with caffe.io (RGB), but in recognition.cpp, images are loaded with (BGR), which leads to wrong results in recognition.cpp. cv::cvtColor function is added to fix this bug.

chenxiaoyu523 avatar Jul 11 '19 04:07 chenxiaoyu523