When training with the first 500 sequences of GOT-10K, the following error is reported:
You are using "default" experiment, my advice to you is: Copy "default" change folder name and change settings in file "parameters.json"
Traceback (most recent call last):
File "train_siamrpn.py", line 201, in
main()
File "train_siamrpn.py", line 46, in main
seq_dataset = GOT10k(root_dir, subset='train')
File "/usr/local/lib/python3.6/dist-packages/got10k/datasets/got10k.py", line 32, in init
self._check_integrity(root_dir, subset)
File "/usr/local/lib/python3.6/dist-packages/got10k/datasets/got10k.py", line 92, in _check_integrity
raise Exception('Dataset not found or corrupted.')
Exception: Dataset not found or corrupted.
When training with the first 500 sequences of GOT-10K, the following error is reported:
You are using "default" experiment, my advice to you is: Copy "default" change folder name and change settings in file "parameters.json"
Traceback (most recent call last):
File "train_siamrpn.py", line 201, in
main()
File "train_siamrpn.py", line 46, in main
seq_dataset = GOT10k(root_dir, subset='train')
File "/usr/local/lib/python3.6/dist-packages/got10k/datasets/got10k.py", line 32, in init
self._check_integrity(root_dir, subset)
File "/usr/local/lib/python3.6/dist-packages/got10k/datasets/got10k.py", line 92, in _check_integrity
raise Exception('Dataset not found or corrupted.')
Exception: Dataset not found or corrupted.