HelloRicky123 / Siamese-RPN

Full reimplementation of siamese rpn, has 0.24 eao on vot2017.
MIT License
223 stars 44 forks source link

Does VOT support pytorch1.0 ? #5

Closed TSSSS4 closed 5 years ago

TSSSS4 commented 5 years ago

Your PyTorch version is 1.0, is that supported by VOT toolkit ? In my case, some errors occured when using PyTorch 0.4.1, and only 0.3.1 works well.

HelloRicky123 commented 5 years ago

I use 1.0 for training, and use 0.3.1 for testing on vot.

HelloRicky123 commented 5 years ago

Closed