Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Detection eval max boxes fix #227

Merged
merged 12 commits into from
May 28, 2021
Merged
4 changes: 2 additions & 2 deletions tests/test_ffmpeg_utils_unit.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@


def test_ffmpeg_seq_frame_vid_smokescreen() -> None:
""" """
"""Test writing sequential video with `ffmpeg`."""
image_prefix = "imgs_%d.jpg"
output_prefix = "out"
write_video(image_prefix, output_prefix)


def test_ffmpeg_nonseq_frame_vid_smokescreen() -> None:
""" """
"""Test writing non-sequential video with `ffmpeg`."""
benjaminrwilson marked this conversation as resolved.
Show resolved Hide resolved
img_wildcard = "imgs_%*.jpg"
output_fpath = "out.mp4"
fps = 10
Expand Down