got-10k / toolkit

Official Python toolkit for generic object tracking benchmark GOT-10k and beyond
http://got-10k.aitestunion.com/
MIT License
555 stars 95 forks source link

VOT 2017 dataset URL does not exist #15

Closed jonathantompson closed 5 years ago

jonathantompson commented 5 years ago

vot.py line 112: http://data.votchallenge.net/vot2017/vot2017.zip <-- Returns 404.

huanglianghua commented 5 years ago

Fixed and add support for VOT2019. Please use pip install --upgrade git+https://github.com/got-10k/toolkit.git@master to access the new version (will be integrated into pip package in a near future).

jonathantompson commented 5 years ago

thanks.