Эх сурвалжийг харах

use slanet_plus for wireless table

gaotingquan 8 сар өмнө
parent
commit
b5ca1d8a93

+ 1 - 1
paddlex/configs/pipelines/PP-StructureV3.yaml

@@ -127,7 +127,7 @@ SubPipelines:
       
       WirelessTableStructureRecognition:
         module_name: table_structure_recognition
-        model_name: SLANeXt_wireless
+        model_name: SLANet_plus
         model_dir: null
       
       WiredTableCellsDetection:

+ 1 - 1
paddlex/inference/pipelines/layout_parsing/pipeline_v2.py

@@ -444,7 +444,7 @@ class LayoutParsingPipelineV2(BasePipeline):
         seal_rec_score_thresh: Union[float, None] = None,
         use_table_cells_ocr_results: bool = False,
         use_e2e_wired_table_rec_model: bool = False,
-        use_e2e_wireless_table_rec_model: bool = False,
+        use_e2e_wireless_table_rec_model: bool = True,
         **kwargs,
     ) -> LayoutParsingResultV2:
         """