Skip to content

Commit 85eb25f

Browse files
authored
Update PaddleX_cv_pipeline_Run_Check.yml
1 parent 1071405 commit 85eb25f

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/workflows/PaddleX_cv_pipeline_Run_Check.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
--threshold 0.5 \
5858
--save_path ./output/ \
5959
--device cpu
60+
|| exit 1
6061
continue-on-error: true
6162

6263
- name: test instance_segmentation
@@ -68,6 +69,7 @@ jobs:
6869
--threshold 0.5 \
6970
--save_path ./output \
7071
--device cpu
72+
|| exit 1
7173
continue-on-error: true
7274

7375
- name: test semantic_segmentation
@@ -79,6 +81,7 @@ jobs:
7981
--target_size -1 \
8082
--save_path ./output \
8183
--device cpu
84+
|| exit 1
8285
continue-on-error: true
8386

8487
- name: test image_multilabel_classification
@@ -88,6 +91,7 @@ jobs:
8891
paddlex --pipeline image_multilabel_classification \
8992
--input general_image_classification_001.jpg \
9093
--device cpu
94+
|| exit 1
9195
continue-on-error: true
9296

9397
- name: test small_object_detection
@@ -99,6 +103,7 @@ jobs:
99103
--threshold 0.5 \
100104
--save_path ./output \
101105
--device cpu
106+
|| exit 1
102107
continue-on-error: true
103108

104109
- name: test anomaly_detection
@@ -109,6 +114,7 @@ jobs:
109114
--input uad_grid.png \
110115
--device cpu \
111116
--save_path ./output
117+
|| exit 1
112118
continue-on-error: true
113119

114120
- name: test 3d_bev_detection
@@ -118,6 +124,7 @@ jobs:
118124
paddlex --pipeline 3d_bev_detection \
119125
--input nuscenes_demo_infer.tar \
120126
--device cpu
127+
|| exit 1
121128
continue-on-error: true
122129

123130
- name: test human_keypoint_detection
@@ -129,6 +136,7 @@ jobs:
129136
--det_threshold 0.5 \
130137
--save_path ./output/ \
131138
--device cpu
139+
|| exit 1
132140
continue-on-error: true
133141

134142
- name: test open_vocabulary_detection
@@ -141,6 +149,7 @@ jobs:
141149
--thresholds "{'text_threshold': 0.25, 'box_threshold': 0.3}" \
142150
--save_path ./output \
143151
--device cpu
152+
|| exit 1
144153
continue-on-error: true
145154

146155
- name: test open_vocabulary_segmentation
@@ -153,6 +162,7 @@ jobs:
153162
--prompt "[[112.9,118.4,513.8,382.1],[4.6,263.6,92.2,336.6],[592.4,260.9,607.2,294.2]]" \
154163
--save_path ./output \
155164
--device cpu
165+
|| exit 1
156166
continue-on-error: true
157167

158168
- name: test rotated_object_detection
@@ -164,6 +174,7 @@ jobs:
164174
--threshold 0.5 \
165175
--save_path ./output \
166176
--device cpu
177+
|| exit 1
167178
continue-on-error: true
168179

169180
- name: test pedestrian_attribute_recognition
@@ -174,6 +185,7 @@ jobs:
174185
--input pedestrian_attribute_002.jpg \
175186
--device cpu \
176187
--save_path ./output/
188+
|| exit 1
177189
continue-on-error: true
178190

179191
- name: test vehicle_attribute_recognition
@@ -184,6 +196,7 @@ jobs:
184196
--input vehicle_attribute_002.jpg \
185197
--device cpu \
186198
--save_path ./output/
199+
|| exit 1
187200
continue-on-error: true
188201

189202
- name: test PP-ShiTuV2
@@ -193,6 +206,7 @@ jobs:
193206
tar -xf drink_dataset_v2.0.tar
194207
wget -q https://paddle-qa.bj.bcebos.com/suijiaxin/PaddleX/test_PP-ShiTuV2.py
195208
python test_PP-ShiTuV2.py
209+
|| exit 1
196210
continue-on-error: true
197211

198212
- name: test face_recognition
@@ -203,5 +217,6 @@ jobs:
203217
wget -q https://paddle-model-ecology.bj.bcebos.com/paddlex/imgs/demo_image/friends1.jpg
204218
wget -q https://paddle-qa.bj.bcebos.com/suijiaxin/PaddleX/test_face_recognition.py
205219
python test_face_recognition.py
220+
|| exit 1
206221
continue-on-error: true
207222

0 commit comments

Comments
 (0)