Metadata-Version: 2.4
Name: marearts-road-objects
Version: 2.0.6
Summary: High-performance road object detection with 8-class support: person, bicycle, motorcycle, car, bus, truck, traffic_light, stop_sign
Author-email: MareArts <hello@marearts.com>
License: Proprietary
Project-URL: Homepage, https://github.com/MareArts/MareArts-Road-Objects
Project-URL: Repository, https://github.com/MareArts/MareArts-Road-Objects
Project-URL: Documentation, https://github.com/MareArts/MareArts-Road-Objects#readme
Keywords: computer-vision,object-detection,road-safety,onnx,rt-detr,traffic-detection
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Cython
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: marearts-crystal==2.4.2
Requires-Dist: onnxruntime>=1.0
Requires-Dist: opencv-python>=4.0
Requires-Dist: numpy>=1.19
Requires-Dist: tqdm>=4.0
Requires-Dist: requests>=2.0
Provides-Extra: dev
Requires-Dist: pytest>=6.0; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Provides-Extra: gpu
Requires-Dist: onnxruntime-gpu>=1.15.0; extra == "gpu"
Provides-Extra: directml
Requires-Dist: onnxruntime-directml>=1.15.0; extra == "directml"
Provides-Extra: all-gpu
Requires-Dist: onnxruntime-gpu>=1.15.0; extra == "all-gpu"
Requires-Dist: onnxruntime-directml>=1.15.0; extra == "all-gpu"
