Skip to content

Commit

Permalink
fix linters
Browse files Browse the repository at this point in the history
  • Loading branch information
fpaissan committed Dec 5, 2023
1 parent 07f026c commit 29262c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion micromind/utils/yolo.py
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,8 @@ def draw_bounding_boxes_and_save(
-------
None
"""
import cv2 # here to avoid extra dependecy
import cv2 # here to avoid extra dependecy

color_dict = {
label: tuple(
(((i + 1) * 50) % 256, ((i + 1) * 100) % 256, ((i + 1) * 150) % 256)
Expand Down

0 comments on commit 29262c8

Please sign in to comment.