Changed rgb to bgr
This commit is contained in:
parent
d60443751a
commit
b1cc5c3564
|
|
@ -368,7 +368,7 @@ class VertexLabelAnnotator:
|
|||
org=(box[0], box[3]),
|
||||
fontFace=font,
|
||||
fontScale=self.text_scale,
|
||||
color=text_color.as_rgb(),
|
||||
color=text_color.as_bgr(),
|
||||
thickness=self.text_thickness,
|
||||
lineType=cv2.LINE_AA,
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue