Skip to content

Commit 25681a9

Browse files
committed
Add better description
1 parent 0c47490 commit 25681a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
55
[![PyPI version](https://badge.fury.io/py/bbox-visualizer.svg)](https://pypi.org/project/bbox-visualizer/0.1.0/)
66

7-
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.
88

99
The bounding box points are expected in the format: `(xmin, ymin, xmax, ymax)`
1010

0 commit comments

Comments
 (0)