|
|
@@ -87,3 +87,21 @@ register_model_info(
|
|
|
"supported_apis": ["train", "evaluate", "predict", "export"],
|
|
|
}
|
|
|
)
|
|
|
+
|
|
|
+register_model_info(
|
|
|
+ {
|
|
|
+ "model_name": "PP-OCRv5_server_det",
|
|
|
+ "suite": "TextDet",
|
|
|
+ "config_path": osp.join(PDX_CONFIG_DIR, "PP-OCRv5_server_det.yaml"),
|
|
|
+ "supported_apis": ["train", "evaluate", "predict", "export"],
|
|
|
+ }
|
|
|
+)
|
|
|
+
|
|
|
+register_model_info(
|
|
|
+ {
|
|
|
+ "model_name": "PP-OCRv5_mobile_det",
|
|
|
+ "suite": "TextDet",
|
|
|
+ "config_path": osp.join(PDX_CONFIG_DIR, "PP-OCRv5_mobile_det.yaml"),
|
|
|
+ "supported_apis": ["train", "evaluate", "predict", "export"],
|
|
|
+ }
|
|
|
+)
|