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
dlib.correlation_tracker sometimes diverges so much that:
the resulting bounding box is nearly empty
the resulting bounding box has coordinates outside of the video frame
The first case might be solved by adding a minimum size parameter to the TrackingByDetection class (relative to the size of the frame, as everywhere in the library).
The second case is more tricky...
The text was updated successfully, but these errors were encountered:
dlib.correlation_tracker
sometimes diverges so much that:The first case might be solved by adding a
minimum size
parameter to theTrackingByDetection
class (relative to the size of the frame, as everywhere in the library).The second case is more tricky...
The text was updated successfully, but these errors were encountered: