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

There are some problems when using ECO::reset() for retracking #12

Closed ywdu closed 6 years ago

ywdu commented 6 years ago

When I want to change the tracking target by using ECO::rset(), the "max_score: nan" will continue to occur during tracking.

rockkingjy commented 6 years ago

@ywdu yes, bug fixed.

ywdu commented 6 years ago

Thank you for your work, I tried to replace the target with your modified eco::init, but the performance is not good compared to the first time using eco::init. I guess the reason maybe that the previous tracking target was not clean up fully, so it affected retracking.

rockkingjy commented 6 years ago

@ywdu thanks for the feedback, I've updated again, hope this time works fine.

ywdu commented 6 years ago

Thank you very much for your reply, I tried it again, the new eco::init can perfectly work in the task of retrackingļ¼Œcongratulations! Looking forward to your further work! If the tracking stability of this version ECO can be improved same as the author's MATLAB code, it will be perfect.