rockkingjy / OpenTracker

Real-time C++ ECO tracker etc. speed-up by SSE/NEON, support Linux, Mac, Jetson TX1/2, raspberry pi
GNU General Public License v3.0
751 stars 197 forks source link

How to end eco or reset it #56

Open DeoZCY opened 5 years ago

DeoZCY commented 5 years ago

HI I am trying to restart eco to track the new target when it lost.After seeing other issues, I know that there was ECO::reset function in eco.hpp . But I can't find it now. Did you remove that? I know that using ECO::init again is not useful to restart the sysytem. So, should I use multi thread or clean the memory before using ECO::init?