| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
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? FAILED tests/test_pose_multianimal_imgaug.py::test_get_targetmaps[3] - TypeError: get_targetmaps_update() missing 1 required positional argument: 'scale' |
Sorry, something went wrong.
|
I'm still having some tests failing when training with identity; I'll push a fix as soon as I find why. |
Sorry, something went wrong.
|
Ready to merge @MMathisLab @n-poulsen |
Sorry, something went wrong.
|
Thanks @jeylau - can we get some # on performance? It won't be a default setting, right? But there are docs for it somewhere? :) |
Sorry, something went wrong.
There was a problem hiding this comment.
Looks good to me!
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
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.