关于PP-DocLayout-L版面检测模型 #15574
关于PP-DocLayout-L版面检测模型
#15574
-
🔎 Search before asking
🐛 Bug (问题描述)您好,想问下面的模型输出结果的尺寸为(1, 11, xxxx),能解释下11这个维度具体是包含哪些信息呢?按顺序分别是什么呢?比如x1,y1,x2,y2...... 感谢~ 🏃♂️ Environment (运行环境)CPU 🌰 Minimal Reproducible Example (最小可复现问题的Demo)版面分析模型 |
Beta Was this translation helpful? Give feedback.
Answered by
Sunting78
May 29, 2025
Replies: 1 comment
-
您好,输出的结果在这个文档有解释。coordinate:目标框坐标,一个浮点数列表,格式为[xmin, ymin, xmax, ymax] https://paddlepaddle.github.io/PaddleOCR/main/version3.x/module_usage/layout_detection.html#_4 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
SWHL
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
您好,输出的结果在这个文档有解释。coordinate:目标框坐标,一个浮点数列表,格式为[xmin, ymin, xmax, ymax] https://paddlepaddle.github.io/PaddleOCR/main/version3.x/module_usage/layout_detection.html#_4