Skip to content

Commit

Permalink
Add better description
Browse files Browse the repository at this point in the history
  • Loading branch information
shoumikchow authored Sep 25, 2020
1 parent 3dc60b8 commit 36a2aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![PyPI version](https://badge.fury.io/py/bbox-visualizer.svg)](https://pypi.org/project/bbox-visualizer/0.1.0/)

This is a simple library which has different functions that lets users draw different types of visualizations. Useful for visualizing objects after object detection.
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.

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

Expand Down

0 comments on commit 36a2aa3

Please sign in to comment.