Wang Xin
Wang Xin
@AN-ZE paddlepaddle换成2.5试试看
这可能是由于 paddlepaddle 2.6 在 non avx512 有问题导致的 - https://github.com/PaddlePaddle/PaddleOCR/issues/11597 develop分支已修复 - https://github.com/PaddlePaddle/Paddle/pull/64132/
@cuicheng01 Got it.
It works. ```shell paddleocr --image_dir doc/imgs/1.jpg ``` ``` [2024/05/18 09:05:33] 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',...
用的python版本是多少
please refer: - https://github.com/longcw/yolo2-pytorch/issues/55 - https://github.com/jwyang/faster-rcnn.pytorch/issues/641 估计是gcc或者clang不在环境里
@plotnine1219 是否愿意提一个PR修复来这个问题
hi @aspaul20, maybe you need to add the post-processing part as well to avoid individual words being separated.
I haven't tested it yet, I'm more curious if this fix is valid for the following picture? 