Metadata-Version: 2.4
Name: lost_ds
Version: 1.2.0
Summary: Lost Dataset library
Project-URL: Repository, https://github.com/l3p-cv/lost_ds
Author-email: L3bm GmbH <info@l3bm.com>
License: MIT
License-File: LICENSE
Keywords: python
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: <4.0,>=3.9
Requires-Dist: fsspec
Requires-Dist: iterative-stratification
Requires-Dist: joblib
Requires-Dist: numpy
Requires-Dist: opencv-python
Requires-Dist: pandas
Requires-Dist: pillow
Requires-Dist: pyarrow
Requires-Dist: python-dateutil
Requires-Dist: pytz
Requires-Dist: scikit-learn
Requires-Dist: scipy
Requires-Dist: shapely
Requires-Dist: six
Requires-Dist: threadpoolctl
Requires-Dist: tqdm
Requires-Dist: tzdata
Requires-Dist: wtforms>=3.2.1
Description-Content-Type: text/markdown

[![pipeline status](https://gitlab.com/l3p-cv/lost_ds/badges/master/pipeline.svg)](https://gitlab.com/l3p-cv/lost_ds/pipelines)
<!-- [![Documentation Status](https://readthedocs.org/projects/lost_ds/badge/?version=latest)](https://lost_ds.readthedocs.io/en/latest/?badge=latest) -->

### LOSTDataset

This is a library to handle datasets generated by LOST. LOSTDataset enables 
directily producing semantic segmentations, anno-type transformations (i.e. polygon to bbox), 
anno-style transformations (i.e. bbox xywh -> bbox x1x2y1y2), crop datasets, 
visualize annotations, lost2coco and some more.

Checkout some explanation and examples [here](https://github.com/l3p-cv/lost_ds/blob/master/examples/example.ipynb).

