shoumikchow/bbox-visualizer
A Python package that simplifies drawing and visualizing bounding boxes on images for object detection annotation.

Velocity · 7d
+0.2
★ / day
Trend
→steady
star history
This library helps users draw bounding boxes around objects and position labels without manual coordinate math. It provides various visualization styles for marking detected objects. The package accepts bounding box coordinates in (xmin, ymin, xmax, ymax) format and handles label placement automatically. It is commonly used in computer vision annotation workflows for training object detection models.