bbox-visualizer
bbox-visualizer copied to clipboard
Make drawing and labeling bounding boxes easy as cake
**Describe the bug** All of the functions modify the passed image (numpy array). While the `draw_rectangle` function creates a copy of the passed `img` called `output`, adds the rectangles to...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when I can't change the color...
Issue #5: Fall back to regular labelling if T shaped labels or flag labels are out of frame. Description: I used the y_top field to find if the label is...
The current size defaults aren't suitable for small images. Ideally, the user should have the option to change the size.
Labels on the edge of the box aren't handled properly. If an object detection model detects an image at the edge of the frame, there is a chance that some...
Similar to #3, there can be cases where the label is not drawn/written if the coordinates are outside of the frame. In that case, the label should fallback to the...