-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Fix fliplr augmentation for multi animal 2 #2043
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
Conversation
The current implementation of fliplr breaks when keypoints are hidden since only labels for visible points are forwarded to the pipeline. This is the second attempt at fixing this as an earlier attempt failed due to the error fixed in PR DeepLabCut#2037.
|
Hi @n-poulsen the tests are failing, can you look into it? |
|
I'm still having some tests failing when training with identity; I'll push a fix as soon as I find why. |
|
Ready to merge @MMathisLab @n-poulsen |
|
Thanks @jeylau - can we get some # on performance? It won't be a default setting, right? But there are docs for it somewhere? :) |
n-poulsen
left a comment
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.
Looks good to me!
The current implementation of fliplr breaks when keypoints are hidden since only labels for visible points are forwarded to the pipeline. This is the second attempt at fixing this as an earlier attempt failed due to the error fixed in PR #2037.