@@ -47,8 +47,8 @@ inference_weight_dir:best_accuracy/inference
47
47
epochs_iters:2
48
48
*********************************************************************************************************************
49
49
suite_name:PaddleOCR
50
- module_name:text_detection_seal
51
- check_dataset_yaml:paddlex/configs/text_detection_seal /PP-OCRv4_mobile_seal_det.yaml
50
+ module_name:seal_text_detection
51
+ check_dataset_yaml:paddlex/configs/seal_text_detection /PP-OCRv4_mobile_seal_det.yaml
52
52
dataset_url:https://paddle-model-ecology.bj.bcebos.com/paddlex/data/ocr_curve_det_dataset_examples.tar
53
53
train_list_name:train.txt
54
54
run_model:train|evaluate|predict|export
@@ -77,7 +77,7 @@ dataset_url:https://paddle-model-ecology.bj.bcebos.com/paddlex/data/widerface_co
77
77
train_list_name:
78
78
run_model:train|evaluate|predict|export
79
79
check_options:check_train_result_json|check_eval_result_json
80
- check_weights_items:2,pdparams,pdema, pdopt,pdstates,inference_config,pdmodel,pdiparams,pdiparams.info
80
+ check_weights_items:2,pdparams,pdopt,pdstates,inference_config,pdmodel,pdiparams,pdiparams.info
81
81
evaluate_weight_path:best_model/best_model.pdparams
82
82
inference_weight_dir:best_model/inference
83
83
epochs_iters:2
@@ -143,8 +143,8 @@ inference_weight_dir:best_model/inference
143
143
epochs_iters:2
144
144
*********************************************************************************************************************
145
145
suite_name:PaddleDetection
146
- module_name:structure_analysis
147
- check_dataset_yaml:paddlex/configs/structure_analysis /PicoDet_layout_1x.yaml
146
+ module_name:layout_detection
147
+ check_dataset_yaml:paddlex/configs/layout_detection /PicoDet_layout_1x.yaml
148
148
dataset_url:https://paddle-model-ecology.bj.bcebos.com/paddlex/PaddleX3.0/CI/dataset/det_layout_examples.tar
149
149
train_list_name:
150
150
run_model:train|evaluate|predict|export
@@ -155,8 +155,8 @@ inference_weight_dir:best_model/inference
155
155
epochs_iters:2
156
156
*********************************************************************************************************************
157
157
suite_name:PaddleClas
158
- module_name:face_recognition
159
- check_dataset_yaml:paddlex/configs/face_recognition /MobileFaceNet.yaml
158
+ module_name:face_feature
159
+ check_dataset_yaml:paddlex/configs/face_feature /MobileFaceNet.yaml
160
160
dataset_url:https://paddle-model-ecology.bj.bcebos.com/paddlex/data/face_rec_examples.tar
161
161
train_list_name:train.txt
162
162
run_model:train|evaluate|predict|export
@@ -191,8 +191,8 @@ inference_weight_dir:best_model/inference
191
191
epochs_iters:2
192
192
*********************************************************************************************************************
193
193
suite_name:PaddleClas
194
- module_name:multilabel_classification
195
- check_dataset_yaml:paddlex/configs/multilabel_classification /ResNet50_ML.yaml
194
+ module_name:image_multilabel_classification
195
+ check_dataset_yaml:paddlex/configs/image_multilabel_classification /ResNet50_ML.yaml
196
196
dataset_url:https://paddle-model-ecology.bj.bcebos.com/paddlex/PaddleX3.0/CI/dataset/mlcls_nus_examples.tar
197
197
train_list_name:train.txt
198
198
run_model:train|evaluate|predict|export
@@ -203,8 +203,8 @@ inference_weight_dir:best_model/inference
203
203
epochs_iters:2
204
204
*********************************************************************************************************************
205
205
suite_name:PaddleClas
206
- module_name:pedestrian_attribute
207
- check_dataset_yaml:paddlex/configs/pedestrian_attribute /PP-LCNet_x1_0_pedestrian_attribute.yaml
206
+ module_name:pedestrian_attribute_recognition
207
+ check_dataset_yaml:paddlex/configs/pedestrian_attribute_recognition /PP-LCNet_x1_0_pedestrian_attribute.yaml
208
208
dataset_url:https://paddle-model-ecology.bj.bcebos.com/paddlex/data/pedestrian_attribute_examples.tar
209
209
train_list_name:train.txt
210
210
run_model:train|evaluate|predict|export
@@ -215,8 +215,8 @@ inference_weight_dir:best_model/inference
215
215
epochs_iters:2
216
216
*********************************************************************************************************************
217
217
suite_name:PaddleClas
218
- module_name:vehicle_attribute
219
- check_dataset_yaml:paddlex/configs/vehicle_attribute /PP-LCNet_x1_0_vehicle_attribute.yaml
218
+ module_name:vehicle_attribute_recognition
219
+ check_dataset_yaml:paddlex/configs/vehicle_attribute_recognition /PP-LCNet_x1_0_vehicle_attribute.yaml
220
220
dataset_url:https://paddle-model-ecology.bj.bcebos.com/paddlex/data/vehicle_attribute_examples.tar
221
221
train_list_name:train.txt
222
222
run_model:train|evaluate|predict|export
@@ -227,8 +227,20 @@ inference_weight_dir:best_model/inference
227
227
epochs_iters:2
228
228
*********************************************************************************************************************
229
229
suite_name:PaddleClas
230
- module_name:general_recognition
231
- check_dataset_yaml:paddlex/configs/general_recognition/PP-ShiTuV2_rec.yaml
230
+ module_name:textline_orientation
231
+ check_dataset_yaml:paddlex/configs/textline_orientation/PP-LCNet_x0_25_textline_ori.yaml
232
+ dataset_url:https://paddle-model-ecology.bj.bcebos.com/paddlex/data/textline_orientation_example_data.tar
233
+ train_list_name:train.txt
234
+ run_model:train|evaluate|predict|export
235
+ check_options:check_train_result_json|check_eval_result_json
236
+ check_weights_items:2,pdparams,pdopt,pdstates,pdmodel,pdiparams,pdiparams.info
237
+ evaluate_weight_path:best_model/best_model.pdparams
238
+ inference_weight_dir:best_model/inference
239
+ epochs_iters:2
240
+ *********************************************************************************************************************
241
+ suite_name:PaddleClas
242
+ module_name:image_feature
243
+ check_dataset_yaml:paddlex/configs/image_feature/PP-ShiTuV2_rec.yaml
232
244
dataset_url:https://paddle-model-ecology.bj.bcebos.com/paddlex/PaddleX3.0/CI/dataset/Inshop_examples.tar
233
245
train_list_name:train.txt
234
246
run_model:train|evaluate|predict|export
@@ -263,8 +275,8 @@ inference_weight_dir:best_model/inference
263
275
epochs_iters:20
264
276
*********************************************************************************************************************
265
277
suite_name:PaddleSeg
266
- module_name:anomaly_detection
267
- check_dataset_yaml:paddlex/configs/anomaly_detection /STFPM.yaml
278
+ module_name:image_anomaly_detection
279
+ check_dataset_yaml:paddlex/configs/image_anomaly_detection /STFPM.yaml
268
280
dataset_url:https://paddle-model-ecology.bj.bcebos.com/paddlex/PaddleX3.0/CI/dataset/mvtec_examples.tar
269
281
train_list_name:train.txt
270
282
run_model:train|evaluate|predict|export
@@ -309,3 +321,15 @@ check_weights_items:score,pdparams
309
321
evaluate_weight_path:best_model/model.pdparams
310
322
inference_weight_dir:inference
311
323
epochs_iters:2
324
+ *********************************************************************************************************************
325
+ suite_name:PaddleVideo
326
+ module_name:video_classification
327
+ check_dataset_yaml:paddlex/configs/video_classification/PPTSM_ResNet50_k400_8frames_uniform.yaml
328
+ dataset_url:https://paddle-model-ecology.bj.bcebos.com/paddlex/data/k400_examples.tar
329
+ train_list_name:train.txt
330
+ run_model:train|evaluate|predict|export
331
+ check_options:check_train_result_json|check_eval_result_json
332
+ check_weights_items:2,pdparams,pdopt,pdstates,pdmodel,pdiparams,pdiparams.info
333
+ evaluate_weight_path:best_model/best_model.pdparams
334
+ inference_weight_dir:best_model/inference
335
+ epochs_iters:2
0 commit comments