STVIR / pysot

SenseTime Research platform for single object tracking, implementing algorithms like SiamRPN and SiamMask.
Apache License 2.0
4.43k stars 1.1k forks source link

PyTorch 1.5.0 Upgrade #384

Open ZhiyuanChen opened 4 years ago

ZhiyuanChen commented 4 years ago

The PyTorch used in this project is out dated, and some important features have changed, for example, Variable have been deprecated for quite some time.

It is time to move to the next step.

MartinKoch123 commented 3 years ago

pysot is awesome, it helped me a lot with my own project. May I ask if you have an estimate on when pysot will be upgraded to PyTorch 1.5?