1
+ module_name:text_recognition
2
+ check_dataset_yaml:paddlex/configs/text_recognition/PP-OCRv4_mobile_rec.yaml
3
+ dataset_url:https://paddle-model-ecology.bj.bcebos.com/paddlex/PaddleX3.0/CI/dataset/ocr_rec_dataset_examples.tar
4
+ train_list_name:train.txt
5
+ run_model:train|evaluate|predict
6
+ check_options:check_train_result_json|check_eval_result_json
7
+ check_weights_items:2,pdparams,pdopt,pdstates,pdmodel,pdiparams,pdiparams.info
8
+ evaluate_weight_path:best_accuracy.pdparams
9
+ inference_weight_dir:best_accuracy
10
+ epochs_iters:2
11
+ ================================================================
12
+ config_path:paddlex/configs/text_recognition/PP-OCRv4_mobile_rec.yaml
13
+ config_path:paddlex/configs/text_recognition/PP-OCRv4_server_rec.yaml
14
+ *********************************************************************************************************************
15
+ module_name:text_detection
16
+ check_dataset_yaml:paddlex/configs/text_detection/PP-OCRv4_mobile_det.yaml
17
+ dataset_url:https://paddle-model-ecology.bj.bcebos.com/paddlex/PaddleX3.0/CI/dataset/ocr_det_dataset_examples.tar
18
+ train_list_name:train.txt
19
+ run_model:train|evaluate|predict
20
+ check_options:check_train_result_json|check_eval_result_json
21
+ check_weights_items:2,pdparams,pdopt,pdstates,pdmodel,pdiparams,pdiparams.info
22
+ evaluate_weight_path:best_accuracy.pdparams
23
+ inference_weight_dir:best_accuracy
24
+ epochs_iters:2
25
+ ================================================================
26
+ config_path:paddlex/configs/text_detection/PP-OCRv4_mobile_det.yaml
27
+ config_path:paddlex/configs/text_detection/PP-OCRv4_server_det.yaml
28
+ *********************************************************************************************************************
29
+ module_name:table_recognition
30
+ check_dataset_yaml:paddlex/configs/table_recognition/SLANet.yaml
31
+ dataset_url:https://paddle-model-ecology.bj.bcebos.com/paddlex/PaddleX3.0/CI/dataset/table_rec_dataset_examples.tar
32
+ train_list_name:train.txt
33
+ run_model:train|evaluate|predict
34
+ check_options:check_train_result_json|check_eval_result_json
35
+ check_weights_items:2,pdparams,pdopt,pdstates,pdmodel,pdiparams,pdiparams.info
36
+ evaluate_weight_path:best_accuracy.pdparams
37
+ inference_weight_dir:best_accuracy
38
+ epochs_iters:2
39
+ ================================================================
40
+ config_path:paddlex/configs/table_recognition/SLANet.yaml
41
+ *********************************************************************************************************************
1
42
module_name:object_detection
2
43
check_dataset_yaml:paddlex/configs/object_detection/PicoDet-S.yaml
3
44
dataset_url:https://paddle-model-ecology.bj.bcebos.com/paddlex/PaddleX3.0/CI/dataset/det_coco_examples.tar
@@ -21,6 +62,33 @@ config_path:paddlex/configs/object_detection/RT-DETR-H.yaml
21
62
config_path:paddlex/configs/object_detection/PP-YOLOE_plus-X.yaml
22
63
config_path:paddlex/configs/object_detection/RT-DETR-R18.yaml
23
64
*********************************************************************************************************************
65
+ module_name:instance_segmentation
66
+ check_dataset_yaml:paddlex/configs/instance_segmentation/Mask-RT-DETR-H.yaml
67
+ dataset_url:https://paddle-model-ecology.bj.bcebos.com/paddlex/PaddleX3.0/CI/dataset/instance_seg_coco_examples.tar
68
+ train_list_name:
69
+ run_model:train|evaluate|predict
70
+ check_options:check_train_result_json|check_eval_result_json
71
+ check_weights_items:2,pdparams,pdema,pdopt,pdstates,inference_config,pdmodel,pdiparams,pdiparams.info
72
+ evaluate_weight_path:best_model.pdparams
73
+ inference_weight_dir:best_model
74
+ epochs_iters:2
75
+ ================================================================
76
+ config_path:paddlex/configs/instance_segmentation/Mask-RT-DETR-H.yaml
77
+ config_path:paddlex/configs/instance_segmentation/Mask-RT-DETR-L.yaml
78
+ *********************************************************************************************************************
79
+ module_name:structure_analysis
80
+ check_dataset_yaml:paddlex/configs/structure_analysis/PicoDet_layout_1x.yaml
81
+ dataset_url:https://paddle-model-ecology.bj.bcebos.com/paddlex/PaddleX3.0/CI/dataset/det_layout_examples.tar
82
+ train_list_name:
83
+ run_model:train|evaluate|predict
84
+ check_options:check_train_result_json|check_eval_result_json
85
+ check_weights_items:2,pdparams,pdema,pdopt,pdstates,inference_config,pdmodel,pdiparams,pdiparams.info
86
+ evaluate_weight_path:best_model.pdparams
87
+ inference_weight_dir:best_model
88
+ epochs_iters:2
89
+ ================================================================
90
+ config_path:paddlex/configs/structure_analysis/PicoDet_layout_1x.yaml
91
+ *********************************************************************************************************************
24
92
module_name:image_classification
25
93
check_dataset_yaml:paddlex/configs/image_classification/ResNet50.yaml
26
94
dataset_url:https://paddle-model-ecology.bj.bcebos.com/paddlex/PaddleX3.0/CI/dataset/cls_flowers_examples.tar
@@ -69,6 +137,24 @@ config_path:paddlex/configs/image_classification/MobileNetV3_large_x0_75.yaml
69
137
config_path:paddlex/configs/image_classification/PP-LCNet_x2_0.yaml
70
138
config_path:paddlex/configs/image_classification/MobileNetV2_x1_0.yaml
71
139
*********************************************************************************************************************
140
+ module_name:semantic_segmentation
141
+ check_dataset_yaml:paddlex/configs/semantic_segmentation/OCRNet_HRNet-W48.yaml
142
+ dataset_url:https://paddle-model-ecology.bj.bcebos.com/paddlex/PaddleX3.0/CI/dataset/seg_optic_examples.tar
143
+ train_list_name:train.txt
144
+ run_model:train|evaluate|predict
145
+ check_options:check_train_result_json|check_eval_result_json
146
+ check_weights_items:2,pdparams,pdstates,inference_config,pdmodel,pdiparams,pdiparams.info
147
+ evaluate_weight_path:best_model/model.pdparams
148
+ inference_weight_dir:best_model/model
149
+ epochs_iters:20
150
+ ================================================================
151
+ config_path:paddlex/configs/semantic_segmentation/Deeplabv3_Plus-R50.yaml
152
+ config_path:paddlex/configs/semantic_segmentation/PP-LiteSeg-T.yaml
153
+ config_path:paddlex/configs/semantic_segmentation/Deeplabv3_Plus-R101.yaml
154
+ config_path:paddlex/configs/semantic_segmentation/Deeplabv3-R101.yaml
155
+ config_path:paddlex/configs/semantic_segmentation/Deeplabv3-R50.yaml
156
+ config_path:paddlex/configs/semantic_segmentation/OCRNet_HRNet-W48.yaml
157
+ *********************************************************************************************************************
72
158
module_name:ts_forecast
73
159
check_dataset_yaml:paddlex/configs/ts_forecast/DLinear.yaml
74
160
dataset_url:https://paddle-model-ecology.bj.bcebos.com/paddlex/PaddleX3.0/CI/dataset/ts_dataset_examples.tar
@@ -105,52 +191,6 @@ config_path:paddlex/configs/ts_anomaly_detection/TimesNet_ad.yaml
105
191
config_path:paddlex/configs/ts_anomaly_detection/AutoEncoder_ad.yaml
106
192
config_path:paddlex/configs/ts_anomaly_detection/PatchTST_ad.yaml
107
193
*********************************************************************************************************************
108
- module_name:semantic_segmentation
109
- check_dataset_yaml:paddlex/configs/semantic_segmentation/OCRNet_HRNet-W48.yaml
110
- dataset_url:https://paddle-model-ecology.bj.bcebos.com/paddlex/PaddleX3.0/CI/dataset/seg_optic_examples.tar
111
- train_list_name:train.txt
112
- run_model:train|evaluate|predict
113
- check_options:check_train_result_json|check_eval_result_json
114
- check_weights_items:2,pdparams,pdstates,inference_config,pdmodel,pdiparams,pdiparams.info
115
- evaluate_weight_path:best_model/model.pdparams
116
- inference_weight_dir:best_model/model
117
- epochs_iters:20
118
- ================================================================
119
- config_path:paddlex/configs/semantic_segmentation/Deeplabv3_Plus-R50.yaml
120
- config_path:paddlex/configs/semantic_segmentation/PP-LiteSeg-T.yaml
121
- config_path:paddlex/configs/semantic_segmentation/Deeplabv3_Plus-R101.yaml
122
- config_path:paddlex/configs/semantic_segmentation/Deeplabv3-R101.yaml
123
- config_path:paddlex/configs/semantic_segmentation/Deeplabv3-R50.yaml
124
- config_path:paddlex/configs/semantic_segmentation/OCRNet_HRNet-W48.yaml
125
- *********************************************************************************************************************
126
- module_name:text_recognition
127
- check_dataset_yaml:paddlex/configs/text_recognition/PP-OCRv4_mobile_rec.yaml
128
- dataset_url:https://paddle-model-ecology.bj.bcebos.com/paddlex/PaddleX3.0/CI/dataset/ocr_rec_dataset_examples.tar
129
- train_list_name:train.txt
130
- run_model:train|evaluate|predict
131
- check_options:check_train_result_json|check_eval_result_json
132
- check_weights_items:2,pdparams,pdopt,pdstates,pdmodel,pdiparams,pdiparams.info
133
- evaluate_weight_path:best_accuracy.pdparams
134
- inference_weight_dir:best_accuracy
135
- epochs_iters:2
136
- ================================================================
137
- config_path:paddlex/configs/text_recognition/PP-OCRv4_mobile_rec.yaml
138
- config_path:paddlex/configs/text_recognition/PP-OCRv4_server_rec.yaml
139
- *********************************************************************************************************************
140
- module_name:text_detection
141
- check_dataset_yaml:paddlex/configs/text_detection/PP-OCRv4_mobile_det.yaml
142
- dataset_url:https://paddle-model-ecology.bj.bcebos.com/paddlex/PaddleX3.0/CI/dataset/ocr_det_dataset_examples.tar
143
- train_list_name:train.txt
144
- run_model:train|evaluate|predict
145
- check_options:check_train_result_json|check_eval_result_json
146
- check_weights_items:2,pdparams,pdopt,pdstates,pdmodel,pdiparams,pdiparams.info
147
- evaluate_weight_path:best_accuracy.pdparams
148
- inference_weight_dir:best_accuracy
149
- epochs_iters:2
150
- ================================================================
151
- config_path:paddlex/configs/text_detection/PP-OCRv4_mobile_det.yaml
152
- config_path:paddlex/configs/text_detection/PP-OCRv4_server_det.yaml
153
- *********************************************************************************************************************
154
194
module_name:ts_classification
155
195
check_dataset_yaml:paddlex/configs/ts_classification/TimesNet_cls.yaml
156
196
dataset_url:https://paddle-model-ecology.bj.bcebos.com/paddlex/PaddleX3.0/CI/dataset/ts_classify_examples.tar
@@ -163,43 +203,3 @@ inference_weight_dir:best_model/model.pdparams
163
203
epochs_iters:2
164
204
================================================================
165
205
config_path:paddlex/configs/ts_classification/TimesNet_cls.yaml
166
- *********************************************************************************************************************
167
- module_name:instance_segmentation
168
- check_dataset_yaml:paddlex/configs/instance_segmentation/Mask-RT-DETR-H.yaml
169
- dataset_url:https://paddle-model-ecology.bj.bcebos.com/paddlex/PaddleX3.0/CI/dataset/instance_seg_coco_examples.tar
170
- train_list_name:
171
- run_model:train|evaluate|predict
172
- check_options:check_train_result_json|check_eval_result_json
173
- check_weights_items:2,pdparams,pdema,pdopt,pdstates,inference_config,pdmodel,pdiparams,pdiparams.info
174
- evaluate_weight_path:best_model.pdparams
175
- inference_weight_dir:best_model
176
- epochs_iters:2
177
- ================================================================
178
- config_path:paddlex/configs/instance_segmentation/Mask-RT-DETR-H.yaml
179
- config_path:paddlex/configs/instance_segmentation/Mask-RT-DETR-L.yaml
180
- *********************************************************************************************************************
181
- module_name:structure_analysis
182
- check_dataset_yaml:paddlex/configs/structure_analysis/PicoDet_layout_1x.yaml
183
- dataset_url:https://paddle-model-ecology.bj.bcebos.com/paddlex/PaddleX3.0/CI/dataset/det_layout_examples.tar
184
- train_list_name:
185
- run_model:train|evaluate|predict
186
- check_options:check_train_result_json|check_eval_result_json
187
- check_weights_items:2,pdparams,pdema,pdopt,pdstates,inference_config,pdmodel,pdiparams,pdiparams.info
188
- evaluate_weight_path:best_model.pdparams
189
- inference_weight_dir:best_model
190
- epochs_iters:2
191
- ================================================================
192
- config_path:paddlex/configs/structure_analysis/PicoDet_layout_1x.yaml
193
- *********************************************************************************************************************
194
- module_name:table_recognition
195
- check_dataset_yaml:paddlex/configs/table_recognition/SLANet.yaml
196
- dataset_url:https://paddle-model-ecology.bj.bcebos.com/paddlex/PaddleX3.0/CI/dataset/table_rec_dataset_examples.tar
197
- train_list_name:train.txt
198
- run_model:train|evaluate|predict
199
- check_options:check_train_result_json|check_eval_result_json
200
- check_weights_items:2,pdparams,pdopt,pdstates,pdmodel,pdiparams,pdiparams.info
201
- evaluate_weight_path:best_accuracy.pdparams
202
- inference_weight_dir:best_accuracy
203
- epochs_iters:2
204
- ================================================================
205
- config_path:paddlex/configs/table_recognition/SLANet.yaml
0 commit comments