Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix many initializations in the trackers #142

Merged
merged 2 commits into from Aug 16, 2022
Merged

Conversation

aguscas
Copy link
Collaborator

@aguscas aguscas commented Aug 11, 2022

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

Agustin Castro added 2 commits August 11, 2022 15:55
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 aguscas merged commit c9621c9 into master Aug 16, 2022
@aguscas aguscas deleted the fix-initializations branch August 16, 2022 15:58
javiber pushed a commit that referenced this pull request Sep 13, 2022
Fix many initializations in the trackers
javiber pushed a commit that referenced this pull request Sep 13, 2022
Fix many initializations in the trackers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant