|
@@ -177,6 +177,13 @@ register_model_info({
|
|
|
})
|
|
})
|
|
|
|
|
|
|
|
register_model_info({
|
|
register_model_info({
|
|
|
|
|
+ 'model_name': 'PP-HGNet_tiny',
|
|
|
|
|
+ 'suite': 'Cls',
|
|
|
|
|
+ 'config_path': osp.join(PDX_CONFIG_DIR, 'PP-HGNet_tiny.yaml'),
|
|
|
|
|
+ 'supported_apis': ['train', 'evaluate', 'predict', 'export'],
|
|
|
|
|
+})
|
|
|
|
|
+
|
|
|
|
|
+register_model_info({
|
|
|
'model_name': 'PP-HGNet_small',
|
|
'model_name': 'PP-HGNet_small',
|
|
|
'suite': 'Cls',
|
|
'suite': 'Cls',
|
|
|
'config_path': osp.join(PDX_CONFIG_DIR, 'PP-HGNet_small.yaml'),
|
|
'config_path': osp.join(PDX_CONFIG_DIR, 'PP-HGNet_small.yaml'),
|
|
@@ -184,6 +191,13 @@ register_model_info({
|
|
|
})
|
|
})
|
|
|
|
|
|
|
|
register_model_info({
|
|
register_model_info({
|
|
|
|
|
+ 'model_name': 'PP-HGNet_base',
|
|
|
|
|
+ 'suite': 'Cls',
|
|
|
|
|
+ 'config_path': osp.join(PDX_CONFIG_DIR, 'PP-HGNet_base.yaml'),
|
|
|
|
|
+ 'supported_apis': ['train', 'evaluate', 'predict', 'export'],
|
|
|
|
|
+})
|
|
|
|
|
+
|
|
|
|
|
+register_model_info({
|
|
|
'model_name': 'PP-HGNetV2-B0',
|
|
'model_name': 'PP-HGNetV2-B0',
|
|
|
'suite': 'Cls',
|
|
'suite': 'Cls',
|
|
|
'config_path': osp.join(PDX_CONFIG_DIR, 'PP-HGNetV2-B0.yaml'),
|
|
'config_path': osp.join(PDX_CONFIG_DIR, 'PP-HGNetV2-B0.yaml'),
|
|
@@ -191,6 +205,27 @@ register_model_info({
|
|
|
})
|
|
})
|
|
|
|
|
|
|
|
register_model_info({
|
|
register_model_info({
|
|
|
|
|
+ 'model_name': 'PP-HGNetV2-B1',
|
|
|
|
|
+ 'suite': 'Cls',
|
|
|
|
|
+ 'config_path': osp.join(PDX_CONFIG_DIR, 'PP-HGNetV2-B1.yaml'),
|
|
|
|
|
+ 'supported_apis': ['train', 'evaluate', 'predict', 'export'],
|
|
|
|
|
+})
|
|
|
|
|
+
|
|
|
|
|
+register_model_info({
|
|
|
|
|
+ 'model_name': 'PP-HGNetV2-B2',
|
|
|
|
|
+ 'suite': 'Cls',
|
|
|
|
|
+ 'config_path': osp.join(PDX_CONFIG_DIR, 'PP-HGNetV2-B2.yaml'),
|
|
|
|
|
+ 'supported_apis': ['train', 'evaluate', 'predict', 'export'],
|
|
|
|
|
+})
|
|
|
|
|
+
|
|
|
|
|
+register_model_info({
|
|
|
|
|
+ 'model_name': 'PP-HGNetV2-B3',
|
|
|
|
|
+ 'suite': 'Cls',
|
|
|
|
|
+ 'config_path': osp.join(PDX_CONFIG_DIR, 'PP-HGNetV2-B3.yaml'),
|
|
|
|
|
+ 'supported_apis': ['train', 'evaluate', 'predict', 'export'],
|
|
|
|
|
+})
|
|
|
|
|
+
|
|
|
|
|
+register_model_info({
|
|
|
'model_name': 'PP-HGNetV2-B4',
|
|
'model_name': 'PP-HGNetV2-B4',
|
|
|
'suite': 'Cls',
|
|
'suite': 'Cls',
|
|
|
'config_path': osp.join(PDX_CONFIG_DIR, 'PP-HGNetV2-B4.yaml'),
|
|
'config_path': osp.join(PDX_CONFIG_DIR, 'PP-HGNetV2-B4.yaml'),
|
|
@@ -198,6 +233,13 @@ register_model_info({
|
|
|
})
|
|
})
|
|
|
|
|
|
|
|
register_model_info({
|
|
register_model_info({
|
|
|
|
|
+ 'model_name': 'PP-HGNetV2-B5',
|
|
|
|
|
+ 'suite': 'Cls',
|
|
|
|
|
+ 'config_path': osp.join(PDX_CONFIG_DIR, 'PP-HGNetV2-B5.yaml'),
|
|
|
|
|
+ 'supported_apis': ['train', 'evaluate', 'predict', 'export'],
|
|
|
|
|
+})
|
|
|
|
|
+
|
|
|
|
|
+register_model_info({
|
|
|
'model_name': 'PP-HGNetV2-B6',
|
|
'model_name': 'PP-HGNetV2-B6',
|
|
|
'suite': 'Cls',
|
|
'suite': 'Cls',
|
|
|
'config_path': osp.join(PDX_CONFIG_DIR, 'PP-HGNetV2-B6.yaml'),
|
|
'config_path': osp.join(PDX_CONFIG_DIR, 'PP-HGNetV2-B6.yaml'),
|