Metadata-Version: 2.1
Name: unicore
Version: 1.2.1
Summary: UniCore: Unified Perception Core LIbraries
Author-email: Kurt Stolle <k.h.w.stolle@gmail.com>
Keywords: perception,computer vision,deep learning,object detection,instance segmentation,semantic segmentation
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: torch >=2.0.0
Requires-Dist: torchvision >=0.15.1
Requires-Dist: torchdata
Requires-Dist: iopath
Requires-Dist: tensordict
Provides-Extra: benchmarks
Requires-Dist: pytest-benchmark ; extra == 'benchmarks'
Requires-Dist: tenacity ; extra == 'benchmarks'
Provides-Extra: docs
Requires-Dist: sphinx ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
Provides-Extra: notebooks
Requires-Dist: ipython ; extra == 'notebooks'
Requires-Dist: jupyter ; extra == 'notebooks'
Requires-Dist: ipython-autotime ; extra == 'notebooks'
Requires-Dist: imutils ; extra == 'notebooks'
Requires-Dist: matplotlib ; extra == 'notebooks'
Requires-Dist: seaborn ; extra == 'notebooks'
Provides-Extra: tests
Requires-Dist: hypothesis ; extra == 'tests'
Requires-Dist: bandit[toml] ; extra == 'tests'
Requires-Dist: black >=23.10.0 ; extra == 'tests'
Requires-Dist: check-manifest ; extra == 'tests'
Requires-Dist: flake8 ; extra == 'tests'
Requires-Dist: flake8-bugbear ; extra == 'tests'
Requires-Dist: flake8-docstrings ; extra == 'tests'
Requires-Dist: flake8-formatter-junit-xml ; extra == 'tests'
Requires-Dist: flake8-pyproject ; extra == 'tests'
Requires-Dist: pre-commit ; extra == 'tests'
Requires-Dist: pylint ; extra == 'tests'
Requires-Dist: pylint-junit ; extra == 'tests'
Requires-Dist: pytest ; extra == 'tests'
Requires-Dist: pytest-sugar ; extra == 'tests'
Requires-Dist: pytest-xdist ; extra == 'tests'
Requires-Dist: pytest-benchmark ; extra == 'tests'
Requires-Dist: pytest-cov ; extra == 'tests'
Requires-Dist: pytest-mock ; extra == 'tests'
Requires-Dist: pytest-runner ; extra == 'tests'
Requires-Dist: pytest-github-actions-annotate-failures ; extra == 'tests'
Requires-Dist: shellcheck-py ; extra == 'tests'
Requires-Dist: mypy ; extra == 'tests'
Requires-Dist: autoflake ; extra == 'tests'
Requires-Dist: pydocstyle ; extra == 'tests'
Requires-Dist: pyre-check ; extra == 'tests'
Requires-Dist: pydocstringformatter ; extra == 'tests'
Requires-Dist: pyrefact ; extra == 'tests'

# UniCore: Unified Perception Core Libraries

This project contains the core libraries used in UniPercept and UniTrack. All packages is mostly stable, but should not be considered production ready.
