Skip to content

Commit 3c6f257

Browse files
committed
lint and so on
1 parent 474e446 commit 3c6f257

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ctc_metrics/scripts/visualize.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ def visualize(
3636
res_dir: str,
3737
viz_dir: str = None,
3838
video_name: str = None,
39-
border_width=None,
40-
show_labels: bool=True,
39+
border_width: str = None,
40+
show_labels: bool = True,
4141
show_parents: bool = True,
4242
ids_to_show: list = None,
4343
start_frame: int = 0,
4444
framerate: int = 30,
4545
opacity: float = 0.5,
46-
): # pylint: disable=too-many-arguments
46+
): # pylint: disable=too-many-arguments,too-complex,missing-type-doc
4747
"""
4848
Visualizes the tracking results.
4949

0 commit comments

Comments
 (0)