SwinTrack
SwinTrack copied to clipboard
Questions about dataset indexes
Many thanks to the authors for their contributions. But I would like to complain that when I read the code, it often feels scattered and cumbersome. There are some very important questions. The code reads the index of the dataset from the datasets/cache file. The pre-prepared index does not seem to correspond to the size of the dataset. It appears to be filtered. This part of the operation seems opaque, so I wonder what's going on here?
It looks like I have a similar problem. When I try to run a training session on my dataset (in got10k format), I get an error:
File "/swintrack/datasets/SOT/seed/Impl/GOT10k.py", line 589, in
我想请问一下samples_per_epoch意味着什么意思,在单独训练GOT-10K数据集时,需要修改yaml里的这个值吗。
run.yam里的samples_per_epoch值设置为131072,我在训练GOT-10K数据集时,需要将其修改为9335么