got-10k / toolkit

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

Exception: Dataset not found or corrupted. #43

Closed Sibozhu closed 3 years ago

Sibozhu commented 3 years ago

Hello @huanglianghua ,

Thank you for this amazing toolkit. I'm trying to use UAV123 dataset from your toolkit and ran into the error says that:

Traceback (most recent call last):
  File "run_tracking.py", line 20, in <module>
    ExperimentUAV123('data/UAV123', version='UAV123'),
  File "/home/sibobobo/.local/lib/python3.6/site-packages/got10k/experiments/uav123.py", line 24, in __init__
    self.dataset = UAV123(root_dir, version)
  File "/home/sibobobo/.local/lib/python3.6/site-packages/got10k/datasets/uav123.py", line 29, in __init__
    self._check_integrity(root_dir, version)
  File "/home/sibobobo/.local/lib/python3.6/site-packages/got10k/datasets/uav123.py", line 98, in _check_integrity
    raise Exception('Dataset not found or corrupted.')
Exception: Dataset not found or corrupted.

image

Is it my code that's incorrect?

Best, Sibo

Sibozhu commented 3 years ago

update: OTB dataset is working, GOT-10k isn't

Sibozhu commented 3 years ago

update: Can solve this problem by manually download dataset.