You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
11 months ago | |
|---|---|---|
| .. | ||
| trax | 11 months ago | |
| CMakeLists.txt | 11 months ago | |
| MANIFEST.in | 11 months ago | |
| README.md | 11 months ago | |
| setup.py | 11 months ago | |
README.md
Visual Tracking eXchange protocol is a simple protocol that enables easier evaluation of computer vision tracking algorithms. The basic idea is that a tracker communicates with the evaluation software using a set of text commands over the (standard) input/output streams or TCP sockets.
This package contains a Python wrapper to C library (using CTypes) available in the support/python directory. More information and source code available at Github.