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
Currently in the tracker we extract the features per frame rather than over all the instances at once. In the GlobalTrackingTransformer, we've refactored it so that we stack the instances and then apply the feature extractor.
Currently in the tracker we extract the features per frame rather than over all the instances at once. In the
GlobalTrackingTransformer
, we've refactored it so that we stack the instances and then apply the feature extractor.Current implementation:
Proposed implementation:
The text was updated successfully, but these errors were encountered: