visionml / pytracking

Visual tracking library based on PyTorch.
GNU General Public License v3.0
3.19k stars 603 forks source link

torch version #399

Open ChenJian7578 opened 1 year ago

ChenJian7578 commented 1 year ago

What's the highest version of torch supported? I run on torch=1.11 maybe 1.10. Some operators in torch have changed so that the code cannot run normally.

setarekhosravi commented 9 months ago

@ChenJian7578 Hi, I think the torch=2.0.0 and the higher ones aren't supported because of PreciseRoIPooling. The highest version which could be used is v1.13.1. I myself use v.1.13.0 to run pytracking.