Add function to get per-bodypart RMSE by n-poulsen · Pull Request #2315 · DeepLabCut/DeepLabCut
Navigation Menu
{{ message }}
DeepLabCut / DeepLabCut Public
- Notifications You must be signed in to change notification settings
- Fork 1.8k
Merged
Add function to get per-bodypart RMSE#2315
MMathisLab merged 4 commits intomainfrom
Add function to get per-bodypart RMSE#2315
MMathisLab merged 4 commits intomainfrom
Conversation
Copy link
Contributor
n-poulsen
commented
Jul 19, 2023
n-poulsen
commented
Adds a function to get RMSE for each bodypart, for both single and multi-animal projects.
- Default behavior does not change (does not evaluate per-bodypart)
- Evaluates per-bodypart when calling
evaluate_network(..., per_keypoint_evaluation=True)and outputs the results to a file in theevaluation-resultsfolder namedDLCscorer + "-keypoint-results.csv" - Tests the evaluation code using synthetic data
n-poulsen added 3 commits
July 18, 2023 18:31
n-poulsen
requested review from
MMathisLab and
jeylau
Copy link
Member
Awesome, I think this is a really useful addition. Edit: great, covers maDLC and dlc, thanks!
Copy link
Contributor Author
n-poulsen
commented
Jul 19, 2023
n-poulsen commented
Jul 19, 2023Sure, I'll add the parameter to the functional tests
jeylau approved these changes Jul 24, 2023
Copy link
Contributor
jeylau
commented
Jul 24, 2023
jeylau commented
Jul 24, 2023Looking great, thanks @n-poulsen!
MMathisLab approved these changes Jul 24, 2023
MMathisLab
merged commit
18890db
into
main
MMathisLab
deleted the
per_keypoint_evaluation
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment