Dataset PreparationΒΆ
MindVideo supported dataset can be downloaded from:
Then put all training and evaluation data into one directory and then change "data_root" to that directory in data.json, like this:
"data_root": "/home/publicfile/dataset/tracking"
Within mindvideo, all data processing methods according to each dataset used can be found under the data folder.