From c40ecf7e01992a6219a6dac4fa342b91d1cf0688 Mon Sep 17 00:00:00 2001 From: kaingwade Date: Mon, 4 Nov 2024 10:19:06 +0800 Subject: [PATCH] Rename features2d --- .github/workflows/OCV-Contrib-PR-5.x-ARM64.yaml | 8 ++++---- .github/workflows/OCV-Contrib-PR-5.x-U20.yaml | 8 ++++---- .github/workflows/OCV-Contrib-PR-5.x-U22.yaml | 8 ++++---- .github/workflows/OCV-Contrib-PR-5.x-W10.yaml | 8 ++++---- .github/workflows/OCV-Contrib-PR-5.x-macOS-ARM64.yaml | 8 ++++---- .github/workflows/OCV-Contrib-PR-5.x-macOS-x86_64.yaml | 8 ++++---- .github/workflows/OCV-PR-5.x-ARM64-Debug.yaml | 4 ++-- .github/workflows/OCV-PR-5.x-ARM64.yaml | 8 ++++---- .github/workflows/OCV-PR-5.x-U20.yaml | 8 ++++---- .github/workflows/OCV-PR-5.x-U22.yaml | 8 ++++---- .github/workflows/OCV-PR-5.x-U24.yaml | 8 ++++---- .github/workflows/OCV-PR-5.x-W10.yaml | 8 ++++---- .github/workflows/OCV-PR-5.x-macOS-ARM64.yaml | 8 ++++---- .github/workflows/OCV-PR-5.x-macOS-x86_64.yaml | 8 ++++---- 14 files changed, 54 insertions(+), 54 deletions(-) diff --git a/.github/workflows/OCV-Contrib-PR-5.x-ARM64.yaml b/.github/workflows/OCV-Contrib-PR-5.x-ARM64.yaml index 258ea283..e60dbaa8 100644 --- a/.github/workflows/OCV-Contrib-PR-5.x-ARM64.yaml +++ b/.github/workflows/OCV-Contrib-PR-5.x-ARM64.yaml @@ -167,10 +167,10 @@ jobs: timeout-minutes: 60 if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }} run: cd $HOME/build && xvfb-run -a bin/opencv_test_face --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }} - - name: Accuracy:features2d + - name: Accuracy:features timeout-minutes: 60 if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }} - run: cd $HOME/build && xvfb-run -a bin/opencv_test_features2d --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }} + run: cd $HOME/build && xvfb-run -a bin/opencv_test_features --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }} - name: Accuracy:flann timeout-minutes: 60 if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }} @@ -343,10 +343,10 @@ jobs: timeout-minutes: 60 if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }} run: cd $HOME/build && xvfb-run -a bin/opencv_perf_dnn_superres --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 }} - - name: Performance:features2d + - name: Performance:features timeout-minutes: 60 if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }} - run: cd $HOME/build && xvfb-run -a bin/opencv_perf_features2d --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 }} + run: cd $HOME/build && xvfb-run -a bin/opencv_perf_features --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 }} - name: Performance:imgcodecs timeout-minutes: 60 if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }} diff --git a/.github/workflows/OCV-Contrib-PR-5.x-U20.yaml b/.github/workflows/OCV-Contrib-PR-5.x-U20.yaml index 93ac8108..c9535421 100644 --- a/.github/workflows/OCV-Contrib-PR-5.x-U20.yaml +++ b/.github/workflows/OCV-Contrib-PR-5.x-U20.yaml @@ -166,10 +166,10 @@ jobs: timeout-minutes: 60 if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }} run: cd $HOME/build && xvfb-run -a bin/opencv_test_face --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }} - - name: Accuracy:features2d + - name: Accuracy:features timeout-minutes: 60 if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }} - run: cd $HOME/build && xvfb-run -a bin/opencv_test_features2d --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }} + run: cd $HOME/build && xvfb-run -a bin/opencv_test_features --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }} - name: Accuracy:flann timeout-minutes: 60 if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }} @@ -350,10 +350,10 @@ jobs: timeout-minutes: 60 if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }} run: cd $HOME/build && xvfb-run -a bin/opencv_perf_dnn_superres --perf_impl=plain --perf_min_samples=1 --perf_force_samples=1 --perf_verify_sanity --skip_unstable=1 --perf_threads=${{ env.PARALLEL_JOBS }} - - name: Performance:features2d + - name: Performance:features timeout-minutes: 60 if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }} - run: cd $HOME/build && xvfb-run -a bin/opencv_perf_features2d --perf_impl=plain --perf_min_samples=1 --perf_force_samples=1 --perf_verify_sanity --skip_unstable=1 --perf_threads=${{ env.PARALLEL_JOBS }} + run: cd $HOME/build && xvfb-run -a bin/opencv_perf_features --perf_impl=plain --perf_min_samples=1 --perf_force_samples=1 --perf_verify_sanity --skip_unstable=1 --perf_threads=${{ env.PARALLEL_JOBS }} - name: Performance:gapi timeout-minutes: 60 if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }} diff --git a/.github/workflows/OCV-Contrib-PR-5.x-U22.yaml b/.github/workflows/OCV-Contrib-PR-5.x-U22.yaml index 766cf7e7..b69d57fc 100644 --- a/.github/workflows/OCV-Contrib-PR-5.x-U22.yaml +++ b/.github/workflows/OCV-Contrib-PR-5.x-U22.yaml @@ -169,10 +169,10 @@ jobs: timeout-minutes: 60 if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }} run: cd $HOME/build && xvfb-run -a bin/opencv_test_face --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }} - - name: Accuracy:features2d + - name: Accuracy:features timeout-minutes: 60 if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }} - run: cd $HOME/build && xvfb-run -a bin/opencv_test_features2d --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }} + run: cd $HOME/build && xvfb-run -a bin/opencv_test_features --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }} - name: Accuracy:flann timeout-minutes: 60 if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }} @@ -353,10 +353,10 @@ jobs: timeout-minutes: 60 if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }} run: cd $HOME/build && xvfb-run -a bin/opencv_perf_dnn_superres --perf_impl=plain --perf_min_samples=1 --perf_force_samples=1 --perf_verify_sanity --skip_unstable=1 --perf_threads=${{ env.PARALLEL_JOBS }} - - name: Performance:features2d + - name: Performance:features timeout-minutes: 60 if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }} - run: cd $HOME/build && xvfb-run -a bin/opencv_perf_features2d --perf_impl=plain --perf_min_samples=1 --perf_force_samples=1 --perf_verify_sanity --skip_unstable=1 --perf_threads=${{ env.PARALLEL_JOBS }} + run: cd $HOME/build && xvfb-run -a bin/opencv_perf_features --perf_impl=plain --perf_min_samples=1 --perf_force_samples=1 --perf_verify_sanity --skip_unstable=1 --perf_threads=${{ env.PARALLEL_JOBS }} - name: Performance:gapi timeout-minutes: 60 if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }} diff --git a/.github/workflows/OCV-Contrib-PR-5.x-W10.yaml b/.github/workflows/OCV-Contrib-PR-5.x-W10.yaml index a7f7481a..4cf93f97 100644 --- a/.github/workflows/OCV-Contrib-PR-5.x-W10.yaml +++ b/.github/workflows/OCV-Contrib-PR-5.x-W10.yaml @@ -159,10 +159,10 @@ jobs: timeout-minutes: 60 if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }} run: cd ${{ github.workspace }}\build && bin\opencv_test_face.exe --skip_unstable --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=%PARALLEL_JOBS% - - name: Accuracy:features2d + - name: Accuracy:features timeout-minutes: 60 if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }} - run: cd ${{ github.workspace }}\build && bin\opencv_test_features2d.exe --skip_unstable --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=%PARALLEL_JOBS% + run: cd ${{ github.workspace }}\build && bin\opencv_test_features.exe --skip_unstable --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=%PARALLEL_JOBS% - name: Accuracy:flann timeout-minutes: 60 if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }} @@ -337,10 +337,10 @@ jobs: timeout-minutes: 60 if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }} run: cd ${{ github.workspace }}\build && bin\opencv_perf_dnn_superres.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% - - name: Performance:features2d + - name: Performance:features timeout-minutes: 60 if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }} - run: cd ${{ github.workspace }}\build && bin\opencv_perf_features2d.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% + run: cd ${{ github.workspace }}\build && bin\opencv_perf_features.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% - name: Performance:gapi timeout-minutes: 60 if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }} diff --git a/.github/workflows/OCV-Contrib-PR-5.x-macOS-ARM64.yaml b/.github/workflows/OCV-Contrib-PR-5.x-macOS-ARM64.yaml index dedee30a..2a3939dd 100644 --- a/.github/workflows/OCV-Contrib-PR-5.x-macOS-ARM64.yaml +++ b/.github/workflows/OCV-Contrib-PR-5.x-macOS-ARM64.yaml @@ -165,10 +165,10 @@ jobs: if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }} run: ./bin/opencv_test_face --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }} working-directory: ${{ github.workspace }}/build - - name: Accuracy:features2d + - name: Accuracy:features timeout-minutes: 60 if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }} - run: ./bin/opencv_test_features2d --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }} + run: ./bin/opencv_test_features --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }} working-directory: ${{ github.workspace }}/build - name: Accuracy:flann timeout-minutes: 60 @@ -395,10 +395,10 @@ jobs: if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }} run: ./bin/opencv_perf_dnn_superres --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 working-directory: ${{ github.workspace }}/build - - name: Performance:features2d + - name: Performance:features timeout-minutes: 60 if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }} - run: ./bin/opencv_perf_features2d --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 + run: ./bin/opencv_perf_features --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 working-directory: ${{ github.workspace }}/build # - name: Performance:gapi # timeout-minutes: 60 diff --git a/.github/workflows/OCV-Contrib-PR-5.x-macOS-x86_64.yaml b/.github/workflows/OCV-Contrib-PR-5.x-macOS-x86_64.yaml index e39897a5..35ba4b02 100644 --- a/.github/workflows/OCV-Contrib-PR-5.x-macOS-x86_64.yaml +++ b/.github/workflows/OCV-Contrib-PR-5.x-macOS-x86_64.yaml @@ -167,10 +167,10 @@ jobs: if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }} run: ./bin/opencv_test_face --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }} working-directory: ${{ github.workspace }}/build - - name: Accuracy:features2d + - name: Accuracy:features timeout-minutes: 60 if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }} - run: ./bin/opencv_test_features2d --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }} + run: ./bin/opencv_test_features --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }} working-directory: ${{ github.workspace }}/build - name: Accuracy:flann timeout-minutes: 60 @@ -397,10 +397,10 @@ jobs: if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }} run: ./bin/opencv_perf_dnn_superres --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 working-directory: ${{ github.workspace }}/build - - name: Performance:features2d + - name: Performance:features timeout-minutes: 60 if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }} - run: ./bin/opencv_perf_features2d --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 + run: ./bin/opencv_perf_features --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 working-directory: ${{ github.workspace }}/build - name: Performance:gapi timeout-minutes: 60 diff --git a/.github/workflows/OCV-PR-5.x-ARM64-Debug.yaml b/.github/workflows/OCV-PR-5.x-ARM64-Debug.yaml index 1edd7710..57e33c0c 100644 --- a/.github/workflows/OCV-PR-5.x-ARM64-Debug.yaml +++ b/.github/workflows/OCV-PR-5.x-ARM64-Debug.yaml @@ -139,10 +139,10 @@ jobs: timeout-minutes: 60 if: ${{ always() && steps.build-opencv.outcome == 'success' }} run: cd $HOME/build && xvfb-run -a bin/opencv_test_dnn --test_threads=$PARALLEL_JOBS ${{ env.EXTRA_GTEST_OPTIONS }} - - name: Accuracy:features2d + - name: Accuracy:features timeout-minutes: 60 if: ${{ always() && steps.build-opencv.outcome == 'success' }} - run: cd $HOME/build && xvfb-run -a bin/opencv_test_features2d --test_threads=$PARALLEL_JOBS ${{ env.EXTRA_GTEST_OPTIONS }} + run: cd $HOME/build && xvfb-run -a bin/opencv_test_features --test_threads=$PARALLEL_JOBS ${{ env.EXTRA_GTEST_OPTIONS }} - name: Accuracy:flann timeout-minutes: 60 if: ${{ always() && steps.build-opencv.outcome == 'success' }} diff --git a/.github/workflows/OCV-PR-5.x-ARM64.yaml b/.github/workflows/OCV-PR-5.x-ARM64.yaml index f8cf35d6..e0685012 100644 --- a/.github/workflows/OCV-PR-5.x-ARM64.yaml +++ b/.github/workflows/OCV-PR-5.x-ARM64.yaml @@ -140,10 +140,10 @@ jobs: timeout-minutes: 60 if: ${{ always() && steps.build-opencv.outcome == 'success' }} run: export OPENCV_FORCE_DNN_ENGINE=1 && cd $HOME/build && xvfb-run -a bin/opencv_test_dnn --test_threads=$PARALLEL_JOBS ${{ env.EXTRA_GTEST_OPTIONS }} - - name: Accuracy:features2d + - name: Accuracy:features timeout-minutes: 60 if: ${{ always() && steps.build-opencv.outcome == 'success' }} - run: cd $HOME/build && xvfb-run -a bin/opencv_test_features2d --test_threads=$PARALLEL_JOBS ${{ env.EXTRA_GTEST_OPTIONS }} + run: cd $HOME/build && xvfb-run -a bin/opencv_test_features --test_threads=$PARALLEL_JOBS ${{ env.EXTRA_GTEST_OPTIONS }} - name: Accuracy:flann timeout-minutes: 60 if: ${{ always() && steps.build-opencv.outcome == 'success' }} @@ -200,10 +200,10 @@ jobs: timeout-minutes: 60 if: ${{ always() && steps.build-opencv.outcome == 'success' }} run: cd $HOME/build && xvfb-run -a bin/opencv_perf_dnn --perf_impl=plain --perf_min_samples=1 --perf_force_samples=1 --perf_verify_sanity --skip_unstable=1 --perf_threads=${{ env.PARALLEL_JOBS }} - - name: Performance:features2d + - name: Performance:features timeout-minutes: 60 if: ${{ always() && steps.build-opencv.outcome == 'success' }} - run: cd $HOME/build && xvfb-run -a bin/opencv_perf_features2d --perf_impl=plain --perf_min_samples=1 --perf_force_samples=1 --perf_verify_sanity --skip_unstable=1 --perf_threads=${{ env.PARALLEL_JOBS }} + run: cd $HOME/build && xvfb-run -a bin/opencv_perf_features --perf_impl=plain --perf_min_samples=1 --perf_force_samples=1 --perf_verify_sanity --skip_unstable=1 --perf_threads=${{ env.PARALLEL_JOBS }} - name: Performance:imgcodecs timeout-minutes: 60 if: ${{ always() && steps.build-opencv.outcome == 'success' }} diff --git a/.github/workflows/OCV-PR-5.x-U20.yaml b/.github/workflows/OCV-PR-5.x-U20.yaml index 02bcf823..82d9d2d7 100644 --- a/.github/workflows/OCV-PR-5.x-U20.yaml +++ b/.github/workflows/OCV-PR-5.x-U20.yaml @@ -135,10 +135,10 @@ jobs: timeout-minutes: 60 if: ${{ always() && steps.build-opencv.outcome == 'success' }} run: cd $HOME/build && xvfb-run -a bin/opencv_test_dnn --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }} - - name: Accuracy:features2d + - name: Accuracy:features timeout-minutes: 60 if: ${{ always() && steps.build-opencv.outcome == 'success' }} - run: cd $HOME/build && xvfb-run -a bin/opencv_test_features2d --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }} + run: cd $HOME/build && xvfb-run -a bin/opencv_test_features --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }} - name: Accuracy:flann timeout-minutes: 60 if: ${{ always() && steps.build-opencv.outcome == 'success' }} @@ -199,10 +199,10 @@ jobs: timeout-minutes: 60 if: ${{ always() && steps.build-opencv.outcome == 'success' }} run: cd $HOME/build && xvfb-run -a bin/opencv_perf_dnn --perf_impl=plain --perf_min_samples=1 --perf_force_samples=1 --perf_verify_sanity --skip_unstable=1 --perf_threads=${{ env.PARALLEL_JOBS }} - - name: Performance:features2d + - name: Performance:features timeout-minutes: 60 if: ${{ always() && steps.build-opencv.outcome == 'success' }} - run: cd $HOME/build && xvfb-run -a bin/opencv_perf_features2d --perf_impl=plain --perf_min_samples=1 --perf_force_samples=1 --perf_verify_sanity --skip_unstable=1 --perf_threads=${{ env.PARALLEL_JOBS }} + run: cd $HOME/build && xvfb-run -a bin/opencv_perf_features --perf_impl=plain --perf_min_samples=1 --perf_force_samples=1 --perf_verify_sanity --skip_unstable=1 --perf_threads=${{ env.PARALLEL_JOBS }} - name: Performance:gapi timeout-minutes: 60 if: ${{ always() && steps.build-opencv.outcome == 'success' }} diff --git a/.github/workflows/OCV-PR-5.x-U22.yaml b/.github/workflows/OCV-PR-5.x-U22.yaml index eeee0a44..d34741a7 100644 --- a/.github/workflows/OCV-PR-5.x-U22.yaml +++ b/.github/workflows/OCV-PR-5.x-U22.yaml @@ -135,10 +135,10 @@ jobs: timeout-minutes: 60 if: ${{ always() && steps.build-opencv.outcome == 'success' }} run: cd $HOME/build && xvfb-run -a bin/opencv_test_dnn --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }} - - name: Accuracy:features2d + - name: Accuracy:features timeout-minutes: 60 if: ${{ always() && steps.build-opencv.outcome == 'success' }} - run: cd $HOME/build && xvfb-run -a bin/opencv_test_features2d --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }} + run: cd $HOME/build && xvfb-run -a bin/opencv_test_features --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }} - name: Accuracy:flann timeout-minutes: 60 if: ${{ always() && steps.build-opencv.outcome == 'success' }} @@ -202,10 +202,10 @@ jobs: timeout-minutes: 60 if: ${{ always() && steps.build-opencv.outcome == 'success' }} run: cd $HOME/build && xvfb-run -a bin/opencv_perf_dnn --perf_impl=plain --perf_min_samples=1 --perf_force_samples=1 --perf_verify_sanity --skip_unstable=1 --perf_threads=${{ env.PARALLEL_JOBS }} - - name: Performance:features2d + - name: Performance:features timeout-minutes: 60 if: ${{ always() && steps.build-opencv.outcome == 'success' }} - run: cd $HOME/build && xvfb-run -a bin/opencv_perf_features2d --perf_impl=plain --perf_min_samples=1 --perf_force_samples=1 --perf_verify_sanity --skip_unstable=1 --perf_threads=${{ env.PARALLEL_JOBS }} + run: cd $HOME/build && xvfb-run -a bin/opencv_perf_features --perf_impl=plain --perf_min_samples=1 --perf_force_samples=1 --perf_verify_sanity --skip_unstable=1 --perf_threads=${{ env.PARALLEL_JOBS }} - name: Performance:gapi timeout-minutes: 60 if: ${{ always() && steps.build-opencv.outcome == 'success' }} diff --git a/.github/workflows/OCV-PR-5.x-U24.yaml b/.github/workflows/OCV-PR-5.x-U24.yaml index d043bbf9..00f361d0 100644 --- a/.github/workflows/OCV-PR-5.x-U24.yaml +++ b/.github/workflows/OCV-PR-5.x-U24.yaml @@ -139,10 +139,10 @@ jobs: timeout-minutes: 60 if: ${{ always() && steps.build-opencv.outcome == 'success' }} run: export OPENCV_FORCE_DNN_ENGINE=1 && cd $HOME/build && xvfb-run -a bin/opencv_test_dnn --test_threads=$PARALLEL_JOBS ${{ env.EXTRA_GTEST_OPTIONS }} - - name: Accuracy:features2d + - name: Accuracy:features timeout-minutes: 60 if: ${{ always() && steps.build-opencv.outcome == 'success' }} - run: cd $HOME/build && xvfb-run -a bin/opencv_test_features2d --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }} + run: cd $HOME/build && xvfb-run -a bin/opencv_test_features --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }} - name: Accuracy:flann timeout-minutes: 60 if: ${{ always() && steps.build-opencv.outcome == 'success' }} @@ -205,10 +205,10 @@ jobs: timeout-minutes: 60 if: ${{ always() && steps.build-opencv.outcome == 'success' }} run: cd $HOME/build && xvfb-run -a bin/opencv_perf_dnn --perf_impl=plain --perf_min_samples=1 --perf_force_samples=1 --perf_verify_sanity --skip_unstable=1 --perf_threads=${{ env.PARALLEL_JOBS }} - - name: Performance:features2d + - name: Performance:features timeout-minutes: 60 if: ${{ always() && steps.build-opencv.outcome == 'success' }} - run: cd $HOME/build && xvfb-run -a bin/opencv_perf_features2d --perf_impl=plain --perf_min_samples=1 --perf_force_samples=1 --perf_verify_sanity --skip_unstable=1 --perf_threads=${{ env.PARALLEL_JOBS }} + run: cd $HOME/build && xvfb-run -a bin/opencv_perf_features --perf_impl=plain --perf_min_samples=1 --perf_force_samples=1 --perf_verify_sanity --skip_unstable=1 --perf_threads=${{ env.PARALLEL_JOBS }} - name: Performance:gapi timeout-minutes: 60 if: ${{ always() && steps.build-opencv.outcome == 'success' }} diff --git a/.github/workflows/OCV-PR-5.x-W10.yaml b/.github/workflows/OCV-PR-5.x-W10.yaml index e3dd958e..7891b365 100644 --- a/.github/workflows/OCV-PR-5.x-W10.yaml +++ b/.github/workflows/OCV-PR-5.x-W10.yaml @@ -135,10 +135,10 @@ jobs: set OPENCV_FORCE_DNN_ENGINE=1 cd ${{ github.workspace }}\build bin\opencv_test_dnn.exe --skip_unstable --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=%PARALLEL_JOBS% - - name: Accuracy:features2d + - name: Accuracy:features timeout-minutes: 60 if: ${{ always() && steps.build-opencv.outcome == 'success' }} - run: cd ${{ github.workspace }}\build && bin\opencv_test_features2d.exe --skip_unstable --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=%PARALLEL_JOBS% + run: cd ${{ github.workspace }}\build && bin\opencv_test_features.exe --skip_unstable --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=%PARALLEL_JOBS% - name: Accuracy:flann timeout-minutes: 60 if: ${{ always() && steps.build-opencv.outcome == 'success' }} @@ -201,10 +201,10 @@ jobs: timeout-minutes: 60 if: ${{ always() && steps.build-opencv.outcome == 'success' }} run: cd ${{ github.workspace }}\build && bin\opencv_perf_dnn.exe --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% - - name: Performance:features2d + - name: Performance:features timeout-minutes: 60 if: ${{ always() && steps.build-opencv.outcome == 'success' }} - run: cd ${{ github.workspace }}\build && bin\opencv_perf_features2d.exe --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% + run: cd ${{ github.workspace }}\build && bin\opencv_perf_features.exe --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% - name: Performance:gapi timeout-minutes: 60 if: ${{ always() && steps.build-opencv.outcome == 'success' }} diff --git a/.github/workflows/OCV-PR-5.x-macOS-ARM64.yaml b/.github/workflows/OCV-PR-5.x-macOS-ARM64.yaml index c952d2bd..2c6d659a 100644 --- a/.github/workflows/OCV-PR-5.x-macOS-ARM64.yaml +++ b/.github/workflows/OCV-PR-5.x-macOS-ARM64.yaml @@ -132,10 +132,10 @@ jobs: if: ${{ always() && steps.build-opencv.outcome == 'success' }} run: ./bin/opencv_test_dnn --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=$PARALLEL_JOBS ${{ env.EXTRA_GTEST_OPTIONS }} working-directory: ${{ github.workspace }}/build - - name: Accuracy:features2d + - name: Accuracy:features timeout-minutes: 60 if: ${{ always() && steps.build-opencv.outcome == 'success' }} - run: ./bin/opencv_test_features2d --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=$PARALLEL_JOBS ${{ env.EXTRA_GTEST_OPTIONS }} + run: ./bin/opencv_test_features --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=$PARALLEL_JOBS ${{ env.EXTRA_GTEST_OPTIONS }} working-directory: ${{ github.workspace }}/build - name: Accuracy:flann timeout-minutes: 60 @@ -212,10 +212,10 @@ jobs: if: ${{ always() && steps.build-opencv.outcome == 'success' }} run: ./bin/opencv_perf_dnn --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 working-directory: ${{ github.workspace }}/build - - name: Performance:features2d + - name: Performance:features timeout-minutes: 60 if: ${{ always() && steps.build-opencv.outcome == 'success' }} - run: ./bin/opencv_perf_features2d --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 + run: ./bin/opencv_perf_features --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 working-directory: ${{ github.workspace }}/build # - name: Performance:gapi # timeout-minutes: 60 diff --git a/.github/workflows/OCV-PR-5.x-macOS-x86_64.yaml b/.github/workflows/OCV-PR-5.x-macOS-x86_64.yaml index 5365e045..f40473f9 100644 --- a/.github/workflows/OCV-PR-5.x-macOS-x86_64.yaml +++ b/.github/workflows/OCV-PR-5.x-macOS-x86_64.yaml @@ -133,10 +133,10 @@ jobs: if: ${{ always() && steps.build-opencv.outcome == 'success' }} run: ./bin/opencv_test_dnn --test_threads=$PARALLEL_JOBS ${{ env.EXTRA_GTEST_OPTIONS }} working-directory: ${{ github.workspace }}/build - - name: Accuracy:features2d + - name: Accuracy:features timeout-minutes: 60 if: ${{ always() && steps.build-opencv.outcome == 'success' }} - run: ./bin/opencv_test_features2d --test_threads=$PARALLEL_JOBS ${{ env.EXTRA_GTEST_OPTIONS }} + run: ./bin/opencv_test_features --test_threads=$PARALLEL_JOBS ${{ env.EXTRA_GTEST_OPTIONS }} working-directory: ${{ github.workspace }}/build - name: Accuracy:flann timeout-minutes: 60 @@ -213,10 +213,10 @@ jobs: if: ${{ always() && steps.build-opencv.outcome == 'success' }} run: ./bin/opencv_perf_dnn --perf_impl=plain --perf_min_samples=1 --perf_force_samples=1 --perf_verify_sanity --skip_unstable=1 --perf_threads=$PARALLEL_JOBS working-directory: ${{ github.workspace }}/build - - name: Performance:features2d + - name: Performance:features timeout-minutes: 60 if: ${{ always() && steps.build-opencv.outcome == 'success' }} - run: ./bin/opencv_perf_features2d --perf_impl=plain --perf_min_samples=1 --perf_force_samples=1 --perf_verify_sanity --skip_unstable=1 --perf_threads=$PARALLEL_JOBS + run: ./bin/opencv_perf_features --perf_impl=plain --perf_min_samples=1 --perf_force_samples=1 --perf_verify_sanity --skip_unstable=1 --perf_threads=$PARALLEL_JOBS working-directory: ${{ github.workspace }}/build - name: Performance:gapi timeout-minutes: 60