Replies: 3 comments 1 reply
-
Hello there, thank you for opening an Issue ! 🙏🏻 The team was notified and they will get back to you asap. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello, Create LineZoneAnnotator instance first and set color inside then use annotate because annotate doesn't have color |
Beta Was this translation helpful? Give feedback.
1 reply
-
Excellent management, issue management @onuralpszr! Thanks for moving it into discussions. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Search before asking
Question
How to fix error LineZoneAnnotator.annotate() got an unexpected keyword argument 'color'
Code:
50 frame = box_annotator.annotate(scene=frame, detections=detections, labels=labels)
---> 51 LineZoneAnnotator.annotate(frame,frame=frame,color=sv.Color.red() ,line_counter=line_counter)
52 sink.write_frame(frame)
Additional
No response
Beta Was this translation helpful? Give feedback.
All reactions