8000 Allow tracking on `Instance`s (by not assigning a `tracking_score`) by roomrys · Pull Request #1301 · talmolab/sleap · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Allow tracking on Instances (by not assigning a tracking_score) #1301

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

Closed
wants to merge 1 commit into from

Conversation

roomrys
Copy link
Collaborator
@roomrys roomrys commented May 4, 2023

Description

Prior to Allow Retracking, we did not allow any tracking on user instances. Since re-tracking enables users to run tracking on user instances, we now need to either add a tracking_score attribute to user-instances, or refrain from assigning the tracking score if the matched instance is a user instance. I am in favor of adding the tracking score to user instances (see #1302), but this PR just refrains from assigning.

Types of changes

  • Bugfix
  • New feature
  • Refactor / Code style update (no logical changes)
  • Build / CI changes
  • Documentation Update
  • Other (explain)

Does this address any currently open issues?

Outside contributors checklist

  • Review the guidelines for contributing to this repository
  • Read and sign the CLA and add yourself to the authors list
  • Make sure you are making a pull request against the develop branch (not main). Also you should start your branch off develop
  • Add tests that prove your fix is effective or that your feature works
  • Add necessary documentation (if appropriate)

Thank you for contributing to SLEAP!

❤️

@roomrys roomrys changed the title Allow tracking on user Instances Allow tracking on user Instances (by not assigning a tracking_score) May 4, 2023
@roomrys roomrys added the Re-tracking Spread This PR is part of the re-tracking spread of PRs label May 4, 2023
@codecov
Copy link
codecov bot commented May 4, 2023

Codecov Report

Merging #1301 (415b4b4) into develop (b5aab0e) will decrease coverage by 0.02%.
The diff coverage is 100.00%.

@@             Coverage Diff             @@
##           develop    #1301      +/-   ##
===========================================
- Coverage    72.36%   72.34%   -0.02%     
===========================================
  Files          133      133              
  Lines        23662    23666       +4     
===========================================
- Hits         17123    17122       -1     
- Misses        6539     6544       +5     
Impacted Files Coverage Δ
sleap/gui/app.py 74.80% <100.00%> (ø)
sleap/gui/widgets/docks.py 94.69% <100.00%> (+0.37%) ⬆️
sleap/nn/tracker/components.py 70.76% <100.00%> (ø)
sleap/nn/tracking.py 73.30% <100.00%> (+0.21%) ⬆️

... and 2 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@roomrys roomrys changed the title Allow tracking on user Instances (by not assigning a tracking_score) Allow tracking on Instances (by not assigning a tracking_score) May 4, 2023
@roomrys
Copy link
Collaborator Author
roomrys commented Jan 5, 2024

If user instances are being tracked, then they should have a tracking score (see #1302).

@roomrys roomrys closed this Jan 5, 2024
@roomrys roomrys deleted the liezl/allow-tracking-on-user-inst branch March 16, 2024 00:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Re-tracking Spread This PR is part of the re-tracking spread of PRs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant
0