Making rec prediction
Created by: xxxpsyduck
In config file the params 'infer_img' is at 'Global' section but running command in recognition.md is:
python3 tools/infer_rec.py -c configs/rec/rec_chinese_lite_train.yml -o Global.checkpoints={path/to/weights}/best_accuracy TestReader.infer_img=doc/imgs_words/en/word_1.jpg
So in the end, 'infer_img' should be placed at 'Global' or TestReader?