norfair icon indicating copy to clipboard operation
norfair copied to clipboard

Fix many initializations in the trackers

Open aguscas opened this issue 1 year ago • 0 comments

Initialize detected_at_least_once as detection.scores > self.detection_threshold Initialize point_hit_counter as detected_at_least_once.astype(int) Initialize velocities filter.x[dim_z:] = 0 in filter factory Initialize just detected keypoints with the corresponding detection

aguscas avatar Aug 11 '22 15:08 aguscas