Skip to content

Commit 7786e30

Browse files
authored
Update PaddleX_cv_pipeline_Run_Check.yml
1 parent 736ac61 commit 7786e30

File tree

1 file changed

+22
-21
lines changed

1 file changed

+22
-21
lines changed

.github/workflows/PaddleX_cv_pipeline_Run_Check.yml

Lines changed: 22 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -121,28 +121,29 @@ jobs:
121121
--det_threshold 0.5 \
122122
--save_path ./output/ \
123123
--device cpu
124+
125+
# 不属于cv
126+
# - name: test open_vocabulary_detection
127+
# run: |
128+
# cd PaddleX
129+
# wget -q https://paddle-model-ecology.bj.bcebos.com/paddlex/imgs/demo_image/open_vocabulary_detection.jpg
130+
# paddlex --pipeline open_vocabulary_detection \
131+
# --input open_vocabulary_detection.jpg \
132+
# --prompt "bus . walking man . rearview mirror ." \
133+
# --thresholds "{'text_threshold': 0.25, 'box_threshold': 0.3}" \
134+
# --save_path ./output \
135+
# --device cpu
124136

125-
- name: test open_vocabulary_detection
126-
run: |
127-
cd PaddleX
128-
wget -q https://paddle-model-ecology.bj.bcebos.com/paddlex/imgs/demo_image/open_vocabulary_detection.jpg
129-
paddlex --pipeline open_vocabulary_detection \
130-
--input open_vocabulary_detection.jpg \
131-
--prompt "bus . walking man . rearview mirror ." \
132-
--thresholds "{'text_threshold': 0.25, 'box_threshold': 0.3}" \
133-
--save_path ./output \
134-
--device cpu
135-
136-
- name: test open_vocabulary_segmentation
137-
run: |
138-
cd PaddleX
139-
wget -q https://paddle-model-ecology.bj.bcebos.com/paddlex/imgs/demo_image/open_vocabulary_segmentation.jpg
140-
paddlex --pipeline open_vocabulary_segmentation \
141-
--input open_vocabulary_segmentation.jpg \
142-
--prompt_type box \
143-
--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]]" \
144-
--save_path ./output \
145-
--device cpu
137+
# - name: test open_vocabulary_segmentation
138+
# run: |
139+
# cd PaddleX
140+
# wget -q https://paddle-model-ecology.bj.bcebos.com/paddlex/imgs/demo_image/open_vocabulary_segmentation.jpg
141+
# paddlex --pipeline open_vocabulary_segmentation \
142+
# --input open_vocabulary_segmentation.jpg \
143+
# --prompt_type box \
144+
# --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]]" \
145+
# --save_path ./output \
146+
# --device cpu
146147

147148
- name: test rotated_object_detection
148149
run: |

0 commit comments

Comments
 (0)