hekaijie123 / TATrack

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

Typos in the code #10

Closed HamadYA closed 1 year ago

HamadYA commented 1 year ago

Hi, Thanks for the great repo.

I think you have a typo TATrack/experiments/tatrack/test/tiny/got.yaml line 48 pretrain_model_path: "epoch-59.pkl" should be pretrain_model_path: "tiny.pkl"

line 69 device_num: ` should be device_num: 1

hekaijie123 commented 1 year ago

Thanks for pointing out that our code may have some roughness.