File tree Expand file tree Collapse file tree 6 files changed +52
-0
lines changed Expand file tree Collapse file tree 6 files changed +52
-0
lines changed Original file line number Diff line number Diff line change @@ -307,6 +307,10 @@ jobs:
307
307
timeout-minutes : 60
308
308
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
309
309
run : cd $HOME/build && xvfb-run -a bin/opencv_test_ximgproc --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }}
310
+ - name : Accuracy:xobjdetect
311
+ timeout-minutes : 60
312
+ if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
313
+ run : cd $HOME/build && xvfb-run -a bin/opencv_test_xobjdetect --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }}
310
314
- name : Accuracy:xphoto
311
315
timeout-minutes : 60
312
316
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
@@ -403,6 +407,10 @@ jobs:
403
407
timeout-minutes : 60
404
408
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
405
409
run : cd $HOME/build && xvfb-run -a bin/opencv_perf_ximgproc --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 }}
410
+ - name : Performance:xobjdetect
411
+ timeout-minutes : 60
412
+ if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
413
+ run : cd $HOME/build && xvfb-run -a bin/opencv_perf_xobjdetect --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 }}
406
414
- name : Performance:xphoto
407
415
timeout-minutes : 60
408
416
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
Original file line number Diff line number Diff line change @@ -310,6 +310,10 @@ jobs:
310
310
timeout-minutes : 60
311
311
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
312
312
run : cd $HOME/build && xvfb-run -a bin/opencv_test_ximgproc --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }}
313
+ - name : Accuracy:xobjdetect
314
+ timeout-minutes : 60
315
+ if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
316
+ run : cd $HOME/build && xvfb-run -a bin/opencv_test_xobjdetect --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }}
313
317
- name : Accuracy:xphoto
314
318
timeout-minutes : 60
315
319
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
@@ -414,6 +418,10 @@ jobs:
414
418
timeout-minutes : 60
415
419
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
416
420
run : cd $HOME/build && xvfb-run -a bin/opencv_perf_ximgproc --perf_impl=plain --perf_min_samples=1 --perf_force_samples=1 --perf_verify_sanity --skip_unstable=1 --perf_threads=${{ env.PARALLEL_JOBS }}
421
+ - name : Performance:xobjdetect
422
+ timeout-minutes : 60
423
+ if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
424
+ run : cd $HOME/build && xvfb-run -a bin/opencv_perf_xobjdetect --perf_impl=plain --perf_min_samples=1 --perf_force_samples=1 --perf_verify_sanity --skip_unstable=1 --perf_threads=${{ env.PARALLEL_JOBS }}
417
425
- name : Performance:xphoto
418
426
timeout-minutes : 60
419
427
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
Original file line number Diff line number Diff line change @@ -313,6 +313,10 @@ jobs:
313
313
timeout-minutes : 60
314
314
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
315
315
run : cd $HOME/build && xvfb-run -a bin/opencv_test_ximgproc --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }}
316
+ - name : Accuracy:xobjdetect
317
+ timeout-minutes : 60
318
+ if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
319
+ run : cd $HOME/build && xvfb-run -a bin/opencv_test_xobjdetect --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }}
316
320
- name : Accuracy:xphoto
317
321
timeout-minutes : 60
318
322
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
@@ -417,6 +421,10 @@ jobs:
417
421
timeout-minutes : 60
418
422
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
419
423
run : cd $HOME/build && xvfb-run -a bin/opencv_perf_ximgproc --perf_impl=plain --perf_min_samples=1 --perf_force_samples=1 --perf_verify_sanity --skip_unstable=1 --perf_threads=${{ env.PARALLEL_JOBS }}
424
+ - name : Performance:xobjdetect
425
+ timeout-minutes : 60
426
+ if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
427
+ run : cd $HOME/build && xvfb-run -a bin/opencv_perf_xobjdetect --perf_impl=plain --perf_min_samples=1 --perf_force_samples=1 --perf_verify_sanity --skip_unstable=1 --perf_threads=${{ env.PARALLEL_JOBS }}
420
428
- name : Performance:xphoto
421
429
timeout-minutes : 60
422
430
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
Original file line number Diff line number Diff line change @@ -297,6 +297,10 @@ jobs:
297
297
timeout-minutes : 60
298
298
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
299
299
run : cd ${{ github.workspace }}\build && bin\opencv_test_ximgproc.exe --skip_unstable --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=%PARALLEL_JOBS%
300
+ - name : Accuracy:xobjdetect
301
+ timeout-minutes : 60
302
+ if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
303
+ run : cd ${{ github.workspace }}\build && bin\opencv_test_xobjdetect.exe --skip_unstable --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=%PARALLEL_JOBS%
300
304
- name : Accuracy:xphoto
301
305
timeout-minutes : 60
302
306
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
@@ -401,6 +405,10 @@ jobs:
401
405
timeout-minutes : 60
402
406
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
403
407
run : cd ${{ github.workspace }}\build && bin\opencv_perf_ximgproc.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%
408
+ - name : Performance:xobjdetect
409
+ timeout-minutes : 60
410
+ if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
411
+ run : cd ${{ github.workspace }}\build && bin\opencv_perf_xobjdetect.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%
404
412
- name : Performance:xphoto
405
413
timeout-minutes : 60
406
414
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
Original file line number Diff line number Diff line change @@ -345,6 +345,11 @@ jobs:
345
345
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
346
346
run : ./bin/opencv_test_ximgproc --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }}
347
347
working-directory : ${{ github.workspace }}/build
348
+ - name : Accuracy:xobjdetect
349
+ timeout-minutes : 60
350
+ if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
351
+ run : ./bin/opencv_test_xobjdetect --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }}
352
+ working-directory : ${{ github.workspace }}/build
348
353
- name : Accuracy:xphoto
349
354
timeout-minutes : 60
350
355
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
@@ -475,6 +480,11 @@ jobs:
475
480
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
476
481
run : ./bin/opencv_perf_ximgproc --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
477
482
working-directory : ${{ github.workspace }}/build
483
+ - name : Performance:xobjdetect
484
+ timeout-minutes : 60
485
+ if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
486
+ run : ./bin/opencv_perf_xobjdetect --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
487
+ working-directory : ${{ github.workspace }}/build
478
488
- name : Performance:xphoto
479
489
timeout-minutes : 60
480
490
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
Original file line number Diff line number Diff line change @@ -347,6 +347,11 @@ jobs:
347
347
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
348
348
run : ./bin/opencv_test_ximgproc --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }}
349
349
working-directory : ${{ github.workspace }}/build
350
+ - name : Accuracy:xobjdetect
351
+ timeout-minutes : 60
352
+ if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
353
+ run : ./bin/opencv_test_xobjdetect --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }}
354
+ working-directory : ${{ github.workspace }}/build
350
355
- name : Accuracy:xphoto
351
356
timeout-minutes : 60
352
357
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
@@ -477,6 +482,11 @@ jobs:
477
482
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
478
483
run : ./bin/opencv_perf_ximgproc --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
479
484
working-directory : ${{ github.workspace }}/build
485
+ - name : Performance:xobjdetect
486
+ timeout-minutes : 60
487
+ if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
488
+ run : ./bin/opencv_perf_xobjdetect --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
489
+ working-directory : ${{ github.workspace }}/build
480
490
- name : Performance:xphoto
481
491
timeout-minutes : 60
482
492
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
You can’t perform that action at this time.
0 commit comments