5656 --input general_object_detection_002.png \
5757 --threshold 0.5 \
5858 --save_path ./output/ \
59- --device cpu || exit 1
60- continue-on-error : true
59+ --device cpu
6160
6261 - name : test instance_segmentation
6362 run : |
6766 --input general_instance_segmentation_004.png \
6867 --threshold 0.5 \
6968 --save_path ./output \
70- --device cpu || exit 1
71- continue-on-error : true
69+ --device cpu
7270
7371 - name : test semantic_segmentation
7472 run : |
@@ -78,17 +76,15 @@ jobs:
7876 --input makassaridn-road_demo.png \
7977 --target_size -1 \
8078 --save_path ./output \
81- --device cpu || exit 1
82- continue-on-error : true
79+ --device cpu
8380
8481 - name : test image_multilabel_classification
8582 run : |
8683 cd PaddleX
8784 wget -q https://paddle-model-ecology.bj.bcebos.com/paddlex/imgs/demo_image/general_image_classification_001.jpg
8885 paddlex --pipeline image_multilabel_classification \
8986 --input general_image_classification_001.jpg \
90- --device cpu || exit 1
91- continue-on-error : true
87+ --device cpu
9288
9389 - name : test small_object_detection
9490 run : |
9894 --input small_object_detection.jpg \
9995 --threshold 0.5 \
10096 --save_path ./output \
101- --device cpu || exit 1
102- continue-on-error : true
97+ --device cpu
10398
10499 - name : test anomaly_detection
105100 run : |
@@ -108,17 +103,15 @@ jobs:
108103 paddlex --pipeline anomaly_detection \
109104 --input uad_grid.png \
110105 --device cpu \
111- --save_path ./output || exit 1
112- continue-on-error : true
106+ --save_path ./output
113107
114- - name : test 3d_bev_detection
115- run : |
116- cd PaddleX
117- wget -q https://paddle-model-ecology.bj.bcebos.com/paddlex/det_3d/demo_det_3d/nuscenes_demo_infer.tar
118- paddlex --pipeline 3d_bev_detection \
119- --input nuscenes_demo_infer.tar \
120- --device cpu || exit 1
121- continue-on-error : true
108+ # - name: test 3d_bev_detection
109+ # run: |
110+ # cd PaddleX
111+ # wget -q https://paddle-model-ecology.bj.bcebos.com/paddlex/det_3d/demo_det_3d/nuscenes_demo_infer.tar
112+ # paddlex --pipeline 3d_bev_detection \
113+ # --input nuscenes_demo_infer.tar \
114+ # --device cpu
122115
123116 - name : test human_keypoint_detection
124117 run : |
@@ -128,8 +121,7 @@ jobs:
128121 --input keypoint_detection_001.jpg \
129122 --det_threshold 0.5 \
130123 --save_path ./output/ \
131- --device cpu || exit 1
132- continue-on-error : true
124+ --device cpu
133125
134126 - name : test open_vocabulary_detection
135127 run : |
@@ -140,8 +132,7 @@ jobs:
140132 --prompt "bus . walking man . rearview mirror ." \
141133 --thresholds "{'text_threshold': 0.25, 'box_threshold': 0.3}" \
142134 --save_path ./output \
143- --device cpu || exit 1
144- continue-on-error : true
135+ --device cpu
145136
146137 - name : test open_vocabulary_segmentation
147138 run : |
@@ -152,8 +143,7 @@ jobs:
152143 --prompt_type box \
153144 --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]]" \
154145 --save_path ./output \
155- --device cpu || exit 1
156- continue-on-error : true
146+ --device cpu
157147
158148 - name : test rotated_object_detection
159149 run : |
@@ -163,8 +153,7 @@ jobs:
163153 --input rotated_object_detection_001.png \
164154 --threshold 0.5 \
165155 --save_path ./output \
166- --device cpu || exit 1
167- continue-on-error : true
156+ --device cpu
168157
169158 - name : test pedestrian_attribute_recognition
170159 run : |
@@ -173,8 +162,7 @@ jobs:
173162 paddlex --pipeline pedestrian_attribute_recognition \
174163 --input pedestrian_attribute_002.jpg \
175164 --device cpu \
176- --save_path ./output/ || exit 1
177- continue-on-error : true
165+ --save_path ./output/
178166
179167 - name : test vehicle_attribute_recognition
180168 run : |
@@ -183,17 +171,15 @@ jobs:
183171 paddlex --pipeline vehicle_attribute_recognition \
184172 --input vehicle_attribute_002.jpg \
185173 --device cpu \
186- --save_path ./output/ || exit 1
187- continue-on-error : true
174+ --save_path ./output/
188175
189176 - name : test PP-ShiTuV2
190177 run : |
191178 cd PaddleX
192179 wget -q https://paddle-model-ecology.bj.bcebos.com/paddlex/data/drink_dataset_v2.0.tar
193180 tar -xf drink_dataset_v2.0.tar
194181 wget -q https://paddle-qa.bj.bcebos.com/suijiaxin/PaddleX/test_PP-ShiTuV2.py
195- python test_PP-ShiTuV2.py || exit 1
196- continue-on-error : true
182+ python test_PP-ShiTuV2.py
197183
198184 - name : test face_recognition
199185 run : |
@@ -202,6 +188,5 @@ jobs:
202188 tar -xf ./face_demo_gallery.tar
203189 wget -q https://paddle-model-ecology.bj.bcebos.com/paddlex/imgs/demo_image/friends1.jpg
204190 wget -q https://paddle-qa.bj.bcebos.com/suijiaxin/PaddleX/test_face_recognition.py
205- python test_face_recognition.py || exit 1
206- continue-on-error : true
191+ python test_face_recognition.py
207192
0 commit comments