We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9350ad commit 4050b03Copy full SHA for 4050b03
ctc_metrics/scripts/visualize.py
@@ -43,7 +43,7 @@ def visualize(
43
start_frame: int = 0,
44
framerate: int = 30,
45
opacity: float = 0.5,
46
-): # pylint: disable=too-many-arguments,too-complex
+): # pylint: disable=too-many-arguments,too-many-locals
47
"""
48
Visualizes the tracking results.
49
0 commit comments