tyyyang / RFL

Code for "Recurrent Filter Learning for Visual Tracking"
MIT License
21 stars 13 forks source link

Memory Leak problem #3

Closed wyukai closed 5 years ago

wyukai commented 5 years ago

Hello, Thank you for your contributions . I am confusing with two problems when I reproduce your method, would you please make any explanation to me? (1) The search image seems to be reshaped to 239 x 239, so the size of the response map eventually becomes 15 x 15. What is the reason for this treatment? (2) During the training process, the memory will continue to grow. Is there a memory leak?