File tree Expand file tree Collapse file tree 3 files changed +12
-5
lines changed
Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 1- # PyBboxes
2-
3- Python Toolkit for Bounding Boxes providing conversion between bounding box types. Supported bounding box types:
1+ <h1 align =" center " >PyBboxes</h1 >
2+ <p align =" center " >
3+ <a href =" https://pypi.org/project/pybboxes " ><img src =" https://img.shields.io/pypi/v/pybboxes " alt =" Python versions " ></a >
4+ <br >
5+ <a href =" https://pypi.org/project/pybboxes " ><img src =" https://img.shields.io/pypi/pyversions/pybboxes " alt =" Python versions " ></a >
6+ <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 >
7+ <a href =" https://github.com/devrimcavusoglu/pybboxes/blob/main/LICENSE " ><img src =" https://img.shields.io/github/license/devrimcavusoglu/pybboxes " alt =" Python versions " ></a >
8+ </p >
9+
10+ Light weight toolkit for bounding boxes providing conversion between bounding box types and simple computations. Supported bounding box types:
411
512- ** albumentations** : [ Albumentations Format] ( https://albumentations.ai/docs/getting_started/bounding_boxes_augmentation/#albumentations )
613- ** coco** : [ COCO (Common Objects in Context)] ( http://cocodataset.org/ )
Original file line number Diff line number Diff line change 11from pybboxes .area import *
22from pybboxes .convert import convert_bbox
33
4- __version__ = "0.0.1 "
4+ __version__ = "0.0.2 "
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ def get_version():
4444 version = get_version (),
4545 author = "Devrim Cavusoglu" ,
4646 license = "MIT" ,
47- description = "Evaluation toolkit for neural language generation. " ,
47+ description = "Light Weight Toolkit for Bounding Boxes " ,
4848 long_description = get_long_description (),
4949 long_description_content_type = "text/markdown" ,
5050 url = "https://github.com/devrimcavusoglu/pybboxes" ,
You can’t perform that action at this time.
0 commit comments