Skip to content

Commit

Permalink
Merge pull request #2 from devrimcavusoglu/doc-revision
Browse files Browse the repository at this point in the history
Doc refactoring.
  • Loading branch information
devrimcavusoglu authored May 1, 2022
2 parents 15cb419 + 4f29b68 commit d9ecfa6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# PyBboxes

Python Toolkit for Bounding Boxes providing conversion between bounding box types. Supported bounding box types:
<h1 align="center">PyBboxes</h1>
<p align="center">
<a href="https://pypi.org/project/pybboxes"><img src="https://img.shields.io/pypi/v/pybboxes" alt="Python versions"></a>
<br>
<a href="https://pypi.org/project/pybboxes"><img src="https://img.shields.io/pypi/pyversions/pybboxes" alt="Python versions"></a>
<a href="https://github.com/devrimcavusoglu/pybboxes/actions/workflows/ci.yml"><img src="https://img.shields.io/github/workflow/status/devrimcavusoglu/pybboxes/Tests" alt="DOI"></a>
<a href="https://github.com/devrimcavusoglu/pybboxes/blob/main/LICENSE"><img src="https://img.shields.io/github/license/devrimcavusoglu/pybboxes" alt="Python versions"></a>
</p>

Light weight toolkit for bounding boxes providing conversion between bounding box types and simple computations. Supported bounding box types:

- **albumentations** : [Albumentations Format](https://albumentations.ai/docs/getting_started/bounding_boxes_augmentation/#albumentations)
- **coco** : [COCO (Common Objects in Context)](http://cocodataset.org/)
Expand Down
2 changes: 1 addition & 1 deletion pybboxes/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from pybboxes.area import *
from pybboxes.convert import convert_bbox

__version__ = "0.0.1"
__version__ = "0.0.2"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def get_version():
version=get_version(),
author="Devrim Cavusoglu",
license="MIT",
description="Evaluation toolkit for neural language generation.",
description="Light Weight Toolkit for Bounding Boxes",
long_description=get_long_description(),
long_description_content_type="text/markdown",
url="https://github.com/devrimcavusoglu/pybboxes",
Expand Down

0 comments on commit d9ecfa6

Please sign in to comment.