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
Description: # 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
        
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
