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
This is a simple library which has different functions that lets users draw different types of visualizations. Useful for visualizing objects after object detection.
7
+
This package helps users draw bounding boxes around objects, without doing the clumsy math that you'd need to do for positioning the labels. It also has a few different types of visualizations you can use for labeling objects after identifying them.
8
8
9
9
The bounding box points are expected in the format: `(xmin, ymin, xmax, ymax)`
0 commit comments