File tree Expand file tree Collapse file tree 6 files changed +0
-52
lines changed Expand file tree Collapse file tree 6 files changed +0
-52
lines changed Original file line number Diff line number Diff line change @@ -139,10 +139,6 @@ jobs:
139
139
timeout-minutes : 60
140
140
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
141
141
run : cd $HOME/build && xvfb-run -a bin/opencv_test_3d --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }}
142
- - name : Accuracy:aruco
143
- timeout-minutes : 60
144
- if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
145
- run : cd $HOME/build && xvfb-run -a bin/opencv_test_aruco --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }}
146
142
- name : Accuracy:bgsegm
147
143
timeout-minutes : 60
148
144
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
@@ -323,10 +319,6 @@ jobs:
323
319
timeout-minutes : 60
324
320
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
325
321
run : cd $HOME/build && xvfb-run -a bin/opencv_perf_3d --perf_impl=plain --perf_min_samples=1 --perf_force_samples=1 --perf_verify_sanity --skip_unstable=1 --gtest_filter=${{ env.GTEST_FILTER_STRING }} --perf_threads=${{ env.PARALLEL_JOBS }}
326
- - name : Performance:aruco
327
- timeout-minutes : 60
328
- if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
329
- run : cd $HOME/build && xvfb-run -a bin/opencv_perf_aruco --perf_impl=plain --perf_min_samples=1 --perf_force_samples=1 --perf_verify_sanity --skip_unstable=1 --gtest_filter=${{ env.GTEST_FILTER_STRING }} --perf_threads=${{ env.PARALLEL_JOBS }}
330
322
- name : Performance:bioinspired
331
323
timeout-minutes : 60
332
324
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
Original file line number Diff line number Diff line change @@ -138,10 +138,6 @@ jobs:
138
138
timeout-minutes : 60
139
139
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
140
140
run : cd $HOME/build && xvfb-run -a bin/opencv_test_3d --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }}
141
- - name : Accuracy:aruco
142
- timeout-minutes : 60
143
- if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
144
- run : cd $HOME/build && xvfb-run -a bin/opencv_test_aruco --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }}
145
141
- name : Accuracy:bgsegm
146
142
timeout-minutes : 60
147
143
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
@@ -330,10 +326,6 @@ jobs:
330
326
timeout-minutes : 60
331
327
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
332
328
run : cd $HOME/build && xvfb-run -a bin/opencv_perf_3d --perf_impl=plain --perf_min_samples=1 --perf_force_samples=1 --perf_verify_sanity --skip_unstable=1 --perf_threads=${{ env.PARALLEL_JOBS }}
333
- - name : Performance:aruco
334
- timeout-minutes : 60
335
- if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
336
- run : cd $HOME/build && xvfb-run -a bin/opencv_perf_aruco --perf_impl=plain --perf_min_samples=1 --perf_force_samples=1 --perf_verify_sanity --skip_unstable=1 --perf_threads=${{ env.PARALLEL_JOBS }}
337
329
- name : Performance:bioinspired
338
330
timeout-minutes : 60
339
331
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
Original file line number Diff line number Diff line change @@ -141,10 +141,6 @@ jobs:
141
141
timeout-minutes : 60
142
142
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
143
143
run : cd $HOME/build && xvfb-run -a bin/opencv_test_3d --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }}
144
- - name : Accuracy:aruco
145
- timeout-minutes : 60
146
- if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
147
- run : cd $HOME/build && xvfb-run -a bin/opencv_test_aruco --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }}
148
144
- name : Accuracy:bgsegm
149
145
timeout-minutes : 60
150
146
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
@@ -333,10 +329,6 @@ jobs:
333
329
timeout-minutes : 60
334
330
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
335
331
run : cd $HOME/build && xvfb-run -a bin/opencv_perf_3d --perf_impl=plain --perf_min_samples=1 --perf_force_samples=1 --perf_verify_sanity --skip_unstable=1 --perf_threads=${{ env.PARALLEL_JOBS }}
336
- - name : Performance:aruco
337
- timeout-minutes : 60
338
- if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
339
- run : cd $HOME/build && xvfb-run -a bin/opencv_perf_aruco --perf_impl=plain --perf_min_samples=1 --perf_force_samples=1 --perf_verify_sanity --skip_unstable=1 --perf_threads=${{ env.PARALLEL_JOBS }}
340
332
- name : Performance:bioinspired
341
333
timeout-minutes : 60
342
334
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
Original file line number Diff line number Diff line change @@ -131,10 +131,6 @@ jobs:
131
131
timeout-minutes : 60
132
132
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
133
133
run : cd ${{ github.workspace }}\build && bin\opencv_test_3d.exe --skip_unstable --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=%PARALLEL_JOBS%
134
- - name : Accuracy:aruco
135
- timeout-minutes : 60
136
- if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
137
- run : cd ${{ github.workspace }}\build && bin\opencv_test_aruco.exe --skip_unstable --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=%PARALLEL_JOBS%
138
134
- name : Accuracy:bgsegm
139
135
timeout-minutes : 60
140
136
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
@@ -317,10 +313,6 @@ jobs:
317
313
timeout-minutes : 60
318
314
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
319
315
run : cd ${{ github.workspace }}\build && bin\opencv_perf_3d.exe --perf_impl=plain --perf_min_samples=1 --perf_force_samples=1 --perf_verify_sanity --skip_unstable=1 --skip_unstable --gtest_filter=${{ env.GTEST_FILTER_STRING }} --perf_threads=%PARALLEL_JOBS%
320
- - name : Performance:aruco
321
- timeout-minutes : 60
322
- if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
323
- run : cd ${{ github.workspace }}\build && bin\opencv_perf_aruco.exe --perf_impl=plain --perf_min_samples=1 --perf_force_samples=1 --perf_verify_sanity --skip_unstable=1 --skip_unstable --gtest_filter=${{ env.GTEST_FILTER_STRING }} --perf_threads=%PARALLEL_JOBS%
324
316
- name : Performance:bioinspired
325
317
timeout-minutes : 60
326
318
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
Original file line number Diff line number Diff line change @@ -130,11 +130,6 @@ jobs:
130
130
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
131
131
run : ./bin/opencv_test_3d --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }}
132
132
working-directory : ${{ github.workspace }}/build
133
- - name : Accuracy:aruco
134
- timeout-minutes : 60
135
- if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
136
- run : ./bin/opencv_test_aruco --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }}
137
- working-directory : ${{ github.workspace }}/build
138
133
- name : Accuracy:bgsegm
139
134
timeout-minutes : 60
140
135
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
@@ -370,11 +365,6 @@ jobs:
370
365
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
371
366
run : ./bin/opencv_perf_3d --perf_impl=plain --perf_min_samples=1 --perf_force_samples=1 --perf_verify_sanity --skip_unstable=1 --gtest_filter=${{ env.GTEST_FILTER_STRING }} --perf_threads=$PARALLEL_JOBS
372
367
working-directory : ${{ github.workspace }}/build
373
- - name : Performance:aruco
374
- timeout-minutes : 60
375
- if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
376
- run : ./bin/opencv_perf_aruco --perf_impl=plain --perf_min_samples=1 --perf_force_samples=1 --perf_verify_sanity --skip_unstable=1 --gtest_filter=${{ env.GTEST_FILTER_STRING }} --perf_threads=$PARALLEL_JOBS
377
- working-directory : ${{ github.workspace }}/build
378
368
- name : Performance:bioinspired
379
369
timeout-minutes : 60
380
370
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
Original file line number Diff line number Diff line change @@ -130,11 +130,6 @@ jobs:
130
130
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
131
131
run : ./bin/opencv_test_3d --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }}
132
132
working-directory : ${{ github.workspace }}/build
133
- - name : Accuracy:aruco
134
- timeout-minutes : 60
135
- if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
136
- run : ./bin/opencv_test_aruco --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }}
137
- working-directory : ${{ github.workspace }}/build
138
133
- name : Accuracy:bgsegm
139
134
timeout-minutes : 60
140
135
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
@@ -372,11 +367,6 @@ jobs:
372
367
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
373
368
run : ./bin/opencv_perf_3d --perf_impl=plain --perf_min_samples=1 --perf_force_samples=1 --perf_verify_sanity --skip_unstable=1 --gtest_filter=${{ env.GTEST_FILTER_STRING }} --perf_threads=$PARALLEL_JOBS
374
369
working-directory : ${{ github.workspace }}/build
375
- - name : Performance:aruco
376
- timeout-minutes : 60
377
- if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
378
- run : ./bin/opencv_perf_aruco --perf_impl=plain --perf_min_samples=1 --perf_force_samples=1 --perf_verify_sanity --skip_unstable=1 --gtest_filter=${{ env.GTEST_FILTER_STRING }} --perf_threads=$PARALLEL_JOBS
379
- working-directory : ${{ github.workspace }}/build
380
370
- name : Performance:bioinspired
381
371
timeout-minutes : 60
382
372
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
You can’t perform that action at this time.
0 commit comments