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

Add evaluation suite and prevent reassignment of labeled frames #12

Merged
merged 17 commits into from
Nov 1, 2024

Conversation

emdavis02
Copy link
Contributor

@emdavis02 emdavis02 commented Oct 9, 2024

Resolving Issue #11 and #6
Creating evaluation functions to easily test tracking methods in the future. Simultaneously added logic to never reassign a labeled frame's tracks, these frames are treated as ground truth.

@talmo talmo changed the title Elise/evaluation suite Add evaluation suite Oct 12, 2024
@emdavis02 emdavis02 changed the title Add evaluation suite Add evaluation suite and prevent reassignment of labeled frames Oct 31, 2024
Copy link

codecov bot commented Nov 1, 2024

Codecov Report

Attention: Patch coverage is 24.00000% with 76 lines in your changes missing coverage. Please review.

Project coverage is 66.66%. Comparing base (abf7f4e) to head (00d18f5).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
sleap_mot/eval.py 0.00% 63 Missing ⚠️
sleap_mot/tracker.py 74.07% 7 Missing ⚠️
sleap_mot/candidates/fixed_window.py 40.00% 3 Missing ⚠️
sleap_mot/candidates/local_queues.py 40.00% 3 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##             main      #12       +/-   ##
===========================================
- Coverage   77.33%   66.66%   -10.67%     
===========================================
  Files           7        8        +1     
  Lines         428      516       +88     
===========================================
+ Hits          331      344       +13     
- Misses         97      172       +75     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@emdavis02 emdavis02 merged commit 8f98a46 into main Nov 1, 2024
10 checks passed
@emdavis02 emdavis02 deleted the elise/evaluation_suite branch November 1, 2024 19:34
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.

1 participant