Skip to content

aistudio中的PP-Structurev3配置参数能提供下?为什么我运行的结果和在aistudio中运行的结果不一样,感谢 #16400

@mxlive

Description

@mxlive

🔎 Search before asking

  • I have searched the PaddleOCR Docs and found no similar bug report.
  • I have searched the PaddleOCR Issues and found no similar bug report.
  • I have searched the PaddleOCR Discussions and found no similar bug report.

🐛 Bug (问题描述)

单元格坐标识别的不准确,官网的demo是正确的
Image

🏃‍♂️ Environment (运行环境)

| NVIDIA-SMI 525.105.17 Driver Version: 525.105.17 CUDA Version: 12.0 |
|-------------------------------+----------------------+----------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|===============================+======================+======================|
| 0 Tesla T4 On | 00000000:00:08.0 Off | 0 |
| N/A 42C P0 27W / 70W | 12354MiB / 15360MiB | 0% Default |
| | | N/A |
+-------------------------------+----------------------+----------------------+

+-----------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |

🌰 Minimal Reproducible Example (最小可复现问题的Demo)

pipeline = create_pipeline(pipeline="PP-StructureV3")  
output = pipeline.predict(
            input=str(image_path),use_chart_recognition=True,
            use_table_recognition=True
            )
        for i, res in enumerate(output):
            # 保存每个区域的结果文件
            res.save_to_img(save_path=work_dir)
            res.save_to_json(save_path=str(json_path))

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions