We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
python ../../tools/eval.py --dataset VOT2018 --tracker_prefix C --result_dir ./test/VOT2018 loading VOT2018: 0%| | 0loading VOT2018: 0%| | 0/60 [00:00<?, ?it/s, ants1]Traceback (most recent call last): File "../../tools/eval.py", line 36, in dataset = VOTDataset(args.dataset, root) File "/home/shuping/daima/SiamMask-master/utils/pysot/datasets/vot.py", line 124, in init meta_data[video]['width'], KeyError: 'width
The text was updated successfully, but these errors were encountered:
Solved, json file problem, download the official file
Sorry, something went wrong.
No branches or pull requests
python ../../tools/eval.py --dataset VOT2018 --tracker_prefix C --result_dir ./test/VOT2018
loading VOT2018: 0%| | 0loading VOT2018: 0%| | 0/60 [00:00<?, ?it/s, ants1]Traceback (most recent call last):
File "../../tools/eval.py", line 36, in
dataset = VOTDataset(args.dataset, root)
File "/home/shuping/daima/SiamMask-master/utils/pysot/datasets/vot.py", line 124, in init
meta_data[video]['width'],
KeyError: 'width
The text was updated successfully, but these errors were encountered: