Skip to content

Commit 197120b

Browse files
authored
Move ml to opencv_contrib (#151)
1 parent 4752a08 commit 197120b

File tree

7 files changed

+0
-30
lines changed

7 files changed

+0
-30
lines changed

.github/workflows/OCV-PR-5.x-ARM64-Debug.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -159,10 +159,6 @@ jobs:
159159
timeout-minutes: 60
160160
if: ${{ always() && steps.build-opencv.outcome == 'success' }}
161161
run: cd $HOME/build && xvfb-run -a bin/opencv_test_imgproc --test_threads=$PARALLEL_JOBS ${{ env.EXTRA_GTEST_OPTIONS }}
162-
- name: Accuracy:ml
163-
timeout-minutes: 60
164-
if: ${{ always() && steps.build-opencv.outcome == 'success' }}
165-
run: cd $HOME/build && xvfb-run -a bin/opencv_test_ml --test_threads=$PARALLEL_JOBS ${{ env.EXTRA_GTEST_OPTIONS }}
166162
- name: Accuracy:objdetect
167163
timeout-minutes: 60
168164
if: ${{ always() && steps.build-opencv.outcome == 'success' }}

.github/workflows/OCV-PR-5.x-ARM64.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -156,10 +156,6 @@ jobs:
156156
timeout-minutes: 60
157157
if: ${{ always() && steps.build-opencv.outcome == 'success' }}
158158
run: cd $HOME/build && xvfb-run -a bin/opencv_test_imgproc --test_threads=$PARALLEL_JOBS ${{ env.EXTRA_GTEST_OPTIONS }}
159-
- name: Accuracy:ml
160-
timeout-minutes: 60
161-
if: ${{ always() && steps.build-opencv.outcome == 'success' }}
162-
run: cd $HOME/build && xvfb-run -a bin/opencv_test_ml --test_threads=$PARALLEL_JOBS ${{ env.EXTRA_GTEST_OPTIONS }}
163159
- name: Accuracy:objdetect
164160
timeout-minutes: 60
165161
if: ${{ always() && steps.build-opencv.outcome == 'success' }}

.github/workflows/OCV-PR-5.x-U20.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -159,10 +159,6 @@ jobs:
159159
timeout-minutes: 60
160160
if: ${{ always() && steps.build-opencv.outcome == 'success' }}
161161
run: cd $HOME/build && xvfb-run -a bin/opencv_test_imgproc --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }}
162-
- name: Accuracy:ml
163-
timeout-minutes: 60
164-
if: ${{ always() && steps.build-opencv.outcome == 'success' }}
165-
run: cd $HOME/build && xvfb-run -a bin/opencv_test_ml --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }}
166162
- name: Accuracy:objdetect
167163
timeout-minutes: 60
168164
if: ${{ always() && steps.build-opencv.outcome == 'success' }}

.github/workflows/OCV-PR-5.x-U22.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -160,10 +160,6 @@ jobs:
160160
timeout-minutes: 60
161161
if: ${{ always() && steps.build-opencv.outcome == 'success' }}
162162
run: cd $HOME/build && xvfb-run -a bin/opencv_test_imgproc --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }}
163-
- name: Accuracy:ml
164-
timeout-minutes: 60
165-
if: ${{ always() && steps.build-opencv.outcome == 'success' }}
166-
run: cd $HOME/build && xvfb-run -a bin/opencv_test_ml --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }}
167163
- name: Accuracy:objdetect
168164
timeout-minutes: 60
169165
if: ${{ always() && steps.build-opencv.outcome == 'success' }}

.github/workflows/OCV-PR-5.x-W10.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -152,10 +152,6 @@ jobs:
152152
timeout-minutes: 60
153153
if: ${{ always() && steps.build-opencv.outcome == 'success' }}
154154
run: cd ${{ github.workspace }}\build && bin\opencv_test_imgproc.exe --skip_unstable --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=%PARALLEL_JOBS%
155-
- name: Accuracy:ml
156-
timeout-minutes: 60
157-
if: ${{ always() && steps.build-opencv.outcome == 'success' }}
158-
run: cd ${{ github.workspace }}\build && bin\opencv_test_ml.exe --skip_unstable --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=%PARALLEL_JOBS%
159155
- name: Accuracy:objdetect
160156
timeout-minutes: 60
161157
if: ${{ always() && steps.build-opencv.outcome == 'success' }}

.github/workflows/OCV-PR-5.x-macOS-ARM64.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -162,11 +162,6 @@ jobs:
162162
if: ${{ always() && steps.build-opencv.outcome == 'success' }}
163163
run: ./bin/opencv_test_imgproc --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=$PARALLEL_JOBS ${{ env.EXTRA_GTEST_OPTIONS }}
164164
working-directory: ${{ github.workspace }}/build
165-
- name: Accuracy:ml
166-
timeout-minutes: 60
167-
if: ${{ always() && steps.build-opencv.outcome == 'success' }}
168-
run: ./bin/opencv_test_ml --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=$PARALLEL_JOBS ${{ env.EXTRA_GTEST_OPTIONS }}
169-
working-directory: ${{ github.workspace }}/build
170165
- name: Accuracy:objdetect
171166
timeout-minutes: 60
172167
if: ${{ always() && steps.build-opencv.outcome == 'success' }}

.github/workflows/OCV-PR-5.x-macOS-x86_64.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -163,11 +163,6 @@ jobs:
163163
if: ${{ always() && steps.build-opencv.outcome == 'success' }}
164164
run: ./bin/opencv_test_imgproc --test_threads=$PARALLEL_JOBS ${{ env.EXTRA_GTEST_OPTIONS }}
165165
working-directory: ${{ github.workspace }}/build
166-
- name: Accuracy:ml
167-
timeout-minutes: 60
168-
if: ${{ always() && steps.build-opencv.outcome == 'success' }}
169-
run: ./bin/opencv_test_ml --test_threads=$PARALLEL_JOBS ${{ env.EXTRA_GTEST_OPTIONS }}
170-
working-directory: ${{ github.workspace }}/build
171166
- name: Accuracy:objdetect
172167
timeout-minutes: 60
173168
if: ${{ always() && steps.build-opencv.outcome == 'success' }}

0 commit comments

Comments
 (0)