Metadata-Version: 2.1
Name: lost_ds
Version: 1.2.0a1
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.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: fsspec>=2024.12.0
Requires-Dist: iterative-stratification==0.1.7
Requires-Dist: joblib==1.3.2
Requires-Dist: numpy<2
Requires-Dist: opencv-python==4.9.0.80
Requires-Dist: pandas>=2.2.3
Requires-Dist: pillow>=11.1.0
Requires-Dist: pyarrow>=19.0.0
Requires-Dist: python-dateutil>=2.9.0.post0
Requires-Dist: pytz>=2024.1
Requires-Dist: scikit-learn
Requires-Dist: scipy>=1.15.1
Requires-Dist: shapely==2.0.6
Requires-Dist: six>=1.17.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).

