We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7e5f44 commit 881c9f4Copy full SHA for 881c9f4
supervision/video/backend/base.py
@@ -54,7 +54,7 @@ def frames(
54
start: int = 0,
55
end: int = None,
56
stride: int = 1,
57
- resolution_wh: tuple[int, int] | None = None,
+ resolution_wh: tuple[int, int] = None,
58
):
59
pass
60
0 commit comments