Metadata-Version: 2.4
Name: OTVision
Version: 0.5.4
Summary: OTVision is a core module of the OpenTrafficCam framework to perform object detection and tracking.
Project-URL: Homepage, https://opentrafficcam.org/
Project-URL: Documentation, https://opentrafficcam.org/overview/
Project-URL: Repository, https://github.com/OpenTrafficCam/OTVision
Project-URL: Issues, https://github.com/OpenTrafficCam/OTVision/issues
Project-URL: Changelog, https://github.com/OpenTrafficCam/OTVision/releases
Author-email: OpenTrafficCam contributors <team@opentrafficcam.org>, platomo GmbH <info@platomo.de>
License-Expression: GPL-3.0-only
License-File: LICENSE
Keywords: OpenTrafficCam,Traffic Analysis,Traffic Counting,Trajectories
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.11
Requires-Dist: av==13.0.0
Requires-Dist: fire==0.7.0
Requires-Dist: geopandas==1.0.1
Requires-Dist: ijson==3.3.0
Requires-Dist: moviepy==1.0.3
Requires-Dist: numpy==1.26.4
Requires-Dist: opencv-python==4.9.0.80
Requires-Dist: pandas==2.2.2
Requires-Dist: pyyaml==6.0.2
Requires-Dist: setuptools==74.0.0
Requires-Dist: torch==2.3.1
Requires-Dist: torchvision==0.18.1
Requires-Dist: tqdm==4.66.5
Requires-Dist: ujson==5.10.0
Requires-Dist: ultralytics==8.3.74
Description-Content-Type: text/markdown

# OTVision

OTVision is a core module of the [OpenTrafficCam framework](https://github.com/OpenTrafficCam) to detect and track objects (road users) in videos recorded by [OTCamera](https://github.com/OpenTrafficCam/OTCamera) or other camera systems. On the resulting trajectories, one can perform traffic analysis using [OTAnalytics](https://github.com/OpenTrafficCam/OTAnalytics).

Check out the [documentation](https://opentrafficcam.org/OTVision/) for detailed instructions on how to install and use OTVision.

We appreciate your support in the form of both code and comments. First, please have a look at the [contribute](https://opentrafficcam.org/contribute) section of the OpenTrafficCam documentation.


## License

This software is licensed under the [GPL-3.0 License](LICENSE)
