-
Notifications
You must be signed in to change notification settings - Fork 101
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
Integrate retracking into sleap-track #898
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #898 +/- ##
===========================================
+ Coverage 66.85% 68.30% +1.45%
===========================================
Files 129 129
Lines 21742 21754 +12
===========================================
+ Hits 14535 14859 +324
+ Misses 7207 6895 -312
📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm
args = f"{slp_path} --model {min_centered_instance_model_path}".split() | ||
|
||
# Run inference | ||
sleap_track(args=args) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe only run for a couple of frames so tests aren't slower?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, good catch. Only predict/track on frames 1-3 now.
Description
Allow pre-existing predictions to be tracked using
sleap-track
CLI without generating new predictions. This feature was added in #260 and then accidentally removed in Revert to 28a0031.Side note: Also changed the CI yaml to only run when:
Types of changes
Does this address any currently open issues?
Outside contributors checklist
Thank you for contributing to SLEAP!
❤️