Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 363 Bytes

readme.md

File metadata and controls

18 lines (14 loc) · 363 Bytes

Preprocessing LaSOT

Large-scale Single Object Tracking

Prepare dataset

After download the dataset, please unzip the dataset at train_dataset/lasot directory

mkdir data
unzip LaSOT/zip/*.zip -d ./data

Crop & Generate data info

#python par_crop.py [crop_size] [num_threads]
python par_crop.py 511 12
python gen_json.py