Quellcode durchsuchen

update_det_static (#2632)

Sunflower7788 vor 11 Monaten
Ursprung
Commit
42db421d97

+ 1 - 0
paddlex/repo_apis/PaddleOCR_api/configs/PP-OCRv4_mobile_det.yaml

@@ -15,6 +15,7 @@ Global:
   save_inference_dir: null
   use_visualdl: false
   distributed: true
+  d2s_train_image_shape: [3, 640, 640]
 
 Architecture:
   model_type: det

+ 1 - 0
paddlex/repo_apis/PaddleOCR_api/configs/PP-OCRv4_mobile_seal_det.yaml

@@ -15,6 +15,7 @@ Global:
   save_inference_dir: null
   use_visualdl: false
   distributed: true
+  d2s_train_image_shape: [3, 640, 640]
 
 Architecture:
   model_type: det

+ 1 - 0
paddlex/repo_apis/PaddleOCR_api/configs/PP-OCRv4_server_det.yaml

@@ -15,6 +15,7 @@ Global:
   save_inference_dir: null
   use_visualdl: false
   distributed: true
+  d2s_train_image_shape: [3, 640, 640]
 
 Architecture:
   model_type: det

+ 1 - 0
paddlex/repo_apis/PaddleOCR_api/configs/PP-OCRv4_server_seal_det.yaml

@@ -15,6 +15,7 @@ Global:
   save_inference_dir: null
   use_visualdl: false
   distributed: true
+  d2s_train_image_shape: [3, 640, 640]
 
 Architecture:
   model_type: det