Metadata-Version: 2.1
Name: EasyDataSetToBOP
Version: 0.0.1
Summary: Convert Dataset from EasyDatasetGenerator to BOP Dataset
Author: Lars Kaesberg
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.9
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: pymeshlab

# EasyDatasetToBOP
Convert Datasets from the EasyDatasetGenerator to BOP Dataset Format

## Install
```
pip install easydatasettobop
```

## Usage
```
python -m easydatasettobop <path-to-easydataset-generator-root> -e <3d-file-format>
```

## Tips
If you use another 3D model file for creating the bop dataset, it must have the same name as the gltf file for the EasyDatasetGenerator

