Skip to content

Commit

Permalink
[build] Re-run test with kernel size 0 to isolate where issue might be.
Browse files Browse the repository at this point in the history
  • Loading branch information
Breakthrough committed Apr 27, 2024
1 parent 734463b commit 1312f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1312f02

Please sign in to comment.