Skip to content

Commit 324124c

Browse files
committed
use slanet_plus for wireless table
1 parent e8a4699 commit 324124c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

paddlex/configs/pipelines/PP-StructureV3.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ SubPipelines:
127127

128128
WirelessTableStructureRecognition:
129129
module_name: table_structure_recognition
130-
model_name: SLANeXt_wireless
130+
model_name: SLANet_plus
131131
model_dir: null
132132

133133
WiredTableCellsDetection:

paddlex/inference/pipelines/layout_parsing/pipeline_v2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ def predict(
444444
seal_rec_score_thresh: Union[float, None] = None,
445445
use_table_cells_ocr_results: bool = False,
446446
use_e2e_wired_table_rec_model: bool = False,
447-
use_e2e_wireless_table_rec_model: bool = False,
447+
use_e2e_wireless_table_rec_model: bool = True,
448448
**kwargs,
449449
) -> LayoutParsingResultV2:
450450
"""

0 commit comments

Comments
 (0)