Skip to content

Commit 851cd14

Browse files
author
Kiriti
committed
ci(enhanced-vision): include BilateralFilter in test filter
Add BilateralFilter.* to the enhanced-vision CI test filter now that the bilateral filter implementation passes all 361 CTS tests. Also update comment to reflect BilateralFilter is now included.
1 parent 3cce343 commit 851cd14

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/conformance.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -564,8 +564,7 @@ jobs:
564564
# Enhanced Vision — kernels implemented on this branch.
565565
#
566566
# PR #36 (hog-kernels): Copy, NonMaxSuppression, HoughLinesP,
567-
# MatchTemplate, LBP, HOGCells, HOGFeatures, plus baseline Min/Max.
568-
# BilateralFilter is NOT included here — it is implemented in PR #37.
567+
# MatchTemplate, LBP, HOGCells, HOGFeatures, BilateralFilter, plus baseline Min/Max.
569568
enhanced-vision:
570569
name: "enhanced-vision (HOG branch)"
571570
runs-on: ubuntu-22.04
@@ -584,7 +583,7 @@ jobs:
584583
cd OpenVX-cts/build
585584
export LD_LIBRARY_PATH=${{ github.workspace }}/target/release
586585
export VX_TEST_DATA_PATH=${{ github.workspace }}/OpenVX-cts/test_data/
587-
timeout 300 ./bin/vx_test_conformance --filter="Copy.*:Nonmaxsuppression.*:Houghlinesp.*:MatchTemplate.*:LBP.*:HogCells.*:HogFeatures.*:Min.*:Max.*"
586+
timeout 300 ./bin/vx_test_conformance --filter="Copy.*:Nonmaxsuppression.*:Houghlinesp.*:MatchTemplate.*:LBP.*:HogCells.*:HogFeatures.*:BilateralFilter.*:Min.*:Max.*"
588587
589588
# Performance benchmark using openvx-mark, comparing rustVX against the
590589
# Khronos OpenVX sample implementation on the SAME runner so the two

0 commit comments

Comments
 (0)