track_instance
sleap_nn.tracking.track_instance
¶
TrackInstance Data structure for Tracker queue.
Classes:
Name | Description |
---|---|
TrackInstanceLocalQueue |
Data structure for instances in tracker queue for Local Queue method. |
TrackInstances |
Data structure for instances in tracker queue for fixed window method. |
TrackedInstanceFeature |
Data structure for tracked instances. |
TrackInstanceLocalQueue
¶
Data structure for instances in tracker queue for Local Queue method.
Source code in sleap_nn/tracking/track_instance.py
TrackInstances
¶
Data structure for instances in tracker queue for fixed window method.
Source code in sleap_nn/tracking/track_instance.py
TrackedInstanceFeature
¶
Data structure for tracked instances.
This data structure is used for updating the previous tracked instances and get the
features of the tracked instances. shifted_keypoints
is used only for the FlowShiftTracker
to store the optical flow shifted instances.