-
Notifications
You must be signed in to change notification settings - Fork 7
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
Estimated inverses should be more robust #45
Comments
This issue has been mentioned on Image.sc Forum. There might be relevant details there: https://forum.image.sc/t/how-to-transform-points-locations-csv-with-bigwarp/35368/24 |
I've had the same issue while trying to adapt my code to the new BigWarp version. The use case is a bit different I think. I have to double check. The jacobian is not invertible - the third column is 0 0 0 0. it pops up in the "VOLUME" bounding box estimator - I don't have the full stack trace, but it fails in:
|
Started some work toward this here: Most immediately relevant for the "The jacobian is not invertible" is that I now use an EJML |
This issue has been mentioned on Image.sc Forum. There might be relevant details there: https://forum.image.sc/t/bigwarp-no-brightness-colour/95092/2 |
Iterative estimation of inverses can behave poorly at times.
It seems more likely to occur when the transformation has a large scale component.
See
https://forum.image.sc/t/how-to-transform-points-locations-csv-with-bigwarp/35368/21?u=bogovicj
The text was updated successfully, but these errors were encountered: