Metadata-Version: 2.1
Name: mlcvzoo-mmpretrain
Version: 0.1.0
Summary: MLCVZoo MMPretrain Package
Author: Maximilian Otten, email =  <maximilian.otten@iml.fraunhofer.de>, Luca Kotulla, email =  <luca.kotulla@iml.fraunhofer.de>, Niklas Korzeniewski, email =  <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-mmpretrain
Project-URL: repository, https://git.openlogisticsfoundation.org/silicon-economy/base/ml-toolbox/mlcvzoo-models/mlcvzoo-mmpretrain
Project-URL: documentation, https://git.openlogisticsfoundation.org/silicon-economy/base/ml-toolbox/mlcvzoo-models/mlcvzoo-mmpretrain/-/blob/main/documentation/index.adoc
Classifier: Development Status :: 5 - Production/Stable
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.3
Requires-Dist: opencv-python!=4.5.5.64,!=4.6.0.66,>=4.5
Requires-Dist: opencv-contrib-python!=4.5.5.64,!=4.6.0.66,>=4.5
Requires-Dist: attrs>=20
Requires-Dist: mmengine>=0.7
Requires-Dist: mmpretrain>=1
Requires-Dist: mmcv>=2
Requires-Dist: numpy!=1.19.5,>=1.19.2
Requires-Dist: torch!=2.0.1,>=1.9
Requires-Dist: torchvision>=0.10
Requires-Dist: pycocotools>=2.0.2; platform_machine == "x86_64"
Provides-Extra: dev
Requires-Dist: mock>=4.0; extra == "dev"
Requires-Dist: pytest>=7.0; extra == "dev"
Requires-Dist: pytest-cov>=3.0.0; extra == "dev"
Requires-Dist: black>=22; extra == "dev"
Requires-Dist: mypy>=0.961; extra == "dev"
Requires-Dist: pylint>=2.9.6; extra == "dev"
Requires-Dist: isort<6.0,>=5.0; extra == "dev"
Requires-Dist: pytest-mock>=3.7; extra == "dev"

# MLCVZoo MMPretrain

The MLCVZoo is an SDK for simplifying the usage of various (machine learning driven)
computer vision algorithms. The package **mlcvzoo_mmpretrain** is the wrapper module for
the [mmpretrain framework](https://github.com/open-mmlab/mmpretrain).

# Install for package users

The following command installs the mlcvzoo-mmpretrain package.

```bash
pip install mlcvzoo-mmpretrain
```

## Technology stack

- Python
