PaddleOCR icon indicating copy to clipboard operation
PaddleOCR copied to clipboard

默认方向分类器路径有误

Open Intsigstephon opened this issue 2 years ago • 0 comments

请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem

  • 系统环境/System Environment:
  • 版本号/Version:Paddle: PaddleOCR: 问题相关组件/Related components:
  • 运行指令/Command Code:
  • 完整报错/Complete Error Message:

使用方向分类器

python3 tools/infer/predict_system.py --image_dir="./doc/imgs/00018069.jpg" --det_model_dir="./ch_PP-OCRv3_det_infer/" --cls_model_dir="./cls/" --rec_model_dir="./ch_PP-OCRv3_rec_infer/" --use_angle_cls=true

此处cls_model_dir依据上下文,应为".ch_ppocr_mobile_v2.0_cls_infer"

Intsigstephon avatar Nov 04 '22 02:11 Intsigstephon