Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork35
Make drawing and labeling bounding boxes a piece of cake
License
shoumikchow/bbox-visualizer
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
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)
- Documentation:https://bbox-visualizer.readthedocs.io.
- Free software: MIT license
pip install bbox-visualizerimport bbox_visualizer as bbvPhotos byJoshua Earle,Jonas Weckschmied andSherzod Max onUnsplash.
There areoptional functions that can draw multiple bounding boxes and/or write multiple labels on the same image, but it is advisable to use the above functions in a loop in order to have full control over your visualizations.
- bbv.draw_multiple_rectangles(img, bboxes)
- bbv.add_multiple_labels(img, labels, bboxes)
- bbv.add_multiple_T_labels(img, labels, bboxes)
- bbv.draw_multiple_flags_with_labels(img, labels, bboxes)
bboxes andlabels are lists in the above examples.
This package was created with Cookiecutter and theaudreyr/cookiecutter-pypackage project template.
About
Make drawing and labeling bounding boxes a piece of cake
Topics
Resources
License
Code of conduct
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Contributors7
Uh oh!
There was an error while loading.Please reload this page.








