Metadata-Version: 2.1
Name: lost_ds
Version: 1.1.1a2
Summary: Lost Dataset library
Author-email: L3bm GmbH <info@l3bm.com>
License: MIT
Project-URL: Repository, https://github.com/l3p-cv/lost_ds
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: fsspec==2023.12.2
Requires-Dist: iterative-stratification==0.1.7
Requires-Dist: joblib==1.3.2
Requires-Dist: numpy==1.26.3
Requires-Dist: opencv-python==4.9.0.80
Requires-Dist: pandas==2.2.0
Requires-Dist: pillow==10.2.0
Requires-Dist: pyarrow==15.0.0
Requires-Dist: python-dateutil==2.8.2
Requires-Dist: pytz==2023.3.post1
Requires-Dist: scikit-learn==1.4.0
Requires-Dist: scipy==1.12.0
Requires-Dist: shapely==2.0.2
Requires-Dist: six==1.16.0
Requires-Dist: threadpoolctl==3.2.0
Requires-Dist: tqdm==4.66.1
Requires-Dist: tzdata==2023.4

[![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).

