You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I implemented the functionality have the color of the boxes change when it's crossed the counting line. My use case is strange and it would be helpful for the user to see this change.
I modified the annotate function in the BoxAnnotator class on my fork of the repo to accept an optional list of tuples called custom_colors to achieve this.
Was my hacky solution necessary or is there a better way to do this with the existing release?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I implemented the functionality have the color of the boxes change when it's crossed the counting line. My use case is strange and it would be helpful for the user to see this change.
I modified the annotate function in the BoxAnnotator class on my fork of the repo to accept an optional list of tuples called custom_colors to achieve this.
Was my hacky solution necessary or is there a better way to do this with the existing release?
Beta Was this translation helpful? Give feedback.
All reactions