Skip to content

Commit

Permalink
Refactor visualize function
Browse files Browse the repository at this point in the history
  • Loading branch information
HonzaCuhel committed Oct 21, 2024
1 parent 5a0795d commit c0cf6ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/visualize_detection_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import numpy as np


def draw_rounded_rectangle(img, pt1, pt2, color, thickness, r, masks=None):
def draw_rounded_rectangle(img, pt1, pt2, color, thickness, r):
x1, y1 = pt1
x2, y2 = pt2

Expand Down

0 comments on commit c0cf6ab

Please sign in to comment.