Skip to main content

Utilities to easily convert between different bounding box formats (YOLO, XYWH, XYXY, etc.).

Project description

Utilities to easily convert between different bounding box formats (YOLO, XYWH, XYXY, etc.).

Description

You can find documentation for the project at here.

2D Bounding Box Conversions Colab Image Demo

  • List of points [top left, top right, bottom right, bottom left]

  • XYWH: top left, width, height

  • XYXY: top left, bottom right

  • YOLO

3D Bounding Box Conversions Colab PCD Demo

You can create a 3D bounding box with either:

  • A center point, width, height, depth, and rotation

  • The back-bottom-left point, width, height, depth, and rotation

You can convert between the two forms and also get a triangular polygon to use for plotting triangular meshes.

The majority of the 3D Bounding Box implementation comes from the bbox PyPI package.

Visualizations You can use bbox-utils to visualize annotations within point clouds or images.

To use point clouds, you will need to install open3d and plotly with either:

pip3 install open3d plotly==4.14.3
pip install
# or
conda install -c open3d-admin open3d
conda install -c plotly plotly=4.14.3

At the time of writing this, open3d requires Python < 3.9

To use images, you will need to install OpenCV:

pip3 install opencv-python
# or
conda install opencv -c conda-forge

Making Changes & Contributing

This project uses pre-commit, please make sure to install it before making any changes:

pip install pre-commit
cd bbox-utils
pre-commit install

It is a good idea to update the hooks to the latest version:

pre-commit autoupdate

Note

This project has been set up using PyScaffold 4.0rc1. For details and usage information on PyScaffold see https://pyscaffold.org/.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bbox-utils-0.1.1.tar.gz (624.0 kB view hashes)

Uploaded Source

Built Distribution

bbox_utils-0.1.1-py2.py3-none-any.whl (14.6 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page