crnn.caffe
crnn.caffe copied to clipboard
fix bugs in recognition.cpp
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.