Parcourir la source

fix CLI predict for old mode

cuicheng01 il y a 10 mois
Parent
commit
a2145ee43f
1 fichiers modifiés avec 0 ajouts et 10 suppressions
  1. 0 10
      paddlex/utils/pipeline_arguments.py

+ 0 - 10
paddlex/utils/pipeline_arguments.py

@@ -50,21 +50,11 @@ PIPELINE_ARGUMENTS = {
             "help": "Sets the box threshold for text detection.",
         },
         {
-            "name": "--text_det_max_candidates",
-            "type": int,
-            "help": "Sets the maximum number of candidate boxes for text detection.",
-        },
-        {
             "name": "--text_det_unclip_ratio",
             "type": float,
             "help": "Sets the unclip ratio for text detection.",
         },
         {
-            "name": "--text_det_use_dilation",
-            "type": bool,
-            "help": "Determines whether to use dilation in text detection.",
-        },
-        {
             "name": "--text_rec_score_thresh",
             "type": float,
             "help": "Sets the score threshold for text recognition.",