foolwood / DCFNet_pytorch

DCFNet: Discriminant Correlation Filters Network for Visual Tracking
https://arxiv.org/pdf/1704.04057.pdf
MIT License
207 stars 60 forks source link

Compatibility with newer Pytorch version? #26

Open JaschaNi opened 2 years ago

JaschaNi commented 2 years ago

Hey, Is there any newer implementation of the Discriminant Correlation Filters, which are working with the newer pytorch versions? They changed a lot at their complex number calculations, so the code wouldn't work with a newer pytorch version.

Thanks a lot.