Metadata-Version: 2.1
Name: vot-toolkit
Version: 0.8.0
Summary: Perform visual object tracking experiments and analyze results
Home-page: https://github.com/votchallenge/toolkit
Author: Luka Cehovin Zajc
Author-email: luka.cehovin@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: vot-trax>=4.0.1
Requires-Dist: tqdm>=4.37
Requires-Dist: numpy>=1.16
Requires-Dist: opencv-python>=4.0
Requires-Dist: six
Requires-Dist: pylatex>=1.3
Requires-Dist: jsonschema>=3.2
Requires-Dist: pyYAML>=5.3
Requires-Dist: matplotlib>=3.0
Requires-Dist: Pillow>=7.0
Requires-Dist: numba>=0.47
Requires-Dist: requests>=2.22
Requires-Dist: colorama>=0.4.3
Requires-Dist: packaging>=20
Requires-Dist: dominate>=2.5
Requires-Dist: cachetools>=4.1
Requires-Dist: bidict>=0.19
Requires-Dist: phx-class-registry>=5.0
Requires-Dist: attributee>=0.1.8
Requires-Dist: lazy-object-proxy>=1.9
Provides-Extra: jupyter
Requires-Dist: ipywidgets; extra == "jupyter"
Requires-Dist: jupyter; extra == "jupyter"
Requires-Dist: itables; extra == "jupyter"


The VOT Evaluation Toolkit
==========================

[![Documentation Status](https://readthedocs.org/projects/vot-toolkit/badge/?version=latest)](https://vot-toolkit.readthedocs.io/en/latest/?badge=latest)
[![PyPI package version](https://badge.fury.io/py/vot-toolkit.svg)](https://badge.fury.io/py/vot-toolkit)

This repository contains the official evaluation toolkit for the [Visual Object Tracking (VOT) challenge](http://votchallenge.net/). This is the official version of the toolkit, implemented in Python 3 language. If you are looking for the old Matlab version, you can find an archived repository [here](https://github.com/votchallenge/toolkit-legacy).

For more detailed informations consult the documentation available [here](http://vot-toolkit.readthedocs.io/). You can also subscribe to the VOT [mailing list](https://liste.arnes.si/mailman3/lists/votchallenge.lists.arnes.si/) to receive news about challenges and important software updates or join our [support form](https://groups.google.com/forum/?hl=en#!forum/votchallenge-help) to ask questions.

Developers
----------

The VOT toolkit is developed and maintained by [Luka Čehovin Zajc](https://vicos.si/lukacu) with the help of the VOT innitiative members and the VOT community.

Community contributors:

* [Alan Lukežič](https://vicos.si/people/alan_lukezic/), University of Ljubljana
* Yan Song, Tampere University
* Adam Harley, Meta
* Anurag Bagchi, CMU

Acknowledgements
----------------

The development of this package was supported by Slovenian research agency (ARRS) projects Z2-1866 and J2-316.

License
-------

Copyright (C) 2026 Luka Čehovin Zajc and the [VOT Challenge innitiative](http://votchallenge.net/).

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program.  If not, see <http://www.gnu.org/licenses/>.

Enquiries, Question and Comments
--------------------------------

If you have any further enquiries, question, or comments, please refer to the contact information link on the [VOT homepage](http://votchallenge.net/). If you would like to file a bug report or a feature request, use the  [Github issue tracker](https://github.com/votchallenge/toolkit/issues). **The issue tracker is for toolkit issues only**, if you have a problem with tracker integration or any other questions, please use our [support forum](https://groups.google.com/forum/?hl=en#!forum/votchallenge-help).
