hekaijie123 / TATrack

Target-Aware Tracking with Long-term Context Attention
MIT License
48 stars 2 forks source link

how to inference? #18

Open chansongoal opened 1 year ago

chansongoal commented 1 year ago

Hi, thanks for releasing the code. I am trying to run the code for GOT-10K dataset. I followed the instructions:

  1. install the requirements
  2. change the retrain_model_path to "/model/gaocs/VTM-Video/pretrained_models/base.pkl" in ./base/got.yaml
  3. run the command: python main/test.py --config experiments/tatrack/test/base/got.yaml

But I am confused that why do I need to download https://github.com/SwinTransformer/storage/releases/download/v1.0.0/swin_base_patch4_window7_224_22k.pth every time? How could I download this pretrained model and put it in the correct directory?