Metadata-Version: |
2.1 |
Name: |
norfair |
Version: |
2.2.0 |
Summary: |
Lightweight Python library for adding real-time multi-object tracking to any detector. |
Author: |
Tryolabs |
Author-Email: |
hello[at]tryolabs.com |
Home-Page: |
https://github.com/tryolabs/norfair |
Project-Url: |
Repository, https://github.com/tryolabs/norfair |
License: |
BSD-3-Clause |
Keywords: |
tracking,object-detection,object-tracking,kalman-filter,pose-estimation,re-identification,multi-object-tracking,re-id,tracking-algorithm,deepsort,video-tracking,video-inference-loop |
Classifier: |
Development Status :: 5 - Production/Stable |
Classifier: |
Intended Audience :: Developers |
Classifier: |
Intended Audience :: Science/Research |
Classifier: |
License :: OSI Approved :: BSD License |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3.7 |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.11 |
Classifier: |
Topic :: Multimedia :: Video |
Classifier: |
Topic :: Scientific/Engineering |
Classifier: |
Topic :: Scientific/Engineering :: Artificial Intelligence |
Classifier: |
Topic :: Scientific/Engineering :: Image Recognition |
Classifier: |
Topic :: Software Development :: Libraries |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Requires-Python: |
>=3.7,<4.0 |
Requires-Dist: |
filterpy (<2.0.0,>=1.4.5) |
Requires-Dist: |
importlib-metadata (==4.8.3); python_version < "3.8" |
Requires-Dist: |
motmetrics (==1.4.0); extra == "metrics" |
Requires-Dist: |
numpy (<2.0.0,>=1.19.0); python_version < "3.8" |
Requires-Dist: |
numpy (<2.0.0,>=1.23.0); python_version >= "3.8" |
Requires-Dist: |
opencv-python (<5.0.0,>=3.2.0); extra == "video" |
Requires-Dist: |
rich (<13.0.0,>=9.10.0) |
Requires-Dist: |
scipy (>=1.5.4) |
Provides-Extra: |
metrics |
Provides-Extra: |
video |
Description-Content-Type: |
text/markdown |