foolwood / DCFNet_pytorch

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

gaussian label's shape #24

Open poppinjie opened 3 years ago

poppinjie commented 3 years ago

I see you use 'np.roll()' function when you define gaussian_shaped_labels in the util.py,why you do that? It seems not accord with the definition of gaussian label.I hope you can help me out.thanks!