-
Notifications
You must be signed in to change notification settings - Fork 8.6k
Open
Description
🔎 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 (问题描述)
🏃♂️ 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