Metadata-Version: 2.1
Name: mlcvzoo-rf-detr-config
Version: 0.1.0
Summary: MLCVZoo RF-DETR Config Package
Author-email: Maximilian Otten <maximilian.otten@iml.fraunhofer.de>, Niklas Korzeniewski <niklas.korzeniewski@iml.fraunhofer.de>
License: Open Logistics Foundation License 1.3
Project-URL: homepage, https://git.openlogisticsfoundation.org/silicon-economy/base/ml-toolbox/mlcvzoo-models/mlcvzoo-rf-detr
Project-URL: repository, https://git.openlogisticsfoundation.org/silicon-economy/base/ml-toolbox/mlcvzoo-models/mlcvzoo-rf-detr
Project-URL: documentation, https://git.openlogisticsfoundation.org/silicon-economy/base/ml-toolbox/mlcvzoo-models/mlcvzoo-rf-detr/-/blob/main/documentation/index.adoc
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Requires-Python: <4.0,>=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: yaml-config-builder<9,>=8
Requires-Dist: related-mltoolbox<2,>=1
Requires-Dist: mlcvzoo-base<7,>=6

# MLCVZoo RF-DETR

The MLCVZoo is an SDK for simplifying the usage of various (machine learning driven)
computer vision algorithms. The package **mlcvzoo_rf_detr** is the wrapper module for
the [RF-DETR detector](https://github.com/roboflow/rf-detr).

# Install for package users

The following command installs the mlcvzoo-rf-detr package.

```bash
pip install mlcvzoo-rf-detr
```

## Technology stack

- Python
