Wang Xin
Wang Xin
dygraph 分支好像也是有类似的问题 ```shell paddleocr --image_dir ./doc/imgs/11.jpg --use_angle_cls False --use_gpu false --det True --rec False ``` ``` [2024/03/19 10:23:16] ppocr INFO: **********./doc/imgs/11.jpg********** [2024/03/19 10:23:16] ppocr INFO: [[27.0, 458.0], [137.0, 458.0], [137.0,...
@KumaTea 你可以提一个PR,修复这个问题。
Does this change require a cherry pick to the main branch?
我这测试了没啥问题呀 麻烦提供一下运行环境,和标注的图片。
这是什么运行环境 参考 https://www.paddlepaddle.org.cn/ 快速安装
not work for me ```shell paddleocr --image_dir doc/imgs/1.jpg --det_box_type poly ``` ``` [2024/05/15 15:16:12] ppocr DEBUG: Namespace(help='==SUPPRESS==', use_gpu=False, use_xpu=False, use_npu=False, use_mlu=False, ir_optim=True, use_tensorrt=False, min_subgraph_size=15, precision='fp32', gpu_mem=500, gpu_id=0, image_dir='doc/imgs/1.jpg', page_num=0, det_algorithm='DB',...
``` paddleocr --image_dir doc/imgs/1.jpg --det_box_type poly [2024/05/15 15:45:48] ppocr DEBUG: Namespace(help='==SUPPRESS==', use_gpu=False, use_xpu=False, use_npu=False, use_mlu=False, ir_optim=True, use_tensorrt=False, min_subgraph_size=15, precision='fp32', gpu_mem=500, gpu_id=0, image_dir='doc/imgs/1.jpg', page_num=0, det_algorithm='DB', det_model_dir='/Users/wangxin/.paddleocr/whl/det/ch/ch_PP-OCRv4_det_infer', det_limit_side_len=960, det_limit_type='max', det_box_type='poly', det_db_thresh=0.3, det_db_box_thresh=0.6,...
``` paddleocr --image_dir doc/imgs/1.jpg [2024/05/15 15:45:36] ppocr DEBUG: Namespace(help='==SUPPRESS==', use_gpu=False, use_xpu=False, use_npu=False, use_mlu=False, ir_optim=True, use_tensorrt=False, min_subgraph_size=15, precision='fp32', gpu_mem=500, gpu_id=0, image_dir='doc/imgs/1.jpg', page_num=0, det_algorithm='DB', det_model_dir='/Users/wangxin/.paddleocr/whl/det/ch/ch_PP-OCRv4_det_infer', det_limit_side_len=960, det_limit_type='max', det_box_type='quad', det_db_thresh=0.3, det_db_box_thresh=0.6, det_db_unclip_ratio=1.5, max_batch_size=10,...