Closed lim-0 closed 3 years ago
infer模型应该用predict_rec来预测吧
infer模型应该用predict_rec来预测吧
您好,我确实是使用predict_rec来预测的,后面一个是直接测试的结果,前面一个是infer模型测试的结果
我看你上面一个是export_model 一个的infer_rec
我看你上面一个是export_model 一个的infer_rec 我换了一个模型,重新试了一下,结果如下
@WenmuZhou @lim-0 I have the same problem. Do you find any clue for this phenomenon?
translated: 我也有同样的问题。 您找到这种现象的任何线索吗?
infer_rec.py
predict_rec.py
Which is expected result
(paddle-ocr) √ PaddleOCR % python tools/infer/predict_rec.py --image_dir=./doc/imgs_words/en/word_1.png --rec_model_dir=./inference/en_number_mobile_v2.0_rec_infer/ --use_space_char=True --rec_char_dict_path=./ppocr/utils/dict/en_dict.txt
./doc/imgs_words/en/word_1.png
E0112 02:19:38.341466 300703168 analysis_config.cc:73] Please compile with gpu to EnableGpu()
[2021/01/12 02:19:38] root INFO: Predicts of ./doc/imgs_words/en/word_1.png:('JOINT', 0.92921716)
[2021/01/12 02:19:38] root INFO: Total predict time for 1 images, cost: 0.009
文本检测转成infernce之后精度下降了好多 不知道是不是参数的问题
paddlepaddle2.0版本
同样的模型,转换为inference模型后,预测结果和原始结果不一致