Skip to content

line_thickness and show_labels arguements don't seem to work. #2032

Answered by wb666greene
wb666greene asked this question in Q&A
Discussion options

You must be logged in to vote

This part of the documentation seems incorrect in places. Playing around I got it to work with:

results = model.predict(image, conf=confidence-0.001, verbose=False)
  annotated_image = results[0].plot(line_width=1, labels=False)

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@glenn-jocher
Comment options

Answer selected by wb666greene
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants