线上 使用 python3 tools/export_model.py 转换inference识别模型,识别时出现乱码。是个什么情况?
Created by: chendaochuan
各位大神,问下大家 python3 tools/export_model.py -c configs/rec/rec_icdar15_train.yml -o Global.checkpoints="./output/rec_r34_vd_crnn/best_accuracy" Global.save_inference_dir="./inference/rec_r34_vd_crnn/" export出来的inference 模型识别的时候,出现乱码。是个什么情况?
这里出现的结果是乱码: python3 tools/infer/predict_system.py --image_dir="./doc/imgs/1600141374676.jpg" --det_model_dir="./inference/det_db_r50/" --rec_model_dir="./inference/rec_r34_vd_crnn"
rec_icdar15_train.yml.这里是这样配置字典: character_type: ch character_dict_path: ./train_data/rec_train/label_list.txt
ps: label_list.txt 是由ubuntu生成,上传到线上的。
使用 infer_rec.py 未转换的模型识别, 结果正常中文显示。