votchallenge / toolkit

The official VOT Challenge evaluation and analysis toolkit
http://www.votchallenge.net/
GNU General Public License v3.0
155 stars 43 forks source link

Steadily Increasing Memory Consumption #5

Closed MasterBin-IIAU closed 4 years ago

MasterBin-IIAU commented 4 years ago

when I ran NCCPythonmask tracker, I found that the memory consumption kept increasing quickly and finally caused "can not allocate memory" error. (My computer has 64GB memory, which should be enough I guess). I also noticed that even though the current sequence had been over, its occupied memory was not set free. So the free memory got less and less. Is this a common phenomenon?

alanlukezic commented 4 years ago

Hi, thanks for letting us know about this issue. We are currently working on it and hope that it will be fixed soon.

lukacu commented 4 years ago

This problem is fixed now, some native objects were not correctly released. Please update the toolkit as well as its dependency: vot-trax (3.0.1).

MasterBin-IIAU commented 4 years ago

Thank you for your efforts!