Skip to content

Commit

Permalink
fixed frame counter
Browse files Browse the repository at this point in the history
  • Loading branch information
bstandaert authored and victorjoos committed Jun 26, 2024
1 parent 89a65af commit 070d332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracklab/utils/cv2.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ def draw_ignore_region(patch, image_metadata):
def print_count_frame(patch, frame, nframes):
draw_text(
patch,
f"{frame}/{nframes}",
f"{frame+1}/{nframes}",
(6, 15),
fontFace=1,
fontScale=2.0,
Expand Down

0 comments on commit 070d332

Please sign in to comment.