SwinTrack
SwinTrack copied to clipboard
Questions about LaSOT files
lasot ├── airplane ├── basketball ... ├── training_set.txt └── testing_set.txt
Excuse me, but could you please explain how can I obtain the training_set.txt and the testing_set.txt ?
@annwfsly https://github.com/LitingLin/SwinTrack/issues/19
@annwfsly #19
Thank U very much!
@annwfsly Hi, You want use dataset sequences should add to training or testing_set.txt. For example, you can add to list airplane-1 for lasot/airplane dataset. You can also check here
@annwfsly Hi, You want use dataset sequences should add to training or testing_set.txt. For example, you can add to list airplane-1 for lasot/airplane dataset. You can also check here
Get it. Thank U !
Hi, I would like to know how you did the training on the LaSOT dataset, I have tried a lot but still have some problems. I just changed path.yaml
like this
ILSVRC_VID_PATH: ''
MOT17_PATH: ''
MOT20_PATH: ''
UAV_Benchmark_M_PATH: ''
GOT10k_PATH: ''
LaSOT_PATH: '/media/xd/0AD6DDE0D6DDCBD7/dataset/LaSOT'
LaSOT_Extension_PATH: ''
OTB_PATH: ''
TrackingNet_PATH: ''
UAVBenchmarkS_PATH: ''
COCO_2014_PATH: ''
COCO_2017_PATH: ''
ILSVRC_DET_PATH: ''
Open_Images_PATH: ''
ImageNet-21k_PATH: ''
but I cannot train it directly. Hope you can point out the errors in my operation