fix(pre_commit): 🎨 auto format pre-commit hooks

This commit is contained in:
pre-commit-ci[bot] 2023-10-18 16:09:40 +00:00
parent fabfe0783a
commit 1b6613d4a3
1 changed files with 1 additions and 0 deletions

View File

@ -635,6 +635,7 @@ class DotAnnotator(BaseAnnotator):
cv2.circle(scene, center, self.radius, color.as_bgr(), -1)
return scene
class LabelAnnotator:
"""
A class for annotating labels on an image using provided detections.