Wang Xin

Results 252 comments of Wang Xin

PaddleOCR 3.0 没有这个参数

@Ihebdhouibi please refer to https://paddlepaddle.github.io/PaddleOCR/latest/en/version3.x/pipeline_usage/OCR.html#22-python-script-integration ![Image](https://github.com/user-attachments/assets/d4d45290-3c2a-4380-8712-d412d92d3df4)

@zfxSteven uvdoc 估计用的是 doctr

Can you write some unit tests to verify the effectiveness of the changes? Or give some examples of wrong case.

The error KeyError: 'backbone' occurs because your generated dataset.yaml file is missing the model configuration keys head and backbone. These keys are not required for a standard YOLO dataset YAML...

这可能是bug,dict长度少了一个词 ``` к в а з и у р о н я х п л ы г е т м д ж ш ь с ё б й ч ю...

我的意思是再padding 1 个位置它就正常了,推测是少了一个词。

Tablemaster模型的解码部分,特别是您提到的 `x1` 和 `y1` 坐标减去 `w // 2` 的操作,主要是与解码逻辑、模型特定的实现有关。以下是对您提到的问题的详细分析: --- ### 1. **为什么需要减去 `w // 2`?** 在 `ppocr/postprocess/table_postprocess.py` 的第 184 行,`x1` 和 `y1` 减去 `w // 2`,这一操作可能是为了对预测的边界框中心点坐标进行调整。一般来说: - 在表格数据解码中,某些模型(如 SLANet)可能会预测出表格单元格的中心点坐标以及宽高。...

@flow3rdown 你是对的,是有bug。

模型的实现有变化,导致无法匹配上了。