You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In perfect conditions (perfectly still scene+target), in about 15-20% of the times, the following exact sequence occur: create() -> init() -> update() true -> update() false. When I switch to CV_8UC3 (BGR) and use the default cv::TrackerKCF::Params then everything works as expected and tracking is never lost.
Thank you.
The text was updated successfully, but these errors were encountered:
Hello,
I'm on
4.11.0
, think I found a critical bug incv::TrackerKCF
when configuring as follows and feedingCV_8UC1
(grayscale) frames:In perfect conditions (perfectly still scene+target), in about 15-20% of the times, the following exact sequence occur:
create() -> init() -> update() true -> update() false
. When I switch toCV_8UC3
(BGR) and use the defaultcv::TrackerKCF::Params
then everything works as expected and tracking is never lost.Thank you.
The text was updated successfully, but these errors were encountered: