From 1312f02e646cfaacdfbefd34d7c282891fcd8c98 Mon Sep 17 00:00:00 2001 From: Breakthrough Date: Sat, 27 Apr 2024 12:31:46 -0400 Subject: [PATCH] [build] Re-run test with kernel size 0 to isolate where issue might be. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 41a6e5f..9a81db6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -51,7 +51,7 @@ jobs: - name: Create Mask File run: | - python -m dvr_scan -i tests/resources/traffic_camera.mp4 -mo mask.avi -fm -so --add-region 631 532 841 532 841 659 631 659 --min-event-length 4 --time-before-event 0 + python -m dvr_scan -i tests/resources/traffic_camera.mp4 -mo mask.avi -fm -so --add-region 631 532 841 532 841 659 631 659 --min-event-length 4 --time-before-event 0 -k 0 - name: Upload Artifact uses: actions/upload-artifact@v3