arbitularov / SiamRPN-PyTorch

Implementation SiamRPN on PyTorch with GOT-10k dataset
103 stars 19 forks source link

train #16

Open wyq2020022029 opened 3 years ago

wyq2020022029 commented 3 years ago

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.