PaddleOCR
PaddleOCR copied to clipboard
PGNet model downloaded does not perform as good as reported.
问题描述 / Problem Description
I tested the PGNet downloaded from the link provided in the doc on TotalText test set, the numbers I got was lower than reported in the table. https://github.com/PaddlePaddle/PaddleOCR/blob/main/doc/doc_en/algorithm_e2e_pgnet_en.md#test-environment-nvidia-tesla-v100-sxm2-16gb (url)
运行环境 / Runtime Environment
- OS: Linux
- Paddle: 2.4.0-rc0
- PaddleOCR: 2.4
复现代码 / Reproduction Code
`python3 tools/eval.py -c configs/e2e/e2e_r50_vd_pg.yml -o Global.checkpoints="{path/to/weights}/best_accuracy"