Skip to content

How to control detection border thickness #1115

Answered by fcakyon
Arnesh1411 asked this question in Q&A
Discussion options

You must be logged in to vote

@Arnesh1411 you can set this parameter for custom box thickness size:

visual_bbox_thickness: Optional[int] = None,

or set label text size with:

visual_text_thickness: Optional[int] = None,

or hide labels with:

visual_hide_labels: bool = False,

Replies: 1 comment

Comment options

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