We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9447a5e commit 97e4cbeCopy full SHA for 97e4cbe
paddlex/inference/pipelines/formula_recognition/pipeline.py
@@ -75,7 +75,6 @@ def __init__(
75
"LayoutDetection",
76
{"model_config_error": "config error for layout_det_model!"},
77
)
78
- self.layout_det_model = self.create_model(layout_det_config)
79
layout_kwargs = {}
80
if (threshold := layout_det_config.get("threshold", None)) is not None:
81
layout_kwargs["threshold"] = threshold
0 commit comments