fix(pre_commit): 🎨 auto format pre-commit hooks
This commit is contained in:
parent
fabfe0783a
commit
1b6613d4a3
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue