-
Notifications
You must be signed in to change notification settings - Fork 151
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
getting a Projection by from_control_points makes program freezing #412
Comments
I see "failed" printed when running in both debug and release modes using the following toolchain: stable-x86_64-apple-darwin (default) Which compiler version and architecture are you using? |
sorry I forgot to mention that, my toolchain: stable-x86_64-unknown-linux-gnu (default) |
I just run this demo using 1.40.0, still get freezing. |
I can confirm 100% CPU usage and freezing from the example on imageproc Running Arch Linux x84_64, and tested on both debug and release with all of:
Doing some basic profiling (flamegraph) points to somewhere inside the Linear algebra is a bit out of my depth, but given that From some very cursory research it looks like Perhaps a feature gate for the SVD implementation would help with getting the best of both worlds. |
This occurs every time you run the program. Here is the minimal code.
Here is all the output I get, nothing else:
I think
Projection::from_control_points
should either return Some(_) or None, rather than just keeps freezing.Thanks all the work you have done! This may be a bug, please someone check it.
The text was updated successfully, but these errors were encountered: