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.
11566hyc cd16b97863
S3315板端测试后状态
11 months ago
..
trax S3315板端测试后状态 11 months ago
CMakeLists.txt S3315板端测试后状态 11 months ago
MANIFEST.in S3315板端测试后状态 11 months ago
README.md S3315板端测试后状态 11 months ago
setup.py S3315板端测试后状态 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.