Metadata-Version: 2.1
Name: splitbbox
Version: 0.0.1
Summary: Split overlapping bounding boxes in Python
Home-page: https://github.com/mnpinto/splitbbox/tree/master/
Author: Miguel Pinto
Author-email: mnpinto@fc.ul.pt
License: Apache Software License 2.0
Keywords: bounding boxes,object detection,semantic segmentation,data science
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: geopandas
Requires-Dist: shapely
Requires-Dist: matplotlib
Requires-Dist: tqdm
Requires-Dist: descartes

# splitbbox
> Split overlapping bounding boxes in Python.


## Install

`pip install splitbbox`

## How to use

Example of usage in a real world problem: 
* https://www.kaggle.com/mnpinto/boudingbox2mask-without-overlap


